Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements the brinkman_source_term_t
type.
Data Types | |
type | 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... | |
Functions/Subroutines | |
subroutine | brinkman_source_term_init_from_json (this, json, fields, coef) |
The common constructor using a JSON object. | |
subroutine | brinkman_source_term_free (this) |
Destructor. | |
subroutine | brinkman_source_term_compute (this, t, tstep) |
Computes the source term and adds the result to fields . | |
subroutine | init_boundary_mesh (this, json) |
Initializes the source term from a boundary mesh. | |
subroutine | init_point_zone (this, json) |
Initializes the source term from a point zone. | |
|
private |
t | The time value. |
tstep | The current time-step. |
Definition at line 198 of file brinkman_source_term.f90.
|
private |
Definition at line 186 of file brinkman_source_term.f90.
subroutine brinkman_source_term::brinkman_source_term_init_from_json | ( | class(brinkman_source_term_t), intent(inout) | this, |
type(json_file), intent(inout) | json, | ||
type(field_list_t), intent(in), target | fields, | ||
type(coef_t), intent(in), target | coef | ||
) |
json | The JSON object for the source. |
fields | A list of fields for adding the source values. |
coef | The SEM coeffs. |
Definition at line 95 of file brinkman_source_term.f90.
|
private |
|
private |