43 relativeVelocity_(relativeVelocity),
44 mixture_(relativeVelocity.
mixture())
61 <<
"Selecting packing dispersion model " << modelType <<
endl;
63 dictionaryConstructorTable::iterator cstrIter =
64 dictionaryConstructorTablePtr_->find(modelType);
66 if (cstrIter == dictionaryConstructorTablePtr_->end())
69 <<
"Unknown time scale model type " << modelType
70 <<
", constructor not in hash table" <<
nl <<
nl
71 <<
" Valid time scale model types are:" <<
nl
72 << dictionaryConstructorTablePtr_->sortedToc()
115 *relativeVelocity_.UdmCoeff()*sigmaPrime()
116 /((rhod - rhoc)*mixture_.alphac()*rhoc);
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
const dictionary & optionalTypeDict(const word &typeName) const
Find and return an optional type sub-dictionary.
Packing dispersion model.
packingDispersionModel(const relativeVelocityModel &relativeVelocity)
Construct from components.
virtual tmp< volScalarField > Dd() const
Return the diffusion coefficient of the dispersed phase.
virtual ~packingDispersionModel()
Destructor.
static autoPtr< packingDispersionModel > New(const dictionary &dict, const relativeVelocityModel &relativeVelocity)
Dummy packing dispersion model.
Enables the printing of a dictionary and subsequently looked-up defaulted entries.
A class for managing temporary objects.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
defineRunTimeSelectionTable(fvConstraint, dictionary)
Ostream & indentOrNl(Ostream &os)
Indent stream or add newline if indent level == 0.
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)