|
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 |
| bool | eb_diff_constraint_x = false |
| bool | eb_diff_constraint_y = false |
| bool | eb_diff_constraint_z = false |
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 DiffusionSrcForMom_EB(), display(), erf_make_tau_terms(), init_params(), and ERF::InitData_post().
| bool DiffChoice::eb_diff_constraint_x = false |
Referenced by DiffusionSrcForMom_EB(), and init_params().
| bool DiffChoice::eb_diff_constraint_y = false |
Referenced by DiffusionSrcForMom_EB(), and init_params().
| bool DiffChoice::eb_diff_constraint_z = false |
Referenced by DiffusionSrcForMom_EB(), and init_params().
| MolecDiffType DiffChoice::molec_diff_type = MolecDiffType::Constant |
| amrex::Real DiffChoice::rho0_trans = 1.0 |
Referenced by DiffusionSrcForMom_EB(), display(), erf_make_tau_terms(), init_params(), and ERF::InitData_post().
| amrex::Real DiffChoice::rhoAlpha_C = 0.0 |
Referenced by init_params().
| amrex::Real DiffChoice::rhoAlpha_T = 0.0 |
Referenced by init_params().