Neko  0.8.1
A portable framework for high-order spectral element flow simulations
les_simcomp Module Reference

Implements the les_simcomp_t type. More...

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. More...
 
subroutine les_simcomp_free (this)
 Destructor. More...
 
subroutine les_simcomp_compute (this, t, tstep)
 Compute the les_simcomp field. More...
 

Detailed Description

Implements the les_simcomp_t type.

Function/Subroutine Documentation

◆ les_simcomp_compute()

subroutine les_simcomp::les_simcomp_compute ( class(les_simcomp_t), intent(inout)  this,
real(kind=rp), intent(in)  t,
integer, intent(in)  tstep 
)
private

Compute the les_simcomp field.

Parameters
tThe time value.
tstepThe current time-step.

Definition at line 98 of file les_simcomp.f90.

◆ les_simcomp_free()

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

Destructor.

Definition at line 85 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 
)

Constructor from json.

Definition at line 67 of file les_simcomp.f90.

Here is the call graph for this function: