Neko  0.8.99
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'.

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, u, v, w, lambda2)
 Actual constructor. More...
 
subroutine lambda2_free (this)
 Destructor. More...
 
subroutine lambda2_compute (this, t, tstep)
 Compute the lambda2 field. More...
 

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
Parameters
tThe time value.
tstepThe current time-step

Definition at line 126 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

Definition at line 118 of file lambda2.f90.

◆ lambda2_init_from_attributes()

subroutine lambda2::lambda2_init_from_attributes ( class(lambda2_t), intent(inout)  this,
type(field_t), intent(inout), pointer  u,
type(field_t), intent(inout), pointer  v,
type(field_t), intent(inout), pointer  w,
type(field_t), intent(inout), pointer  lambda2 
)
private

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

Definition at line 83 of file lambda2.f90.

Here is the call graph for this function: