ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_ShocStructure.H
Go to the documentation of this file.
1 #ifndef ERF_SHOC_STRUCTURE_H_
2 #define ERF_SHOC_STRUCTURE_H_
3 
4 #include "ERF_ShocColumnData.H"
5 
7 {
8 public:
9  static void diagnose_surface_layer (ShocColumnData& col);
10  static void diagnose_pblh (ShocColumnData& col);
11  static void diagnose_length_and_brunt (ShocColumnData& col,
12  const ShocRuntimeOptions& opts,
14  amrex::Real dy);
15 };
16 
17 #endif
const Real dy
Definition: ERF_InitCustomPert_ABL.H:24
const Real dx
Definition: ERF_InitCustomPert_ABL.H:23
amrex::Real Real
Definition: ERF_ShocInterface.H:19
Definition: ERF_ShocStructure.H:7
static void diagnose_pblh(ShocColumnData &col)
Definition: ERF_ShocStructure.cpp:112
static void diagnose_length_and_brunt(ShocColumnData &col, const ShocRuntimeOptions &opts, amrex::Real dx, amrex::Real dy)
Definition: ERF_ShocStructure.cpp:216
static void diagnose_surface_layer(ShocColumnData &col)
Definition: ERF_ShocStructure.cpp:66
Definition: ERF_ShocTypes.H:204
Definition: ERF_ShocTypes.H:81