#include <dv_mixf.h>
|
| virtual void | setVar (const int ipt=-1) |
| |
| virtual void | getRhsSrc (const int ipt=-1) |
| |
| virtual void | getRhsMix (const vector< double > &gf, const vector< double > &dxc) |
| |
| | dv_mixf () |
| |
| | dv_mixf (domain *line, const string s, const bool Lt, const bool Lo=true) |
| |
| virtual | ~dv_mixf () |
| |
| 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 () |
| |
|
| void | setFlux (const vector< double > &gf, const vector< double > &dxc) |
| |
|
| double | Dmf |
| | default mixture fraction diffusivity (read from input file)
|
| |
|
| 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_mixf of parent lv object.
- Author
- David O. Lignell
Definition at line 23 of file dv_mixf.h.
◆ dv_mixf() [1/2]
◆ dv_mixf() [2/2]
| dv_mixf::dv_mixf |
( |
domain * | line, |
|
|
const string | s, |
|
|
const bool | Lt, |
|
|
const bool | Lo = true ) |
dv_mixf constructor function
- Parameters
-
| p_domn | input: set domain pointer with. |
| p_phi | input: set vector pointer with. |
Definition at line 18 of file dv_mixf.cc.
◆ ~dv_mixf()
| virtual dv_mixf::~dv_mixf |
( |
| ) |
|
|
inlinevirtual |
◆ getRhsMix()
| void dv_mixf::getRhsMix |
( |
const vector< double > & | gf, |
|
|
const vector< double > & | dxc ) |
|
virtual |
lv mixing term part of the rhs function
- Parameters
-
| gf | input: grid geometric factor for derivatives |
| dxc | input: = \abs{\Delta(x^c)} Note: temperature variable should be set already. Note: species mass fluxes should be set already. |
Reimplemented from dv.
Definition at line 85 of file dv_mixf.cc.
◆ getRhsSrc()
| void dv_mixf::getRhsSrc |
( |
const int | ipt = -1 | ) |
|
|
virtual |
lv source term part of the rhs function
- Parameters
-
| ipt | input: optional point to compute source at. todo: add in pressure term: unsteady, and nonuniform. |
Reimplemented from dv.
Definition at line 69 of file dv_mixf.cc.
◆ setFlux()
| void dv_mixf::setFlux |
( |
const vector< double > & | gf, |
|
|
const vector< double > & | dxc ) |
|
private |
lv set face fluxes
- Parameters
-
| gf | input: grid geometric factor for derivatives |
| dxc | input: = \abs{\Delta(x^c)} |
Definition at line 113 of file dv_mixf.cc.
◆ setVar()
| void dv_mixf::setVar |
( |
const int | ipt = -1 | ) |
|
|
virtual |
Set mixture fraction from the gas state
- Parameters
-
| ipt | input: optional point to compute at |
Reimplemented from dv.
Definition at line 42 of file dv_mixf.cc.
◆ Dmf
default mixture fraction diffusivity (read from input file)
Definition at line 30 of file dv_mixf.h.
The documentation for this class was generated from the following files: