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
smagorinsky Module Reference

Implements smagorinsky_t.

Data Types

type  smagorinsky_t
 Implements the smagorinsky LES model. More...
 

Functions/Subroutines

subroutine smagorinsky_init (this, fluid, json)
 Constructor.
 
subroutine smagorinsky_init_from_components (this, fluid, c_s, nut_name, delta_type, if_ext)
 Constructor from components.
 
subroutine smagorinsky_free (this)
 Destructor for the les_model_t (base) class.
 
subroutine smagorinsky_compute (this, t, tstep)
 Compute eddy viscosity.
 

Function/Subroutine Documentation

◆ smagorinsky_compute()

subroutine smagorinsky::smagorinsky_compute ( class(smagorinsky_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 smagorinsky.f90.

Here is the call graph for this function:

◆ smagorinsky_free()

subroutine smagorinsky::smagorinsky_free ( class(smagorinsky_t), intent(inout this)
private

Definition at line 125 of file smagorinsky.f90.

◆ smagorinsky_init()

subroutine smagorinsky::smagorinsky_init ( class(smagorinsky_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 smagorinsky.f90.

Here is the call graph for this function:

◆ smagorinsky_init_from_components()

subroutine smagorinsky::smagorinsky_init_from_components ( class(smagorinsky_t), intent(inout this,
class(fluid_scheme_base_t), intent(inout), target  fluid,
real(kind=rp)  c_s,
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_sThe 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 smagorinsky.f90.

Here is the caller graph for this function: