Implements the brinkman_source_term_t
type.
|
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...
|
|
◆ brinkman_source_term_compute()
subroutine brinkman_source_term::brinkman_source_term_compute |
( |
class(brinkman_source_term_t), intent(inout) |
this, |
|
|
real(kind=rp), intent(in) |
t, |
|
|
integer, intent(in) |
tstep |
|
) |
| |
|
private |
◆ brinkman_source_term_free()
subroutine brinkman_source_term::brinkman_source_term_free |
( |
class(brinkman_source_term_t), intent(inout) |
this | ) |
|
◆ brinkman_source_term_init_from_json()
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(inout), target |
fields, |
|
|
type(coef_t), intent(inout), target |
coef |
|
) |
| |
- Parameters
-
json | The JSON object for the source. |
fields | A list of fields for adding the source values. |
coef | The SEM coeffs. |
Definition at line 86 of file brinkman_source_term.f90.
◆ init_boundary_mesh()
subroutine brinkman_source_term::init_boundary_mesh |
( |
class(brinkman_source_term_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json |
|
) |
| |
|
private |
◆ init_point_zone()
subroutine brinkman_source_term::init_point_zone |
( |
class(brinkman_source_term_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json |
|
) |
| |