Go to the documentation of this file.
63 const word& sourceType,
68 auto* ctorPtr = wordConstructorTable(sourceType);
77 *wordConstructorTablePtr_
88 const word& sourceType,
93 auto* ctorPtr = istreamConstructorTable(sourceType);
101 *istreamConstructorTablePtr_
105 return autoPtr<topoSetFaceSource>(ctorPtr(
mesh, is));
topoSetFaceSource(const polyMesh &mesh)
A class for handling words, derived from Foam::string.
static autoPtr< topoSetFaceSource > New(const word &sourceType, const polyMesh &mesh, const dictionary &dict)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
The topoSetFaceSource is a intermediate class for handling topoSet sources for selecting faces.
Mesh consisting of general polyhedral cells.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
#define FatalErrorInLookup(lookupTag, lookupName, lookupTable)
Base class of a source for a topoSet.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.