WARPXM v1.10.0
Loading...
Searching...
No Matches
1d1v_double_rarefaction.h
Go to the documentation of this file.
1#ifndef KINETICS1D1V_DOUBLE_RAREFACTION_H
2#define KINETICS1D1V_DOUBLE_RAREFACTION_H
3
4// std includes
5#include <vector>
6#include <string>
7
8// Wm includes
10
11namespace wxm
12{
13namespace functions
14{
15namespace kinetics
16{
17
35{
36public:
42
48
54 void setup(const WxCryptSet& wxc);
55
62 void applyFunction(const real* position, real* value) const;
63
64private:
65 // real _gamma;
66 real _mass;
67 real _xc; // location of shock in x coordinate
68};
69
70} // namespace kinetics
71} // namespace functions
72} // namespace wxm
73
74#endif // KINETICS1D1V_DOUBLE_RAREFACTION_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
Double Rarefaction 1D Riemann Problem See: Buffard and Clain -> Monoslope and multislope MUSCL method...
Definition: 1d1v_double_rarefaction.h:35
void applyFunction(const real *position, real *value) const
Evaluate the function at a position and return the result through a pointer.
void setup(const WxCryptSet &wxc)
Setup gem object using supplied cryptset.
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11