|
ODT
|
Class implementing child domaincase_odt_channel of parent domaincase object. More...
#include <domaincase_odt_channel.h>

Public Member Functions | |
| virtual void | setCaseSpecificVars () |
| domaincase_odt_channel () | |
| virtual void | init (domain *p_domn) |
| ~domaincase_odt_channel () | |
Public Member Functions inherited from domaincase | |
| virtual void | setGasStateAtPt (const int &ipt) |
| virtual void | setCaseSpecificVars_cvode (const int &ipt) |
| virtual void | enforceMassFractions () |
| domaincase () | |
| virtual | ~domaincase () |
Additional Inherited Members | |
Public Attributes inherited from domaincase | |
| 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_channel of parent domaincase object.
Definition at line 20 of file domaincase_odt_channel.h.
|
inline |
Definition at line 38 of file domaincase_odt_channel.h.
|
inline |
Definition at line 40 of file domaincase_odt_channel.h.
|
virtual |
Initialization
| p_domn | input: set domain pointer with. |
| p_phi | input: set vector pointer with. |
Reimplemented from domaincase.
Definition at line 22 of file domaincase_odt_channel.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 75 of file domaincase_odt_channel.cc.