37#ifndef heatTransferModel_H
38#define heatTransferModel_H
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
static const dimensionSet dimK
Coefficient dimensions.
const phasePair & pair_
Phase pair.
const dimensionedScalar residualAlpha_
Residual phase fraction.
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
static autoPtr< heatTransferModel > New(const dictionary &dict, const phasePair &pair)
virtual ~heatTransferModel()=default
Destructor.
TypeName("heatTransferModel")
Runtime type information.
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.