Model which applies a user provided constant Nusselt number for interfacial heat transfer. More...


Public Member Functions | |
| TypeName ("constantNu") | |
| Runtime type information. More... | |
| constantNuHeatTransfer (const dictionary &dict, const phasePair &pair) | |
| Construct from components. More... | |
| virtual | ~constantNuHeatTransfer () |
| Destructor. More... | |
| tmp< volScalarField > | K (const scalar residualAlpha) const |
| The heat transfer function K used in the enthalpy equation. More... | |
Public Member Functions inherited from heatTransferModel | |
| TypeName ("heatTransferModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2),(interfaceDict, alpha1, phase1, phase2)) | |
| heatTransferModel (const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2) | |
| virtual | ~heatTransferModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | K (const volScalarField &Ur) const =0 |
| The heat-transfer function K used in the enthalpy eq. More... | |
| TypeName ("heatTransferModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| heatTransferModel (const dictionary &dict, const phasePair &pair) | |
| Construct froma dictionary and a phase pair. More... | |
| virtual | ~heatTransferModel () |
| Destructor. More... | |
| tmp< volScalarField > | K () const |
| The heat transfer function K used in the enthalpy equation. More... | |
| TypeName ("heatTransferModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| heatTransferModel (const dictionary &dict, const phasePair &pair) | |
| Construct froma dictionary and a phase pair. More... | |
| virtual | ~heatTransferModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | K () const =0 |
| The heat transfer function K used in the enthalpy equation. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from heatTransferModel | |
| static autoPtr< heatTransferModel > | New (const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2) |
| static autoPtr< heatTransferModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< heatTransferModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes inherited from heatTransferModel | |
| static const dimensionSet | dimK |
| Coefficient dimensions. More... | |
Protected Attributes inherited from heatTransferModel | |
| const dictionary & | interfaceDict_ |
| const volScalarField & | alpha1_ |
| const phaseModel & | phase1_ |
| const phaseModel & | phase2_ |
| const phasePair & | pair_ |
| Phase pair. More... | |
| const dimensionedScalar | residualAlpha_ |
| Residual phase fraction. More... | |
Model which applies a user provided constant Nusselt number for interfacial heat transfer.
Definition at line 54 of file constantNuHeatTransfer.H.
| constantNuHeatTransfer | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "constantNu" | ) |
Runtime type information.
|
virtual |
The heat transfer function K used in the enthalpy equation.
Implements heatTransferModel.