58 calculatedFvPatchScalarField::typeName
74 Info<<
"Selecting LES delta type " << deltaType <<
endl;
76 dictionaryConstructorTable::iterator cstrIter =
77 dictionaryConstructorTablePtr_->find(deltaType);
79 if (cstrIter == dictionaryConstructorTablePtr_->end())
82 <<
"Unknown LESdelta type "
83 << deltaType <<
nl <<
nl
84 <<
"Valid LESdelta types are :" <<
endl
85 << dictionaryConstructorTablePtr_->sortedToc()
98 const dictionaryConstructorTable& additionalConstructors
103 Info<<
"Selecting LES delta type " << deltaType <<
endl;
106 dictionaryConstructorTable::const_iterator cstrIter =
107 additionalConstructors.find(deltaType);
109 if (cstrIter != additionalConstructors.end())
115 dictionaryConstructorTable::const_iterator cstrIter =
116 dictionaryConstructorTablePtr_->find(deltaType);
118 if (cstrIter == dictionaryConstructorTablePtr_->end())
121 <<
"Unknown LESdelta type "
122 << deltaType <<
nl <<
nl
123 <<
"Valid LESdelta types are :" <<
endl
124 << additionalConstructors.sortedToc()
126 << 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 keyword definitions, which are a keyword followed by any number of values (e....
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.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimLength
defineTypeNameAndDebug(combustionModel, 0)
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))