atl_covolume_module Module

Module containing routines and datatypes for the covolume stabilization.



Derived Types

type, public ::  atl_covolume_type

Datatype representing the covolume filter stabilization

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

Subroutines

public subroutine atl_ini_covolume(conf, parent_table, filter)

Subroutine to load configuration file options for the covolume filter method.

Arguments

Type IntentOptional Attributes Name
type(flu_State), intent(in) :: conf

flu binding to lua configuration file.

integer, intent(in) :: parent_table

The parent table

type(atl_covolume_type), intent(out) :: filter

The filter to initialize