REMORA
Energy Research and Forecasting: An Atmospheric Modeling Code
DataStruct.H File Reference
#include <string>
#include <iostream>
#include <AMReX_ParmParse.H>
#include <AMReX_Print.H>
#include <AMReX_Gpu.H>
#include <REMORA_Constants.H>
Include dependency graph for DataStruct.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SolverChoice
 

Enumerations

enum class  CouplingType { OneWay , TwoWay }
 
enum class  Coord { x , y , z }
 
enum class  AdvectionDir { x , y , z }
 
enum class  AdvectionScheme { centered4 , upstream3 }
 
enum class  IC_BC_Type { Custom , Real }
 
enum class  Cor_Type { Custom , Beta_Plane , Real }
 
enum class  PlotfileType { amrex , netcdf , hdf5 }
 

Enumeration Type Documentation

◆ AdvectionDir

enum AdvectionDir
strong
Enumerator
21  {
22  x, y, z
23 };

◆ AdvectionScheme

enum AdvectionScheme
strong
Enumerator
centered4 
upstream3 
25  {
27 };

◆ Coord

enum Coord
strong
Enumerator
17  {
18  x, y, z
19 };

◆ Cor_Type

enum Cor_Type
strong
Enumerator
Custom 
Beta_Plane 
Real 
33  {
35 };

◆ CouplingType

enum CouplingType
strong
Enumerator
OneWay 
TwoWay 
13  {
14  OneWay, TwoWay
15 };

◆ IC_BC_Type

enum IC_BC_Type
strong
Enumerator
Custom 
Real 
29  {
30  Custom, Real
31 };

◆ PlotfileType

enum PlotfileType
strong
Enumerator
amrex 
netcdf 
hdf5 
37  {
38  amrex, netcdf, hdf5
39 };