Go to the documentation of this file.
26 #include "heatTransferModel.H"
27 #include "phasePair.H"
44 const dictionary&
dict,
53 dict.lookupOrDefault<scalar>
56 pair_.dispersed().residualAlpha().value()
73 return K(residualAlpha_.value());
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
heatTransferModel(const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
Dimension set for the base types.
static const dimensionSet dimK
Coefficient dimensions.
CGAL::Exact_predicates_exact_constructions_kernel K
virtual ~heatTransferModel()
Destructor.
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
defineTypeNameAndDebug(combustionModel, 0)