30#include "aspectRatioModel.H"
45 if (aspectRatioTable.
found(*
this))
51 aspectRatioTable[*this],
82 namec[0] = toupper(namec[0]);
83 return dispersed().name() +
"In" + namec;
92 <<
"Aspect ratio model not specified for " << *
this <<
"."
96 return aspectRatio_->E();
bool found(const Key &key) const
Same as contains().
orderedPhasePair(const multiphaseInter::phaseModel &from, const multiphaseInter::phaseModel &to)
Construct from two phases and gravity.
virtual word name() const
Pair name.
virtual ~orderedPhasePair()=default
Destructor.
virtual const phaseModel & continuous() const
Continuous phase.
virtual const phaseModel & dispersed() const
Dispersed phase.
virtual tmp< volScalarField > E() const
Aspect ratio.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const uniformDimensionedVectorField & g() const
Return gravitation acceleration.
HashTable< scalar, phasePairKey, phasePairKey::hash > scalarTable
Scalar hash table.
phasePair(const multiphaseInter::phaseModel &phase1, const multiphaseInter::phaseModel &phase2, const bool ordered=false)
Construct from two phases.
HashTable< dictionary, phasePairKey, phasePairKey::hash > dictTable
Dictionary hash table.
A class for handling words, derived from Foam::string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
errorManipArg< error, int > exit(error &err, const int errNo=1)
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.