#include <heatTransferModel.H>


Public Member Functions | |
| TypeName ("heatTransferModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~heatTransferModel ()=default |
| Destructor. | |
| tmp< volScalarField > | K () const |
| The heat transfer function K used in the enthalpy equation. | |
| virtual tmp< volScalarField > | K (const scalar residualAlpha) const =0 |
| The heat transfer function K used in the enthalpy equation. | |
| TypeName ("heatTransferModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~heatTransferModel ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | K () const =0 |
| The heat transfer function K used in the enthalpy equation. | |
Static Public Member Functions | |
| static autoPtr< heatTransferModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< heatTransferModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
| static const dimensionSet | dimK |
| Coefficient dimensions. | |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. | |
| const dimensionedScalar | residualAlpha_ |
| Residual phase fraction. | |
| heatTransferModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct froma dictionary and a phase pair.
Definition at line 40 of file heatTransferModel.C.
References dict, Foam::dimless, pair_, phase1, and residualAlpha_.
Referenced by constantNuHeatTransfer::constantNuHeatTransfer(), declareRunTimeSelectionTable(), RanzMarshall::RanzMarshall(), and sphericalHeatTransfer::sphericalHeatTransfer().

|
virtualdefault |
Destructor.
References dict.
| heatTransferModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct froma dictionary and a phase pair.
References dict.
|
virtualdefault |
Destructor.
| TypeName | ( | "heatTransferModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| heatTransferModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
Definition at line 64 of file heatTransferModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

| Foam::tmp< Foam::volScalarField > K | ( | ) | const |
The heat transfer function K used in the enthalpy equation.
ddt(alpha1*rho1*ha) + ... = ... K*(Ta - Tb) ddt(alpha2*rho2*hb) + ... = ... K*(Tb - Ta)
Definition at line 95 of file heatTransferModel.C.
References residualAlpha_.
|
pure virtual |
The heat transfer function K used in the enthalpy equation.
ddt(alpha1*rho1*ha) + ... = ... K*(Ta - Tb) ddt(alpha2*rho2*hb) + ... = ... K*(Tb - Ta) with a specified residual volume fraction
Implemented in constantNuHeatTransfer, RanzMarshall, and sphericalHeatTransfer.
| TypeName | ( | "heatTransferModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| heatTransferModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
References dict.
|
pure virtual |
The heat transfer function K used in the enthalpy equation.
ddt(alpha1*rho1*ha) + ... = ... K*(Ta - Tb) ddt(alpha2*rho2*hb) + ... = ... K*(Tb - Ta)
Implemented in RanzMarshall, and sphericalHeatTransfer.
|
protected |
Phase pair.
Definition at line 60 of file heatTransferModel.H.
Referenced by heatTransferModel(), constantNuHeatTransfer::K(), RanzMarshall::K(), RanzMarshall::K(), sphericalHeatTransfer::K(), and sphericalHeatTransfer::K().
|
protected |
Residual phase fraction.
Definition at line 65 of file heatTransferModel.H.
Referenced by heatTransferModel(), K(), RanzMarshall::K(), and sphericalHeatTransfer::K().
|
static |
Coefficient dimensions.
Definition at line 96 of file heatTransferModel.H.
Referenced by InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), declareRunTimeSelectionTable(), and TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem().