Go to the documentation of this file.
45 coeffDict_(constraintsDict)
58 Info<<
"Selecting decompositionConstraint " << modelType <<
endl;
60 dictionaryConstructorTable::iterator cstrIter =
61 dictionaryConstructorTablePtr_->find(modelType);
63 if (cstrIter == dictionaryConstructorTablePtr_->end())
66 <<
"Unknown decompositionConstraint type "
67 << modelType <<
nl <<
nl
68 <<
"Valid decompositionConstraint types:" <<
endl
69 << dictionaryConstructorTablePtr_->sortedToc()
75 cstrIter()(
dict, modelType)
virtual ~decompositionConstraint()
Destructor.
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
decompositionConstraint(const decompositionConstraint &)
Disallow default bitwise copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
static autoPtr< decompositionConstraint > New(const dictionary &constraintsDict, const word &type)
Return a reference to the selected decompositionConstraint.
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
defineTypeNameAndDebug(combustionModel, 0)