26 #include "heatTransferModel.H" 27 #include "phasePair.H" 28 #include "BlendedInterfacialModel.H" 46 const dictionary&
dict,
55 dict.lookupOrDefault<scalar>
59 ? pair_.dispersed().residualAlpha().value()
60 : pair_.
phase1().residualAlpha().value()
77 return K(residualAlpha_.value());
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
CGAL::Exact_predicates_exact_constructions_kernel K
static const dimensionSet dimK
Coefficient dimensions.
Dimension set for the base types.
virtual ~heatTransferModel()
Destructor.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
heatTransferModel(const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
A class for managing temporary objects.