Base class for wall heat flux partitioning models. More...
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... | |
partitioningModel (const partitioningModel &) | |
Copy construct. More... | |
virtual autoPtr< partitioningModel > | clone () const =0 |
Construct and return a clone. 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 |
void | operator= (const partitioningModel &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static autoPtr< partitioningModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Base class for wall heat flux partitioning models.
Definition at line 53 of file partitioningModel.H.
Construct null.
partitioningModel | ( | const partitioningModel & | ) |
Copy construct.
|
virtual |
Destructor.
TypeName | ( | "partitioningModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
partitioningModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
Declare runtime construction.
|
pure virtual |
Construct and return a clone.
Implemented in linear, cosine, Lavieville, and phaseFraction.
|
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.
|
delete |
Disallow default bitwise assignment.