|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_DampingStruct.H>

Public Member Functions | |
| void | init_params (std::string pp_prefix) |
| void | display () |
Public Attributes | |
| bool | rayleigh_damp_U = false |
| bool | rayleigh_damp_V = false |
| bool | rayleigh_damp_W = false |
| bool | rayleigh_damp_T = false |
| amrex::Real | rayleigh_dampcoef = 0.2 |
| amrex::Real | rayleigh_zdamp = 500.0 |
| amrex::Real | rayleigh_ztop |
| bool | w_damping = false |
| amrex::Real | w_damping_cfl = 1.0 |
| amrex::Real | w_damping_const = -1 |
| amrex::Real | w_damping_coeff = -1 |
| RayleighDampingType | rayleigh_damping_type = RayleighDampingType::SlowExplicit |
Container holding damping-related choices
|
inline |
|
inline |
Referenced by SolverChoice::init_params().


| bool DampingChoice::rayleigh_damp_T = false |
Referenced by display(), init_params(), and make_sources().
| bool DampingChoice::rayleigh_damp_U = false |
Referenced by display(), init_params(), and make_mom_sources().
| bool DampingChoice::rayleigh_damp_V = false |
Referenced by display(), init_params(), and make_mom_sources().
| bool DampingChoice::rayleigh_damp_W = false |
Referenced by display(), init_params(), and make_mom_sources().
| amrex::Real DampingChoice::rayleigh_dampcoef = 0.2 |
Referenced by display(), init_params(), make_mom_sources(), and make_sources().
| RayleighDampingType DampingChoice::rayleigh_damping_type = RayleighDampingType::SlowExplicit |
Referenced by init_params(), make_mom_sources(), and make_sources().
| amrex::Real DampingChoice::rayleigh_zdamp = 500.0 |
Referenced by display(), and init_params().
| amrex::Real DampingChoice::rayleigh_ztop |
| bool DampingChoice::w_damping = false |
Referenced by display(), and init_params().
| amrex::Real DampingChoice::w_damping_cfl = 1.0 |
Referenced by init_params().
| amrex::Real DampingChoice::w_damping_coeff = -1 |
Referenced by display(), and init_params().
| amrex::Real DampingChoice::w_damping_const = -1 |
Referenced by display(), and init_params().