atl_FiltNavierStokes_type Derived Type

type, public :: atl_FiltNavierStokes_type

The Smagorinsky model for LES

parameters and variables for Smagorinsky model The Germano-Lilly model for LES

Todo

JZ: outdated !< parameters and variables for Germano-Lilly model

Todo

JZ: outdated !> \todo this variable was added because the intel compiler complains about

Todo

JZ: outdated !! empty datatypes.

Todo

JZ: outdated integer :: n The Filtered Navier-Stokes equation properties are stored here


Inherits

type~~atl_filtnavierstokes_type~~InheritsGraph type~atl_filtnavierstokes_type atl_FiltNavierStokes_type type~atl_navier_stokes_rans_type atl_navier_stokes_rans_type type~atl_filtnavierstokes_type->type~atl_navier_stokes_rans_type rans

Inherited by

type~~atl_filtnavierstokes_type~~InheritedByGraph type~atl_filtnavierstokes_type atl_FiltNavierStokes_type type~atl_equations_type atl_Equations_type type~atl_equations_type->type~atl_filtnavierstokes_type FiltNavierStokes type~atl_varsys_solverdata_type atl_varSys_solverData_type type~atl_varsys_solverdata_type->type~atl_equations_type equationPtr type~atl_varsys_data_type atl_varSys_data_type type~atl_varsys_data_type->type~atl_varsys_solverdata_type solverData

Components

Type Visibility Attributes Name Initial
character(len=32), public :: model_type = ''

Todo

JZ: outdated character(len=32) :: model_type = '' !< choosing the model for LES

Todo

JZ: outdated type(Smagorinsky_type) :: Smagorinsky

Todo

JZ: outdated type(GermanoLilly_type) :: Germano

type(atl_navier_stokes_rans_type), public :: rans