|
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 = zero |
| amrex::Real | alpha_C = zero |
| amrex::Real | rho0_trans = one |
| amrex::Real | rhoAlpha_T = zero |
| amrex::Real | rhoAlpha_C = zero |
| amrex::Real | dynamic_viscosity = zero |
| 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 = zero |
Referenced by display(), if(), and init_params().
| amrex::Real DiffChoice::alpha_T = zero |
Referenced by display(), if(), and init_params().
| amrex::Real DiffChoice::dynamic_viscosity = zero |
| 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 = one |
| amrex::Real DiffChoice::rhoAlpha_C = zero |
Referenced by init_params().
| amrex::Real DiffChoice::rhoAlpha_T = zero |
Referenced by init_params().