Go to the documentation of this file.
33 namespace blendingMethods
50 const dictionary&
dict,
63 maxFullyDispersedAlpha_.insert
79 maxPartlyDispersedAlpha_.insert
92 maxFullyDispersedAlpha_[*iter]
93 > maxPartlyDispersedAlpha_[*iter]
97 <<
"The supplied fully dispersed volume fraction for "
99 <<
" is greater than the partly dispersed value."
121 maxFullAlpha(maxFullyDispersedAlpha_[
phase1.
name()]);
123 maxPartAlpha(maxPartlyDispersedAlpha_[
phase1.
name()]);
131 /(maxPartAlpha - maxFullAlpha + SMALL),
146 maxFullAlpha(maxFullyDispersedAlpha_[
phase2.
name()]);
148 maxPartAlpha(maxPartlyDispersedAlpha_[
phase2.
name()]);
156 /(maxPartAlpha - maxFullAlpha + SMALL),
static word groupName(Name name, const word &group)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Ostream & endl(Ostream &os)
Add newline and flush stream.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
List< word > wordList
A List of words.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const word & name() const
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
linear(const dictionary &dict, const wordList &phaseNames)
Construct from a dictionary and two phases.
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const
Factor for secondary phase.
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const
Factor for primary phase.
defineTypeNameAndDebug(combustionModel, 0)
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)