Loading [MathJax]/jax/output/HTML-CSS/config.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
wale Module Reference

Implements wale_t.

Data Types

type  wale_t
 Implements the Wale LES model. More...
 

Functions/Subroutines

subroutine wale_init (this, fluid, json)
 Constructor.
 
subroutine wale_init_from_components (this, fluid, c_w, nut_name, delta_type, if_ext)
 Constructor from components.
 
subroutine wale_free (this)
 Destructor for the les_model_t (base) class.
 
subroutine wale_compute (this, t, tstep)
 Compute eddy viscosity.
 

Function/Subroutine Documentation

◆ wale_compute()

subroutine wale::wale_compute ( class(wale_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 134 of file wale.f90.

Here is the call graph for this function:

◆ wale_free()

subroutine wale::wale_free ( class(wale_t), intent(inout this)
private

Definition at line 125 of file wale.f90.

◆ wale_init()

subroutine wale::wale_init ( class(wale_t), intent(inout this,
class(fluid_scheme_base_t), intent(inout), target  fluid,
type(json_file), intent(inout json 
)
Parameters
fluidThe fluid_scheme_base_t object.
jsonA dictionary with parameters.

Definition at line 71 of file wale.f90.

Here is the call graph for this function:

◆ wale_init_from_components()

subroutine wale::wale_init_from_components ( class(wale_t), intent(inout this,
class(fluid_scheme_base_t), intent(inout), target  fluid,
real(kind=rp)  c_w,
character(len=*), intent(in nut_name,
character(len=*), intent(in delta_type,
logical, intent(in if_ext 
)
private
Parameters
fluidThe fluid_scheme_base_t object.
c_wThe model constant.
nut_nameThe name of the SGS viscosity field.
delta_typeThe type of filter size.
if_extWhether trapolate the velocity.

Definition at line 108 of file wale.f90.

Here is the caller graph for this function: