WARPXM v1.10.0
Loading...
Searching...
No Matches
conducting_wall_gradient_yu.h
Go to the documentation of this file.
1#ifndef WXM_APPS_MAXWELL_CONDUCTINGWALLGRADIENT_YU_H
2#define WXM_APPS_MAXWELL_CONDUCTINGWALLGRADIENT_YU_H
3
4// Wm includes
6
7namespace wxm
8{
9namespace apps
10{
11namespace maxwell
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 _input_variables;
26 }
27
28 const std::vector<int>& getOutputVariableIndexes(int flag) const override
29 {
30 return _output_variables;
31 }
32
33 // redefinition of bc
34 void bc_q(const real* q_in,
35 const real* aux_in,
36 const real* aux_out,
37 const solverVariables_t* pFV,
38 real* q_out) const override;
39
40protected:
47 std::vector<int> _input_variables;
48 std::vector<int> _output_variables;
49
50private:
53};
54} // namespace maxwell
55} // namespace apps
56} // namespace wxm
57
58#endif // WXM_APPS_MAXWELL_CONDUCTINGWALLGRADIENT_YU_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: conducting_wall_gradient_yu.h:15
void bc_q(const real *q_in, const real *aux_in, const real *aux_out, const solverVariables_t *pFV, real *q_out) const override
Boundary Condition Application which sets the boundary condition on ghost nodes.
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: conducting_wall_gradient_yu.h:23
std::vector< int > _input_variables
Definition: conducting_wall_gradient_yu.h:47
real _Ai
Definition: conducting_wall_gradient_yu.h:42
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: conducting_wall_gradient_yu.h:28
real _sdn
Definition: conducting_wall_gradient_yu.h:45
real _Ze
Definition: conducting_wall_gradient_yu.h:43
real _ompt
Definition: conducting_wall_gradient_yu.h:46
real _Ae
Definition: conducting_wall_gradient_yu.h:41
real _Zi
Definition: conducting_wall_gradient_yu.h:44
void setup(const WxCryptSet &wxc) override
std::vector< int > _output_variables
Definition: conducting_wall_gradient_yu.h:48
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