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 > | wetFraction (const scalarField &alphaLiquid) const =0 |
| Return the wet fraction. More... | |
| virtual tmp< volScalarField::Internal > | wetFraction (const volScalarField::Internal &alphaLiquid) const =0 |
| Return the wet fraction. More... | |
| virtual tmp< volScalarField > | wetFraction (const volScalarField &alphaLiquid) const =0 |
| Return the wet fraction. More... | |
| virtual void | write (Ostream &os) const |
| Write to stream. More... | |
| 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.
Definition at line 42 of file partitioningModel.C.
| partitioningModel | ( | const partitioningModel & | model | ) |
Copy construct.
Definition at line 46 of file partitioningModel.C.
|
virtual |
Destructor.
Definition at line 55 of file partitioningModel.C.
| 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 phaseFraction, linear, Lavieville, and cosine.
|
static |
Select null constructed.
Definition at line 31 of file partitioningModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

|
pure virtual |
Return the wet fraction.
Implemented in phaseFraction, linear, Lavieville, and cosine.
|
pure virtual |
Return the wet fraction.
Implemented in phaseFraction, linear, Lavieville, and cosine.
|
pure virtual |
Return the wet fraction.
Implemented in phaseFraction, linear, Lavieville, and cosine.
|
virtual |
Write to stream.
Reimplemented in linear, Lavieville, and cosine.
Definition at line 61 of file partitioningModel.C.
References Foam::type(), and Foam::writeEntry().
Referenced by cosine::write(), Lavieville::write(), and linear::write().


|
delete |
Disallow default bitwise assignment.