Go to the documentation of this file.
36 #ifndef heatTransferModel_H
37 #define heatTransferModel_H
54 class heatTransferModel
61 const phasePair&
pair_;
81 const dictionary&
dict,
91 static const dimensionSet
dimK;
99 const dictionary&
dict,
100 const phasePair& pair
110 static autoPtr<heatTransferModel>
New
112 const dictionary&
dict,
113 const phasePair& pair
122 virtual tmp<volScalarField>
K()
const = 0;
const phasePair & pair_
Phase pair.
static const dimensionSet dimK
Coefficient dimensions.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
static autoPtr< heatTransferModel > New(const dictionary &dict, const phasePair &pair)
heatTransferModel(const dictionary &dict, const phasePair &pair)
Construct froma dictionary and a phase pair.
TypeName("heatTransferModel")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
virtual ~heatTransferModel()
Destructor.
Macros to ease declaration of run-time selection tables.
const dimensionedScalar residualAlpha_
Residual phase fraction.
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.