Go to the documentation of this file.
59 blockMeshTools::read<label>
85 const word faceType(is);
87 auto* ctorPtr = IstreamConstructorTable(faceType);
96 *IstreamConstructorTablePtr_
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define forAll(list, i)
Loop across all elements in list.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
#define DebugInFunction
Report an information message using Foam::Info.
static autoPtr< blockFace > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
New function which constructs and returns pointer to a blockFace.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
pointField vertices(const blockVertexList &bvl)
OBJstream os(runTime.globalPath()/outputName)
errorManip< error > abort(error &err)
dictionary subOrEmptyDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX, const bool mandatory=false) const
virtual autoPtr< blockFace > clone() const
Clone function.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
A face is a list of labels corresponding to mesh vertices.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static void write(Ostream &, const label, const dictionary &)
Write vertex index with optional name backsubstitution.
void write(Ostream &, const dictionary &) const
Write face with variable backsubstitution.
Begin list [isseparator].
defineTypeNameAndDebug(combustionModel, 0)
blockFace(const face &vertices)
Construct from face vertices.