Neko  0.8.1
A portable framework for high-order spectral element flow simulations
brinkman_source_term.f90 File Reference

Go to the source code of this file.

Data Types

type  brinkman_source_term::brinkman_source_term_t
 A Brinkman source term. The region and strength are controlled by assigning regions types and brinkman limits to the source term. More...
 

Modules

module  brinkman_source_term
 Implements the brinkman_source_term_t type.
 

Functions/Subroutines

subroutine brinkman_source_term::brinkman_source_term_init_from_json (this, json, fields, coef)
 The common constructor using a JSON object. More...
 
subroutine brinkman_source_term::brinkman_source_term_free (this)
 Destructor. More...
 
subroutine brinkman_source_term::brinkman_source_term_compute (this, t, tstep)
 Computes the source term and adds the result to fields. More...
 
subroutine brinkman_source_term::init_boundary_mesh (this, json)
 Initializes the source term from a boundary mesh. More...
 
subroutine brinkman_source_term::init_point_zone (this, json)
 Initializes the source term from a point zone. More...