ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_ShocDiagnostics.H
Go to the documentation of this file.
1 #ifndef ERF_SHOC_DIAGNOSTICS_H_
2 #define ERF_SHOC_DIAGNOSTICS_H_
3 
4 #include "ERF_ShocColumnData.H"
5 #include "ERF_ShocMoments.H"
6 #include "ERF_ShocPDF.H"
7 #include "ERF_ShocStructure.H"
8 #include "ERF_ShocTKE.H"
9 
11 {
12 public:
13  static void diagnose_pre_implicit (ShocColumnData& col,
14  const ShocRuntimeOptions& opts,
17  amrex::Real dt);
18 
19  static void diagnose_post_implicit (ShocColumnData& col,
20  const ShocRuntimeOptions& opts,
21  amrex::Real dt);
22 };
23 
24 #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_ShocDiagnostics.H:11
static void diagnose_post_implicit(ShocColumnData &col, const ShocRuntimeOptions &opts, amrex::Real dt)
Definition: ERF_ShocDiagnostics.cpp:25
static void diagnose_pre_implicit(ShocColumnData &col, const ShocRuntimeOptions &opts, amrex::Real dx, amrex::Real dy, amrex::Real dt)
Definition: ERF_ShocDiagnostics.cpp:6
Definition: ERF_ShocTypes.H:204
Definition: ERF_ShocTypes.H:81