Module containing routines and datatypes for the covolume stabilization.
Datatype representing the covolume filter stabilization
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | alpha | = | 0.0_rk | ||
| real(kind=rk), | private | :: | order | = | 0.0_rk | ||
| real(kind=rk), | private | :: | cut_order | = | -1.0_rk | ||
| real(kind=rk), | private | :: | beta | = | 0.0_rk | ||
| integer, | private | :: | kind | = | atl_exp_spectral_visc_prp | ||
| logical, | private | :: | isAdaptive | = | .false. | ||
| real(kind=rk), | private | :: | recovery_order | = | 1.0_rk | ||
| real(kind=rk), | private | :: | recovery_density | = | 1e-2_rk | ||
| real(kind=rk), | private | :: | recovery_pressure | = | 1e-2_rk | ||
| real(kind=rk), | private | :: | recovery_mach | = | 2.5_rk |
Subroutine to load configuration file options for the covolume filter method.
| Type | Intent | Optional | 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 |