Public Member Functions | |
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... | |
virtual tmp< volScalarField > | K (const scalar residualAlpha) const =0 |
The heat transfer function K used in the enthalpy equation. More... | |
Static Public Member Functions | |
static autoPtr< heatTransferModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
static const dimensionSet | dimK |
Coefficient dimensions. More... | |
Protected Attributes | |
const phasePair & | pair_ |
Phase pair. More... | |
const dimensionedScalar | residualAlpha_ |
Residual phase fraction. More... | |
Definition at line 51 of file heatTransferModel.H.
heatTransferModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct froma dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "heatTransferModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
heatTransferModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
tmp<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)
|
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 timeScaleFilteredHeatTransfer, Gunn, constantNuHeatTransfer, RanzMarshall, and sphericalHeatTransfer.
|
protected |
Phase pair.
Definition at line 58 of file heatTransferModel.H.
|
protected |
Residual phase fraction.
Definition at line 61 of file heatTransferModel.H.
|
static |
Coefficient dimensions.
Definition at line 88 of file heatTransferModel.H.