ODT
|
#include <domaincase_odt_isothermalWall.h>
Public Member Functions | |
virtual void | setCaseSpecificVars () |
virtual void | setGasStateAtPt (const int &ipt) |
domaincase_odt_isothermalWall () | |
virtual void | init (domain *p_domn) |
~domaincase_odt_isothermalWall () | |
![]() | |
virtual void | setCaseSpecificVars_cvode (const int &ipt) |
virtual void | enforceMassFractions () |
domaincase () | |
virtual | ~domaincase () |
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_isothermalWall of parent domaincase object.
Definition at line 20 of file domaincase_odt_isothermalWall.h.
|
inline |
Definition at line 39 of file domaincase_odt_isothermalWall.h.
|
inline |
Definition at line 41 of file domaincase_odt_isothermalWall.h.
|
virtual |
Initialization
p_domn | input: set domain pointer with. |
p_phi | input: set vector pointer with. |
Reimplemented from domaincase.
Definition at line 24 of file domaincase_odt_isothermalWall.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 98 of file domaincase_odt_isothermalWall.cc.
|
virtual |
Update/set variables that are needed in the soltuion. These should not be transported. Those are already set.
Reimplemented from domaincase.
Definition at line 112 of file domaincase_odt_isothermalWall.cc.