26 #include "heatTransferModel.H" 45 const dictionary&
dict,
46 const phaseInterface& interface
53 dict.lookupOrDefault<scalar>
58 interface.phase1().residualAlpha().value()
59 *interface.phase2().residualAlpha().value()
77 return K(residualAlpha_.value());
91 const scalar residualAlpha
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)
dimensionedScalar sqrt(const dimensionedScalar &ds)
heatTransferModel(surfaceFilmRegionModel &film)
Construct null.
const dimensionSet dimless
label k
Boltzmann constant.
CGAL::Exact_predicates_exact_constructions_kernel K
static const dimensionSet dimK
Coefficient dimensions.
Dimension set for the base types.
heatTransferModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
tmp< volScalarField > K() const
Return the heatTransfer coefficient K.
virtual ~heatTransferModel()
Destructor.
#define defineSidedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
A class for managing temporary objects.