Base class for wall heat flux partitioning models. More...
#include <partitioningModel.H>

Public Member Functions | |
| TypeName ("partitioningModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, partitioningModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| partitioningModel ()=default | |
| Default construct. | |
| virtual | ~partitioningModel ()=default |
| Destructor. | |
| virtual tmp< scalarField > | fLiquid (const scalarField &alphaLiquid) const =0 |
| Calculate and return the wall heat-flux partitioning. | |
| virtual void | write (Ostream &os) const |
| Write. | |
Static Public Member Functions | |
| static autoPtr< partitioningModel > | New (const dictionary &dict) |
| Select default constructed. | |
Base class for wall heat flux partitioning models.
Definition at line 51 of file partitioningModel.H.
|
default |
Default construct.
References dict.
Referenced by cosine::cosine(), declareRunTimeSelectionTable(), Lavieville::Lavieville(), linear::linear(), and phaseFraction::phaseFraction().

|
virtualdefault |
Destructor.
| TypeName | ( | "partitioningModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| partitioningModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | ) |
Declare runtime construction.
References dict, and partitioningModel().

|
static |
Select default constructed.
Definition at line 39 of file partitioningModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().


|
pure virtual |
Calculate and return the wall heat-flux partitioning.
Implemented in cosine, Lavieville, linear, and phaseFraction.
References os().

|
virtual |
Write.
Reimplemented in cosine, Lavieville, and linear.
Definition at line 68 of file partitioningModel.C.
References os(), and Foam::type().
Referenced by cosine::write(), Lavieville::write(), and linear::write().

