WARPXM v1.10.0
Loading...
Searching...
No Matches
wmapplication_imhd_bc_conductingwallFreeslip.h
Go to the documentation of this file.
1#ifndef WMAPPLICATION_IMHD_CONDUCTINGWALL_FREESLIP_H
2#define WMAPPLICATION_IMHD_CONDUCTINGWALL_FREESLIP_H
3
4// Wm includes
6
7// IMHD includes
9
10namespace wxm
11{
12namespace apps
13{
14namespace imhd
15{
16namespace bc
17{
18
30{
31public:
33
35
36 void setup(const WxCryptSet& wxc) override;
37
38 const std::vector<int>& getInputVariableIndexes(int flag) const override
39 {
40 return _inputVariables;
41 }
42 const std::vector<int>& getOutputVariableIndexes(int flag) const override
43 {
44 return _outputVariables;
45 }
46
47 // redefinition of bc
48 void bc_q(const real* q_in,
49 const real* aux_in,
50 const real* aux_out,
51 const solverVariables_t* pFV,
52 real* q_out) const override;
53
54protected:
56
57 // int _closureScheme;
60
61 std::vector<int> _inputVariables;
62 std::vector<int> _outputVariables;
63
64 bool _use_arc;
68private:
73};
74
75} // namespace bc
76} // namespace imhd
77} // namespace apps
78} // namespace wxm
79
80#endif // WMAPPLICATION_IMHD_CONDUCTINGWALL_FREESLIP_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: wmapplication_imhd_bc_conductingwallFreeslip.h:30
real _min_pressure
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:59
bool _use_arc
Boolean for use of the curved arc boundary normal.
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:64
real _gas_gamma
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:55
real _min_density
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:58
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:42
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:38
std::vector< int > _inputVariables
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:61
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.
std::vector< int > _outputVariables
Definition: wmapplication_imhd_bc_conductingwallFreeslip.h:62
list apps
Definition: shock_tube.py:33
bc
Definition: advection2d_conservation.py:32
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