Implements the lube_term_objective_t
type.
|
type | lube_term_objective_t |
| An objective function corresponding to minimum dissipation \( F = \int_\Omega |\nabla u|^2 d \Omega + K \int_Omega \frac{1}{2} \chi
|\mathbf{u}|^2 d \Omega \). More...
|
|
◆ lube_term_init_json_sim()
subroutine lube_term_objective::lube_term_init_json_sim |
( |
class(lube_term_objective_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json, |
|
|
class(design_t), intent(in) |
design, |
|
|
type(simulation_t), intent(inout), target |
simulation |
|
) |
| |
- Parameters
-
this | The objective. |
json | the JSON object. |
design | the design. |
simulation | the simulation. |
Definition at line 133 of file lube_term_objective.f90.