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

Implements the lube_term_objective_t type.

Data Types

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

Functions/Subroutines

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

Function/Subroutine Documentation

◆ 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
thisThe objective.
jsonthe JSON object.
designthe design.
simulationthe simulation.

Definition at line 133 of file lube_term_objective.f90.