Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
les_simcomp Module Reference

Implements the les_simcomp_t type.

Data Types

type  les_simcomp_t
 A simulation component that drives the computation of the SGS viscosity. More...
 

Functions/Subroutines

subroutine les_simcomp_init_from_json (this, json, case)
 Constructor from json.
 
subroutine les_simcomp_free (this)
 Destructor.
 
subroutine les_simcomp_compute (this, time)
 Compute the les_simcomp field.
 
subroutine les_simcomp_restart (this, time)
 Compute the les_simcomp field when restart.
 

Function/Subroutine Documentation

◆ les_simcomp_compute()

subroutine les_simcomp::les_simcomp_compute ( class(les_simcomp_t), intent(inout this,
type(time_state_t), intent(in time 
)
private
Parameters
timeThe current time info

Definition at line 118 of file les_simcomp.f90.

◆ les_simcomp_free()

subroutine les_simcomp::les_simcomp_free ( class(les_simcomp_t), intent(inout this)
private

Definition at line 105 of file les_simcomp.f90.

◆ les_simcomp_init_from_json()

subroutine les_simcomp::les_simcomp_init_from_json ( class(les_simcomp_t), intent(inout this,
type(json_file), intent(inout json,
class(case_t), intent(inout), target  case 
)

Definition at line 70 of file les_simcomp.f90.

◆ les_simcomp_restart()

subroutine les_simcomp::les_simcomp_restart ( class(les_simcomp_t), intent(inout this,
type(time_state_t), intent(in time 
)
private
Parameters
timeThe current time info

Definition at line 127 of file les_simcomp.f90.