Go to the documentation of this file.
30 #include "phasePair.H"
31 #include "BlendedInterfacialModel.H"
58 dict.getOrDefault<scalar>
62 ? pair_.dispersed().residualAlpha().value()
63 : pair_.
phase1().residualAlpha().value()
79 Info<<
"Selecting heatTransferModel for "
80 << pair <<
": " << modelType <<
endl;
82 auto* ctorPtr = dictionaryConstructorTable(modelType);
91 *dictionaryConstructorTablePtr_
95 return ctorPtr(
dict, pair);
104 return K(residualAlpha_.value());
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
const Type & value() const
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
static const dimensionSet dimK
CGAL::Exact_predicates_exact_constructions_kernel K
defineBlendedInterfacialModelTypeNameAndDebug(massTransferModel, 0)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
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,...
errorManip< error > abort(error &err)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const dimensionedScalar residualAlpha_
tmp< volScalarField > K() const
defineTypeNameAndDebug(combustionModel, 0)
static autoPtr< heatTransferModel > New(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
const dimensionSet dimless