Go to the documentation of this file.
73 else if (firstToken.isWord())
75 const word faceType(firstToken.wordToken());
77 auto* ctorPtr = IstreamConstructorTable(faceType);
86 *IstreamConstructorTablePtr_
90 return autoPtr<blockVertex>(ctorPtr(
dict, index, geometry, is));
94 <<
"incorrect first token, expected <word> or '(', found "
95 << firstToken.info() <<
nl
124 const dictionary* varDictPtr = d.
findDict(
"namedVertices");
dictionary * findDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
A class for handling words, derived from Foam::string.
static autoPtr< blockVertex > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
A token holds an item read from Istream.
bool isWord() const noexcept
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
InfoProxy< token > info() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool isPunctuation() const noexcept
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
errorManip< error > abort(error &err)
const word & wordToken() const
static label read(Istream &, const dictionary &)
errorManipArg< error, int > exit(error &err, const int errNo=1)
label readLabel(const char *buf)
void putBack(const token &tok)
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
#define FatalIOErrorInFunction(ios)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static void write(Ostream &, const label, const dictionary &)
@ BEGIN_LIST
Begin list [isseparator].
defineTypeNameAndDebug(combustionModel, 0)
virtual autoPtr< blockVertex > clone() const