|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <AMReX_Array.H>#include <AMReX_ParmParse.H>#include <AMReX_REAL.H>#include "ERF_Constants.H"#include "ERF_EOS.H"#include "ERF_MicrophysicsUtils.H"#include "BoundaryConditions/ERF_WallThermodynamics.H"#include <cmath>#include <limits>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | erf_cloud_chamber::WallSpec |
| struct | erf_cloud_chamber::Config |
| struct | erf_cloud_chamber::InitializationContract |
Namespaces | |
| erf_cloud_chamber | |
Enumerations | |
| enum class | erf_cloud_chamber::WallFace : unsigned char { erf_cloud_chamber::XLo , erf_cloud_chamber::XHi , erf_cloud_chamber::YLo , erf_cloud_chamber::YHi , erf_cloud_chamber::ZLo , erf_cloud_chamber::ZHi } |
| enum class | erf_cloud_chamber::InitializationMode : unsigned char { erf_cloud_chamber::PhysicalTemperatureRH , erf_cloud_chamber::LegacyThetaQv } |