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... | |
virtual | ~phaseFraction () |
Destructor. More... | |
virtual tmp< scalarField > | fLiquid (const scalarField &alphaLiquid) const |
Calculate and return the wall heat-flux partitioning. More... | |
![]() | |
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 void | write (Ostream &os) const |
Additional Inherited Members | |
![]() | |
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.
|
virtual |
Destructor.
TypeName | ( | "phaseFraction" | ) |
Runtime type information.
|
virtual |
Calculate and return the wall heat-flux partitioning.
Implements partitioningModel.