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

Go to the source code of this file.
Classes | |
| struct | erf_wall_thermodynamics::ThermalBoundary |
| struct | erf_wall_thermodynamics::MomentumTransfer |
| struct | erf_wall_thermodynamics::ScalarTransfer |
| struct | erf_wall_thermodynamics::FaceWall |
Namespaces | |
| erf_wall_thermodynamics | |
Typedefs | |
| using | erf_wall_thermodynamics::Boundary = amrex::GpuArray< FaceWall, 2 *AMREX_SPACEDIM > |
Enumerations | |
| enum class | erf_wall_thermodynamics::ThermalMode : unsigned char { erf_wall_thermodynamics::LegacyNumerical , erf_wall_thermodynamics::FixedPhysicalTemperature } |
| enum class | erf_wall_thermodynamics::MoistureMode : unsigned char { erf_wall_thermodynamics::LegacyNumerical , erf_wall_thermodynamics::DryImpermeable , erf_wall_thermodynamics::WetEquilibrium } |
| enum class | erf_wall_thermodynamics::MomentumModel : unsigned char { erf_wall_thermodynamics::ResolvedNoSlip , erf_wall_thermodynamics::BulkAero , erf_wall_thermodynamics::NeutralRoughnessLog } |
| enum class | erf_wall_thermodynamics::ScalarModel : unsigned char { erf_wall_thermodynamics::ResolvedMolecular , erf_wall_thermodynamics::BulkAero , erf_wall_thermodynamics::NeutralRoughnessLog } |
| enum class | erf_wall_thermodynamics::CoefficientProvider : unsigned char { erf_wall_thermodynamics::None , erf_wall_thermodynamics::Fixed , erf_wall_thermodynamics::MOST } |