Implements the volume_constraint_t type. \(V = \frac{1}{|\Omega_O|}\int_{\Omega_O} \tilde{\rho} d\Omega\) Either \(V < V_\text{max} \) \(V > V_\text{min} \).
◆ volume_constraint_init_json_sim()
| subroutine volume_constraint::volume_constraint_init_json_sim |
( |
class(volume_constraint_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 constraint. |
| json | the JSON object. |
| design | the design. |
| simulation | the simulation. |
Definition at line 113 of file volume_constraint.f90.