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

A simulation component that computes lambda2 The values are stored in the field registry under the name 'lambda2'. More...

Data Types

type  lambda2_t
 

Functions/Subroutines

subroutine lambda2_init_from_json (this, json, case)
 Constructor from json. More...
 
subroutine lambda2_init_from_attributes (this)
 Actual constructor. More...
 
subroutine lambda2_free (this)
 Destructor. More...
 
subroutine lambda2_compute (this, t, tstep)
 Compute the lambda2 field. More...
 

Detailed Description

A simulation component that computes lambda2 The values are stored in the field registry under the name 'lambda2'.

Function/Subroutine Documentation

◆ lambda2_compute()

subroutine lambda2::lambda2_compute ( class(lambda2_t), intent(inout)  this,
real(kind=rp), intent(in)  t,
integer, intent(in)  tstep 
)
private

Compute the lambda2 field.

Parameters
tThe time value.
tstepThe current time-step

Definition at line 119 of file lambda2.f90.

Here is the call graph for this function:

◆ lambda2_free()

subroutine lambda2::lambda2_free ( class(lambda2_t), intent(inout)  this)
private

Destructor.

Definition at line 111 of file lambda2.f90.

◆ lambda2_init_from_attributes()

subroutine lambda2::lambda2_init_from_attributes ( class(lambda2_t), intent(inout)  this)
private

Actual constructor.

Definition at line 101 of file lambda2.f90.

Here is the caller graph for this function:

◆ lambda2_init_from_json()

subroutine lambda2::lambda2_init_from_json ( class(lambda2_t), intent(inout)  this,
type(json_file), intent(inout)  json,
class(case_t), intent(inout), target  case 
)

Constructor from json.

Definition at line 83 of file lambda2.f90.

Here is the call graph for this function: