Go to the documentation of this file.
37 #ifndef heatTransferModel_H
38 #define heatTransferModel_H
56 class heatTransferModel
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for managing temporary objects.
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2),(dict, alpha1, phase1, phase2))
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
static const dimensionSet dimK
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,...
Generic dimensioned Type class.
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
const dimensionedScalar residualAlpha_
tmp< volScalarField > K() const
static autoPtr< heatTransferModel > New(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)