35 #ifndef heatTransferModel_H 36 #define heatTransferModel_H 41 #include "phaseModel.H" 82 (interfaceDict, alpha1, phase1, phase2)
const phaseModel & phase1_
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const volScalarField & alpha1
const phaseModel & phase2_
static autoPtr< heatTransferModel > New(const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
const volScalarField & alpha1_
const dictionary & interfaceDict_
virtual ~heatTransferModel()
Destructor.
TypeName("heatTransferModel")
Runtime type information.
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)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...