ODT
|
#include <domaincase_odt_MFjetFlame.h>
Public Member Functions | |
virtual void | setGasStateAtPt (const int &ipt) |
virtual void | setCaseSpecificVars () |
virtual void | setCaseSpecificVars_cvode (const int &ipt) |
domaincase_odt_MFjetFlame () | |
virtual void | init (domain *p_domn) |
~domaincase_odt_MFjetFlame () | |
![]() | |
virtual void | enforceMassFractions () |
domaincase () | |
virtual | ~domaincase () |
Private Attributes | |
bool | LisFlameD |
Additional Inherited Members | |
![]() | |
domain * | domn |
pointer to domain object (parent) | |
vector< double > | inlet_cell_dv_props |
list of all dv properties for inserted inlet cell for channel suction/blowing case | |
Class implementing child domaincase_odt_MFjetFlame of parent domaincase object. This version uses a prescribed mixture fraction density profile.
Definition at line 21 of file domaincase_odt_MFjetFlame.h.
|
inline |
Definition at line 43 of file domaincase_odt_MFjetFlame.h.
|
inline |
Definition at line 45 of file domaincase_odt_MFjetFlame.h.
|
virtual |
domaincase_odt_MFjetFlame initialization function
p_domn | input: set domain pointer with. |
p_phi | input: set vector pointer with. |
Reimplemented from domaincase.
Definition at line 30 of file domaincase_odt_MFjetFlame.cc.
|
virtual |
Update/set variables that are needed in the solution. Especially for diffusion. These should not be transported. Those are already set.
Reimplemented from domaincase.
Definition at line 127 of file domaincase_odt_MFjetFlame.cc.
|
virtual |
Update/set variables that are needed in the solution. Especially for diffusion. See cvodeDriver.cc These should not be transported. Those are already set.
Reimplemented from domaincase.
Definition at line 140 of file domaincase_odt_MFjetFlame.cc.
|
virtual |
Update/set variables that are needed in the soltuion. Especially for diffusion. These should not be transported. Those are already set.
Reimplemented from domaincase.
Definition at line 118 of file domaincase_odt_MFjetFlame.cc.
|
private |
Definition at line 27 of file domaincase_odt_MFjetFlame.h.