WARPXM v1.10.0
Loading...
Searching...
No Matches
wmicfunction_couette_fluid5.h
Go to the documentation of this file.
1#ifndef WMICFUNCTION_COUETTE_FLUID5_H
2#define WMICFUNCTION_COUETTE_FLUID5_H
3
4// std includes
5#include <vector>
6#include <string>
7
8// Wm includes
10
12{
13public:
19
25
31 void setup(const WxCryptSet& wxc);
32
39 void applyFunction(const real* position, real* value) const;
40
41private:
42 real _gasGamma;
43 real _density;
44 real _pressure;
45 real _height;
46 real _width;
47 real _aspect;
48 real _g1;
49 real _g3;
50};
51#endif // WMICFUNCTION_COUETTE_FLUID5_H
Definition: wmicfunction_couette_fluid5.h:12
WmICFunction_Couette_Fluid5()
Create new WmICFunction_Couette_Fluid5.
void setup(const WxCryptSet &wxc)
Setup WmICFunction_Couette_Fluid5 object using supplied cryptset.
~WmICFunction_Couette_Fluid5()
Destroy WmICFunction_Couette_Fluid5.
void applyFunction(const real *position, real *value) const
Evaluate the function at a position and return the result through a pointer.
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
#define real
Definition: wmoclunstructuredreconstruction.h:11