Wall heat-flux partitioned according to the phase volume fraction. More...
#include <phaseFraction.H>


Public Member Functions | |
| TypeName ("phaseFraction") | |
| Runtime type information. | |
| phaseFraction (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~phaseFraction ()=default |
| Destructor. | |
| virtual tmp< scalarField > | fLiquid (const scalarField &alphaLiquid) const |
| Calculate and return the wall heat-flux partitioning. | |
| Public Member Functions inherited from partitioningModel | |
| 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 void | write (Ostream &os) const |
| Write. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from partitioningModel | |
| static autoPtr< partitioningModel > | New (const dictionary &dict) |
| Select default constructed. | |
Wall heat-flux partitioned according to the phase volume fraction.
Definition at line 51 of file phaseFraction.H.
| phaseFraction | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 47 of file phaseFraction.C.
References dict, and partitioningModel::partitioningModel().

|
virtualdefault |
Destructor.
| TypeName | ( | "phaseFraction" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the wall heat-flux partitioning.
Implements partitioningModel.
Definition at line 57 of file phaseFraction.C.