43 relativeVelocity_(relativeVelocity),
44 mixture_(relativeVelocity.
mixture())
60 Info<<
"Selecting packing dispersion model " << modelType <<
endl;
62 dictionaryConstructorTable::iterator cstrIter =
63 dictionaryConstructorTablePtr_->find(modelType);
65 if (cstrIter == dictionaryConstructorTablePtr_->end())
68 <<
"Unknown time scale model type " << modelType
69 <<
", constructor not in hash table" <<
nl <<
nl
70 <<
" Valid time scale model types are:" <<
nl
71 << dictionaryConstructorTablePtr_->sortedToc()
112 *relativeVelocity_.UdmCoeff()*sigmaPrime()
113 /((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.
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
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.
A class for managing temporary objects.
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
defineTypeNameAndDebug(combustionModel, 0)