Implements the simple_brinkman_source_term_t
type.
◆ simple_brinkman_source_term_init_from_json()
subroutine simple_brinkman_source_term::simple_brinkman_source_term_init_from_json |
( |
class(simple_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 |
|
) |
| |
- Parameters
-
this | The source term. |
json | The JSON object for the source. |
fields | A list of fields for adding the source values. |
coef | The SEM coeffs. |
Definition at line 80 of file simple_brinkman_source_term.f90.