Wall heat-flux partitioned according to the phase volume fraction. More...


Public Member Functions | |
| TypeName ("phaseFraction") | |
| Runtime type information. More... | |
| phaseFraction (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| phaseFraction (const phaseFraction &model) | |
| Copy construct. More... | |
| virtual autoPtr< partitioningModel > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~phaseFraction () |
| Destructor. More... | |
| virtual tmp< scalarField > | wetFraction (const scalarField &alphaLiquid) const |
| Return the wet fraction. More... | |
| virtual tmp< volScalarField::Internal > | wetFraction (const volScalarField::Internal &alphaLiquid) const |
| Return the wet fraction. More... | |
| virtual tmp< volScalarField > | wetFraction (const volScalarField &alphaLiquid) const |
| Return the wet fraction. More... | |
Public Member Functions inherited from partitioningModel | |
| 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 | ~partitioningModel () |
| Destructor. More... | |
| virtual void | write (Ostream &os) const |
| Write to stream. More... | |
| void | operator= (const partitioningModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from partitioningModel | |
| static autoPtr< partitioningModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Wall heat-flux partitioned according to the phase volume fraction.
Definition at line 52 of file phaseFraction.H.
| phaseFraction | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 51 of file phaseFraction.C.
Referenced by phaseFraction::clone().

| phaseFraction | ( | const phaseFraction & | model | ) |
Copy construct.
Definition at line 60 of file phaseFraction.C.
|
virtual |
Destructor.
Definition at line 71 of file phaseFraction.C.
| TypeName | ( | "phaseFraction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements partitioningModel.
Definition at line 72 of file phaseFraction.H.
References phaseFraction::phaseFraction().

|
virtual |
Return the wet fraction.
Implements partitioningModel.
Definition at line 78 of file phaseFraction.C.
|
virtual |
Return the wet fraction.
Implements partitioningModel.
Definition at line 88 of file phaseFraction.C.
|
virtual |
Return the wet fraction.
Implements partitioningModel.
Definition at line 98 of file phaseFraction.C.