Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the brinkman_source_term_t
type.
Data Types | |
type | topopt_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 206 of file topopt_brinkman_source.f90.
|
private |
Definition at line 196 of file topopt_brinkman_source.f90.
subroutine topopt_brinkman_source_term::brinkman_source_term_init_from_json | ( | class(topopt_brinkman_source_term_t), intent(inout) | this, |
type(json_file), intent(inout) | json, | ||
type(field_list_t), intent(inout), target | fields, | ||
type(coef_t), intent(inout), 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 96 of file topopt_brinkman_source.f90.
|
private |
Definition at line 233 of file topopt_brinkman_source.f90.
|
private |
Definition at line 363 of file topopt_brinkman_source.f90.