WARPXM v1.10.0
Loading...
Searching...
No Matches
euler2d_forward_facing_step.h
Go to the documentation of this file.
1#ifndef EULER2D_FORWARD_FACING_STEP_H
2#define EULER2D_FORWARD_FACING_STEP_H
3
4// std includes
5#include <vector>
6#include <string>
7
8// Wm includes
10
11namespace wxm
12{
13namespace functions
14{
15namespace five_moment
16{
17
26{
27public:
34
41
48 void setup(const WxCryptSet& wxc);
49
57 void applyFunction(const real* position, real* value) const;
58
59private:
60 real _gamma;
61};
62
63} // namespace five_moment
64} // namespace functions
65} // namespace wxm
66
67#endif // EULER2D_FORWARD_FACING_STEP_H
Base class for functions used in generating initial conditions.
Definition: wmicfunction.h:25
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Class to run initial function of RP1 Problem as defined in "A Simple and Effictive High-Order Shock-C...
Definition: euler2d_forward_facing_step.h:26
void setup(const WxCryptSet &wxc)
Setup gem object using supplied cryptset.
void applyFunction(const real *position, real *value) const
Evaluate the function at a position and return the result through a pointer.
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11