#include <string>
#include <limits>
#include <memory>
#include <AMReX_AmrCore.H>
#include <AMReX_BCRec.H>
#include <AMReX_Print.H>
#include <AMReX_ParallelDescriptor.H>
#include <AMReX_ParmParse.H>
#include <AMReX_MultiFabUtil.H>
#include <AMReX_FillPatchUtil.H>
#include <AMReX_VisMF.H>
#include <AMReX_PhysBCFunct.H>
#include <AMReX_YAFluxRegister.H>
#include <AMReX_ErrorList.H>
#include "ERF_prob_common.H"
#include <ERF_IndexDefines.H>
#include <ERF_DataStruct.H>
#include <ERF_TurbPertStruct.H>
#include <ERF_InputSoundingData.H>
#include <ERF_InputSpongeData.H>
#include <ERF_ABLMost.H>
#include <ERF_Derive.H>
#include <ERF_ReadBndryPlanes.H>
#include <ERF_WriteBndryPlanes.H>
#include <ERF_MRI.H>
#include <ERF_PhysBCFunct.H>
#include <ERF_FillPatcher.H>
#include <ERF_SampleData.H>
#include "ERF_EulerianMicrophysics.H"
#include "ERF_LagrangianMicrophysics.H"
#include "ERF_LandSurface.H"
#include <iostream>
Go to the source code of this file.
|
| AMREX_ENUM (InitType, None, Input_Sounding, Ideal, Real, Metgrid, Uniform) |
|
| AMREX_ENUM (PlotFileType, None, Amrex, Netcdf, HDF5) |
|
◆ AMREX_ENUM() [1/2]
AMREX_ENUM |
( |
InitType |
, |
|
|
None |
, |
|
|
Input_Sounding |
, |
|
|
Ideal |
, |
|
|
Real |
, |
|
|
Metgrid |
, |
|
|
Uniform |
|
|
) |
| |
Enum of possible initialization types
◆ AMREX_ENUM() [2/2]
AMREX_ENUM |
( |
PlotFileType |
, |
|
|
None |
, |
|
|
Amrex |
, |
|
|
Netcdf |
, |
|
|
HDF5 |
|
|
) |
| |
Enum of possible plotfile types