WARPXM v1.10.0
Loading...
Searching...
No Matches
couette_flow.h
Go to the documentation of this file.
1#ifndef wmapplication_function_thirteen_moment_couette_flow_h
2#define wmapplication_function_thirteen_moment_couette_flow_h
3
4// WARPXM Includes
6
7namespace wxm
8{
9namespace apps
10{
11namespace functions
12{
13namespace thirteen_moment
14{
30{
31public:
37
42 ~CouetteFlow() override;
43
48 void setup(const WxCryptSet& wxc) override;
49
55 const std::vector<int>& getOutputVariableIndexes(int flag) const override
56 {
57 return _output_fluid;
58 }
59
67 void evaluate_function(const real* q,
68 const real* aux,
69 const solverVariables_t* pSV,
70 real* result) const override;
71
72protected:
73 std::vector<int> _output_fluid;
74
82
83private:
84 CouetteFlow& operator=(const CouetteFlow& var);
85 CouetteFlow(const CouetteFlow& var);
86};
87} // namespace thirteen_moment
88} // namespace functions
89} // namespace apps
90} // namespace wxm
91
92#endif
Base Class for physics applications.
Definition: wmapplication.h:93
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Initialize the simplified 2D plasma switch problem for a single 5 moment fluid.
Definition: couette_flow.h:30
real _pressure
Definition: couette_flow.h:76
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
Redefinition of the function evaluator.
real _aspect
Definition: couette_flow.h:79
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Grab output variable indices.
Definition: couette_flow.h:55
real _g3
Definition: couette_flow.h:81
std::vector< int > _output_fluid
Definition: couette_flow.h:73
real _width
Definition: couette_flow.h:78
real _height
Definition: couette_flow.h:77
real _g1
Definition: couette_flow.h:80
real _density
Definition: couette_flow.h:75
void setup(const WxCryptSet &wxc) override
Setup.
list apps
Definition: shock_tube.py:33
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
Definition: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11