atl_covolume_type Derived Type

type, public :: atl_covolume_type

Datatype representing the covolume filter stabilization


Inherited by

type~~atl_covolume_type~~InheritedByGraph type~atl_covolume_type atl_covolume_type type~atl_stabilization_type atl_stabilization_type type~atl_stabilization_type->type~atl_covolume_type covolume type~atl_scheme_type atl_scheme_type type~atl_scheme_type->type~atl_stabilization_type stabilization type~atl_cube_container_type atl_cube_container_type type~atl_cube_container_type->type~atl_scheme_type scheme_list type~atl_varsys_solverdata_type atl_varSys_solverData_type type~atl_varsys_solverdata_type->type~atl_scheme_type scheme_listPtr type~atl_element_container_type atl_element_container_type type~atl_element_container_type->type~atl_cube_container_type cubes 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
real(kind=rk), public :: alpha = 0.0_rk
real(kind=rk), public :: order = 0.0_rk
real(kind=rk), public :: cut_order = -1.0_rk
real(kind=rk), public :: beta = 0.0_rk
integer, public :: kind = atl_exp_spectral_visc_prp
logical, public :: isAdaptive = .false.
real(kind=rk), public :: recovery_order = 1.0_rk
real(kind=rk), public :: recovery_density = 1e-2_rk
real(kind=rk), public :: recovery_pressure = 1e-2_rk
real(kind=rk), public :: recovery_mach = 2.5_rk