#include <dv_ygas_noRxn.h>
|
virtual void | getRhsSrc (const int ipt=-1) |
|
| dv_ygas_noRxn () |
|
| dv_ygas_noRxn (domain *line, const string s, const bool Lt, const bool Lo=true) |
|
virtual | ~dv_ygas_noRxn () |
|
virtual void | getRhsMix (const vector< double > &gf, const vector< double > &dxc) |
|
| dv_ygas () |
|
| dv_ygas (domain *line, const string s, const bool Lt, const bool Lo=true) |
|
virtual | ~dv_ygas () |
|
virtual void | setVar (const int ipt=-1) |
|
virtual void | merge2cells (const int imrg, const double m2, const double m1, const bool LconstVolume=false) |
|
virtual void | splitCell (const int isplt, const int nsplt, const vector< double > &cellFaces) |
|
virtual void | interpVarToFacesHarmonic (const vector< double > &cvar, vector< double > &fvar) |
|
virtual double | linearInterpToFace (const int &iface, const vector< double > &vec) |
|
virtual void | setDvFromRegion (const int i1, const int i2) |
|
virtual void | resize () |
|
| dv () |
|
| dv (domain *line, const string s, const bool Lt, const bool Lo=true) |
|
virtual | ~dv () |
|
|
string | var_name |
| name of variable
|
|
vector< double > | d |
| the data
|
|
bool | L_transported |
| flag true if var is transported
|
|
bool | L_output |
| flag true if included in output
|
|
bool | LagSrc |
| flag to lag source term in implicit solve (initially put in for enthalpy radiation)
|
|
domain * | domn |
| pointer to domain object (parent)
|
|
vector< double > | rhsSrc |
| the data
|
|
vector< double > | rhsMix |
| the data
|
|
vector< double > | flux |
|
Class implementing child dv_ygas_noRxn of parent dv_ygas object.
- Author
- David O. Lignell
Definition at line 23 of file dv_ygas_noRxn.h.
◆ dv_ygas_noRxn() [1/2]
dv_ygas_noRxn::dv_ygas_noRxn |
( |
| ) |
|
|
inline |
◆ dv_ygas_noRxn() [2/2]
dv_ygas_noRxn::dv_ygas_noRxn |
( |
domain * | line, |
|
|
const string | s, |
|
|
const bool | Lt, |
|
|
const bool | Lo = true ) |
|
inline |
◆ ~dv_ygas_noRxn()
virtual dv_ygas_noRxn::~dv_ygas_noRxn |
( |
| ) |
|
|
inlinevirtual |
◆ getRhsSrc()
void dv_ygas_noRxn::getRhsSrc |
( |
const int | ipt = -1 | ) |
|
|
virtual |
lv source term part of the rhs function.
- Parameters
-
ipt | input: optional point to compute source at. |
Reimplemented from dv_ygas.
Definition at line 16 of file dv_ygas_noRxn.cc.
The documentation for this class was generated from the following files: