Go to the documentation of this file.
30 #include "aspectRatioModel.H"
43 phasePair(dispersed, continuous,
g, sigmaTable, true)
45 if (aspectRatioTable.
found(*
this))
51 aspectRatioTable[*
this],
81 word namec(continuous().
name());
82 namec[0] = toupper(namec[0]);
83 return dispersed().
name() +
"In" + namec;
92 <<
"Aspect ratio model not specified for " << *
this <<
"."
96 return aspectRatio_->E();
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
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.
virtual word name() const
A class for managing temporary objects.
static autoPtr< aspectRatioModel > New(const dictionary &dict, const phasePair &pair)
virtual const phaseModel & continuous() const
virtual tmp< volScalarField > E() const
Generic dimensioned Type class.
const uniformDimensionedVectorField & g
virtual ~orderedPhasePair()=default
errorManipArg< error, int > exit(error &err, const int errNo=1)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
const word & name() const
#define FatalErrorInFunction
virtual const phaseModel & dispersed() const
orderedPhasePair(const phaseModel &from, const phaseModel &to)
word name(const expressions::valueTypeCode typeCode)
bool found(const Key &key) const