58 calculatedFvPatchScalarField::typeName
75 <<
"Selecting LES delta type " << deltaType <<
endl;
77 dictionaryConstructorTable::iterator cstrIter =
78 dictionaryConstructorTablePtr_->find(deltaType);
80 if (cstrIter == dictionaryConstructorTablePtr_->end())
83 <<
"Unknown LESdelta type "
84 << deltaType <<
nl <<
nl
85 <<
"Valid LESdelta types are :" <<
endl
86 << dictionaryConstructorTablePtr_->sortedToc()
102 const dictionaryConstructorTable& additionalConstructors
108 <<
"Selecting LES delta type " << deltaType <<
endl;
111 dictionaryConstructorTable::const_iterator cstrIter =
112 additionalConstructors.find(deltaType);
114 if (cstrIter != additionalConstructors.end())
123 dictionaryConstructorTable::const_iterator cstrIter =
124 dictionaryConstructorTablePtr_->find(deltaType);
126 if (cstrIter == dictionaryConstructorTablePtr_->end())
129 <<
"Unknown LESdelta type "
130 << deltaType <<
nl <<
nl
131 <<
"Valid LESdelta types are :" <<
endl
132 << additionalConstructors.sortedToc()
134 << dictionaryConstructorTablePtr_->sortedToc()
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Abstract base class for LES deltas.
static autoPtr< LESdelta > New(const word &name, const momentumTransportModel &turbulence, const dictionary &dict)
Return a reference to the selected LES delta.
LESdelta(const word &name, const momentumTransportModel &turbulence)
Construct from name, momentumTransportModel and dictionary.
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.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & decrIndent(Ostream &os)
Decrement the indent level.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
const dimensionSet dimLength
Ostream & incrIndent(Ostream &os)
Increment the indent level.
defineTypeNameAndDebug(combustionModel, 0)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
Ostream & indent(Ostream &os)
Indent stream.
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))