A Brinkman source term. The region and strength are controlled by assigning regions types and brinkman limits to the source term.
More...
|
procedure, pass(this), public | init (this, json, fields, coef) |
| The common constructor using a JSON object.
|
|
procedure, pass(this), public | free (this) |
| Destructor.
|
|
procedure, pass(this), public | compute_ (this, t, tstep) |
| Computes the source term and adds the result to fields .
|
|
procedure, pass(this) | init_boundary_mesh (this, json) |
| Update the resistance to a new indicator field.
|
|
procedure, pass(this) | init_point_zone (this, json) |
| Initializes the source term from a point zone.
|
|
Definition at line 63 of file topopt_brinkman_source.f90.
◆ compute_()
◆ free()
◆ init()
procedure, pass(this), public topopt_brinkman_source_term::topopt_brinkman_source_term_t::init |
( |
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 |
|
) |
| |
- 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 72 of file topopt_brinkman_source.f90.
◆ init_boundary_mesh()
◆ init_point_zone()
◆ brinkman
type(field_t), pointer topopt_brinkman_source_term::topopt_brinkman_source_term_t::brinkman => null() |
◆ indicator
type(field_t), pointer topopt_brinkman_source_term::topopt_brinkman_source_term_t::indicator => null() |
|
private |
The documentation for this type was generated from the following file: