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

Implements the steady_simcomp_t type.

Data Types

type  steady_simcomp_t
 The steady_simcomp_t type is a simulation component that terminates a simulation when the normed difference between the old and new fields is below a certain tolerance. This allow us to compute steady-state solutions without modifying the simulation loop. More...
 

Functions/Subroutines

subroutine steady_simcomp_init_from_json (this, json, case)
 

Function/Subroutine Documentation

◆ steady_simcomp_init_from_json()

subroutine steady_simcomp::steady_simcomp_init_from_json ( class(steady_simcomp_t), intent(inout)  this,
type(json_file), intent(inout)  json,
class(case_t), intent(inout), target  case 
)

Definition at line 87 of file steady_simcomp.f90.