ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_DiffStruct.H>
Public Member Functions | |
void | init_params (std::string pp_prefix) |
void | display () |
Public Attributes | |
MolecDiffType | molec_diff_type = MolecDiffType::Constant |
amrex::Real | alpha_T = 0.0 |
amrex::Real | alpha_C = 0.0 |
amrex::Real | rho0_trans = 1.0 |
amrex::Real | rhoAlpha_T = 0.0 |
amrex::Real | rhoAlpha_C = 0.0 |
amrex::Real | dynamic_viscosity = 0.0 |
Container holding diffusion-related choices
|
inline |
Referenced by SolverChoice::display().
|
inline |
Referenced by SolverChoice::init_params().
amrex::Real DiffChoice::alpha_C = 0.0 |
Referenced by display(), if(), and init_params().
amrex::Real DiffChoice::alpha_T = 0.0 |
Referenced by display(), if(), and init_params().
amrex::Real DiffChoice::dynamic_viscosity = 0.0 |
Referenced by display(), erf_make_tau_terms(), and init_params().
MolecDiffType DiffChoice::molec_diff_type = MolecDiffType::Constant |
Referenced by ERF::advance_dycore(), display(), erf_make_tau_terms(), erf_slow_rhs_post(), erf_slow_rhs_pre(), and init_params().
amrex::Real DiffChoice::rho0_trans = 1.0 |
Referenced by display(), erf_make_tau_terms(), and init_params().
amrex::Real DiffChoice::rhoAlpha_C = 0.0 |
Referenced by init_params().
amrex::Real DiffChoice::rhoAlpha_T = 0.0 |
Referenced by init_params().