ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_ShocPDF.H
Go to the documentation of this file.
1 #ifndef ERF_SHOC_PDF_H_
2 #define ERF_SHOC_PDF_H_
3 
4 #include "ERF_ShocColumnData.H"
5 
6 class ShocPDF
7 {
8 public:
9  static void diagnose_pdf (ShocColumnData& col,
10  const ShocRuntimeOptions& opts,
11  double dt);
12 };
13 
14 #endif
Definition: ERF_ShocPDF.H:7
static void diagnose_pdf(ShocColumnData &col, const ShocRuntimeOptions &opts, double dt)
Definition: ERF_ShocPDF.cpp:281
Definition: ERF_ShocTypes.H:204
Definition: ERF_ShocTypes.H:81