
Public Member Functions | |
| TypeName ("partitioningModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, partitioningModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| partitioningModel () | |
| Construct null. More... | |
| virtual | ~partitioningModel () |
| Destructor. More... | |
| virtual tmp< scalarField > | fLiquid (const scalarField &alphaLiquid) const =0 |
| Calculate and return the wall heat-flux partitioning. More... | |
| virtual void | write (Ostream &os) const |
Static Public Member Functions | |
| static autoPtr< partitioningModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Definition at line 53 of file partitioningModel.H.
Construct null.
|
virtual |
Destructor.
| TypeName | ( | "partitioningModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| partitioningModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
static |
Select null constructed.
|
pure virtual |
Calculate and return the wall heat-flux partitioning.
Implemented in linear, cosine, Lavieville, and phaseFraction.
|
virtual |
Reimplemented in linear, cosine, and Lavieville.
1.8.13