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()
◆ brinkman_source_term_free()
◆ 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(in), target |
fields, |
|
|
type(coef_t), intent(in), target |
coef, |
|
|
character(len=*), intent(in) |
variable_name |
|
) |
| |
- Parameters
-
| json | The JSON object for the source. |
| fields | A list of fields for adding the source values. |
| coef | The SEM coeffs. |
| variable_name | The name of the variable where the source term acts. |
Definition at line 112 of file brinkman_source_term.f90.
◆ init_boundary_mesh()
◆ init_point_zone()