Go to the documentation of this file.
80 Info<<
" - creating " << modelType <<
" profile " << modelName <<
endl;
82 dictionaryConstructorTable::iterator cstrIter =
83 dictionaryConstructorTablePtr_->find(modelType);
85 if (cstrIter == dictionaryConstructorTablePtr_->end())
88 <<
"Unknown profile model type " << modelType
90 <<
"Valid model types are :" <<
nl
91 << dictionaryConstructorTablePtr_->sortedToc()
const word dictName() const
Return the local dictionary name (final part of scoped name)
bool readFromFile() const
Return ture if file name is set.
A class for handling words, derived from string.
A class for handling file names.
const word & name() const
Return const access to the source name.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual ~profileModel()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
profileModel(const dictionary &dict, const word &modelName)
Constructor.
Macros for easy insertion into run-time selection tables.
static const fileName null
An empty fileName.
errorManipArg< error, int > exit(error &err, const int errNo=1)
static autoPtr< profileModel > New(const dictionary &dict)
Return a reference to the selected fvOption model.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
fileName fName_
File name (optional)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.