1#ifndef CONDUCTING_WALL_NEUMANN_H
2#define CONDUCTING_WALL_NEUMANN_H
37 real* q_out)
const override;
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_neumann.h:15
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: conducting_wall_neumann.h:27
std::vector< real > _com
Definition: conducting_wall_neumann.h:44
conducting_wall_neumann()
int _num_fluids
Definition: conducting_wall_neumann.h:46
void setup(const WxCryptSet &wxc) override
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_neumann.h:23
std::vector< real > _masses
Definition: conducting_wall_neumann.h:43
std::vector< int > _all_variables
Definition: conducting_wall_neumann.h:41
std::vector< real > _charges
Definition: conducting_wall_neumann.h:42
std::vector< int > _field_gradient_variables
Definition: conducting_wall_neumann.h:40
~conducting_wall_neumann() override
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