Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
minimum_dissipation_objective Module Reference

Implements the minimum_dissipation_objective_t type.

Data Types

type  minimum_dissipation_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...
 

Functions/Subroutines

subroutine minimum_dissipation_init_json_sim (this, json, design, simulation)
 The common constructor using a JSON object.
 

Function/Subroutine Documentation

◆ minimum_dissipation_init_json_sim()

subroutine minimum_dissipation_objective::minimum_dissipation_init_json_sim ( class(minimum_dissipation_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
thisthe objective.
jsonthe JSON object.
designthe design.
simulationthe simulation.

Definition at line 138 of file minimum_dissipation_objective.f90.