WARPXM v1.10.0
Loading...
Searching...
No Matches
frequency_check_13moment.h
Go to the documentation of this file.
1#ifndef WMAPPLICATION_PLASMA_FREQUENCYTEST_13MOMENT_H
2#define WMAPPLICATION_PLASMA_FREQUENCYTEST_13MOMENT_H
3
4// Wm includes
6
7namespace wxm
8{
9namespace apps
10{
11namespace plasma
12{
13
15{
16public:
18
20
21 void setup(const WxCryptSet& wxc) override;
22
23 const std::vector<int>& getInputVariableIndexes(int flag) const override
24 {
25 return _fluid_variables;
26 }
27 const std::vector<int>& getAuxiliaryVariableIndexes(int flag) const override
28 {
29 return _field_variables;
30 }
31
32protected:
40
41 std::vector<int> _fluid_variables;
42 std::vector<int> _field_variables;
43
44private:
47};
48} // namespace plasma
49} // namespace apps
50} // namespace wxm
51
52#endif // WMAPPLICATION_PLASMA_FREQUENCYTEST_13MOMENT_H
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: frequency_check_13moment.h:15
real _charge
Definition: frequency_check_13moment.h:33
real _minimum_frequency
Definition: frequency_check_13moment.h:39
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: frequency_check_13moment.h:23
std::vector< int > _field_variables
Definition: frequency_check_13moment.h:42
real _coulomb_log
Definition: frequency_check_13moment.h:38
void setup(const WxCryptSet &wxc) override
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: frequency_check_13moment.h:27
real _nuptau
Definition: frequency_check_13moment.h:37
std::vector< int > _fluid_variables
Definition: frequency_check_13moment.h:41
real _mass
Definition: frequency_check_13moment.h:34
real _omegactau
Definition: frequency_check_13moment.h:36
real _omegaptau
Definition: frequency_check_13moment.h:35
list apps
Definition: shock_tube.py:33
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11