|
ODT
|
#include <dv_chi_dmf.h>

Public Member Functions | |
| virtual void | setVar (const int ipt=-1) |
| dv_chi_dmf () | |
| dv_chi_dmf (domain *line, const string s, const bool Lt, const bool Lo=true) | |
| virtual | ~dv_chi_dmf () |
Public Member Functions inherited from dv | |
| 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 | getRhsSrc (const int ipt=-1) |
| virtual void | getRhsMix (const vector< double > &gf, const vector< double > &dxc) |
| 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 () |
Private Attributes | |
| double | Dmf |
| default mixture fraction diffusivity (read from input file) | |
Additional Inherited Members | |
Public Attributes inherited from 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_chi_dmf of parent lv object. This uses Dmf, constant mixture fraction diffusivity, for use without cantera.
Definition at line 23 of file dv_chi_dmf.h.
|
inline |
Definition at line 42 of file dv_chi_dmf.h.
| dv_chi_dmf::dv_chi_dmf | ( | domain * | line, |
| const string | s, | ||
| const bool | Lt, | ||
| const bool | Lo = true ) |
dv_chi_dmf constructor function
| p_domn | input: set domain pointer with. |
| p_phi | input: set vector pointer with. |
Definition at line 19 of file dv_chi_dmf.cc.
|
inlinevirtual |
Definition at line 48 of file dv_chi_dmf.h.
|
virtual |
Set scalar dissipation rate (chi)
Reimplemented from dv.
Definition at line 51 of file dv_chi_dmf.cc.
|
private |
default mixture fraction diffusivity (read from input file)
Definition at line 29 of file dv_chi_dmf.h.