WARPXM v1.10.0
Loading...
Searching...
No Matches
harris_current_sheet_13moment.h
Go to the documentation of this file.
1#ifndef wmapplication_harris_fluid13_h
2#define wmapplication_harris_fluid13_h
3
4// WARPXM Includes
6
7namespace wxm
8{
9namespace apps
10{
11namespace functions
12{
13namespace thirteen_moment
14{
16{
17public:
23
29
34 void setup(const WxCryptSet& wxc) override;
35
41 const std::vector<int>& getOutputVariableIndexes(int flag) const override
42 {
43 return _output_variables;
44 }
45
53 void evaluate_function(const real* q,
54 const real* aux,
55 const solverVariables_t* pSV,
56 real* result) const override;
57
58protected:
59 std::vector<int> _output_variables;
60
66 // real _velocity_offset;
70
71private:
72 HarrisCurrentSheet& operator=(const HarrisCurrentSheet& var);
74};
75} // namespace thirteen_moment
76} // namespace functions
77} // namespace apps
78} // namespace wxm
79
80#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
Definition: harris_current_sheet_13moment.h:16
std::vector< int > _output_variables
Definition: harris_current_sheet_13moment.h:59
real _velocity
Definition: harris_current_sheet_13moment.h:65
real _nInf
Definition: harris_current_sheet_13moment.h:64
real _temperature
Definition: harris_current_sheet_13moment.h:67
void setup(const WxCryptSet &wxc) override
Setup.
real _sheet_width
Definition: harris_current_sheet_13moment.h:61
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
Redefinition of the function evaluator.
real _perturbation_gamma
Definition: harris_current_sheet_13moment.h:69
real _perturbation_delta
Definition: harris_current_sheet_13moment.h:68
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Grab output variable indices.
Definition: harris_current_sheet_13moment.h:41
real _n0
Definition: harris_current_sheet_13moment.h:63
real _mass
Definition: harris_current_sheet_13moment.h:62
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