1#ifndef WXM_PULSE_INLET_IMHD_H
2#define WXM_PULSE_INLET_IMHD_H
41 real* q_out)
const override;
Base Class for physics applications.
Definition: wmapplication.h:93
std::vector< int > _allowedFlags
Definition: wmapplication.h:234
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Plasma slug acceleration inlet boundary condition for ideal MHD.
Definition: pulse_inlet.h:18
void setup(const WxCryptSet &wxc) override
pulse_inlet()
Definition: pulse_inlet.h:20
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: pulse_inlet.h:27
std::vector< int > out_variables_
Definition: pulse_inlet.h:45
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: pulse_inlet.h:32
real P
Definition: pulse_inlet.h:51
real Bz
Definition: pulse_inlet.h:54
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 > in_variables_
Definition: pulse_inlet.h:44
real rho
Definition: pulse_inlet.h:48
real ramp_time
Definition: pulse_inlet.h:56
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
@ WMAPPLICATIONFLAG_BC_Q
Definition: wmapplication.h:28
#define real
Definition: wmoclunstructuredreconstruction.h:11