WARPXM v1.10.0
Loading...
Searching...
No Matches
outflow_bc_1d1v.h
Go to the documentation of this file.
1#ifndef kinetics_outflow_bc_1d1v_h
2#define kinetics_outflow_bc_1d1v_h
3
4// Wm includes
6
7namespace wxm
8{
9namespace apps
10{
11namespace kinetics
12{
13namespace boundary_conditions
14{
15
17{
18public:
20
21 ~OutflowBC1d1v() override;
22
23 void setup(const WxCryptSet& wxc) override;
24
25 const std::vector<int>& getInputVariableIndexes(int flag) const override
26 {
28 }
29
30 const std::vector<int>& getOutputVariableIndexes(int flag) const override
31 {
33 }
34
35 void bc_q_kinetic(const real* q_in,
36 const real* aux_in,
37 const solverVariables_t* pFV,
38 real* q_out) const override;
39
40protected:
41 std::vector<int> _distribution_variable;
42};
43
44} // namespace boundary_conditions
45} // namespace kinetics
46} // namespace apps
47} // namespace wxm
48
49#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
void setup(const WxCryptSet &wxc) override
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: outflow_bc_1d1v.h:30
std::vector< int > _distribution_variable
Definition: outflow_bc_1d1v.h:41
void bc_q_kinetic(const real *q_in, const real *aux_in, const solverVariables_t *pFV, real *q_out) const override
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: outflow_bc_1d1v.h:25
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