39 Foam::LESdelta::LESdelta
45 turbulenceModel_(turbulence),
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()
autoPtr< compressible::turbulenceModel > turbulence
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Ostream & endl(Ostream &os)
Add newline and flush stream.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from string.
static autoPtr< LESdelta > New(const word &name, const turbulenceModel &turbulence, const dictionary &dict)
Return a reference to the selected LES delta.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const Time & time() const
Return the top-level database.
const fvMesh & mesh() const
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.