Go to the documentation of this file.
38 #ifndef heatTransferModel_H
39 #define heatTransferModel_H
44 #include "phaseModel.H"
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const dictionary & interfaceDict_
A class for managing temporary objects.
const phaseModel & phase1_
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2),(dict, alpha1, phase1, phase2))
const volScalarField & alpha1
heatTransferModel(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const volScalarField & alpha1_
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
TypeName("heatTransferModel")
Macros to ease declaration of run-time selection tables.
virtual ~heatTransferModel()=default
Generic GeometricField class.
tmp< volScalarField > K() const
static autoPtr< heatTransferModel > New(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
const phaseModel & phase2_