Go to the documentation of this file.
41 word modelType(
"none");
45 Info<<
"Selecting sootModel " << modelType <<
endl;
48 auto* ctorPtr = dictionaryConstructorTable(modelType);
57 *dictionaryConstructorTablePtr_
61 const word className = modelType.substr(0, modelType.find(
'<'));
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
static autoPtr< sootModel > New(const dictionary &dict, const fvMesh &mesh)
const fvMesh & mesh() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
const dictionary & dict() const
bool readIfPresent(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const