59 dict.subOrEmptyDict(
"namedVertices")
85 const word faceType(is);
87 IstreamConstructorTable::iterator cstrIter =
88 IstreamConstructorTablePtr_->find(faceType);
90 if (cstrIter == IstreamConstructorTablePtr_->end())
93 <<
"Unknown blockFace type "
94 << faceType <<
nl <<
nl
95 <<
"Valid blockFace types are" <<
endl
96 << IstreamConstructorTablePtr_->sortedToc()
127 os <<
p.vertices_ <<
endl;
#define forAll(list, i)
Loop across all elements in list.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
blockFace(const face &vertices)
Construct from face vertices.
void write(Ostream &, const dictionary &) const
Write face with variable backsubstitution.
static autoPtr< blockFace > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
New function which constructs and returns pointer to a blockFace.
virtual autoPtr< blockFace > clone() const
Clone function.
static void write(Ostream &, const label, const dictionary &)
Write vertex index with optional name backsubstitution.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A face is a list of labels corresponding to mesh vertices.
Container for searchableSurfaces.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
#define InfoInFunction
Report an information message using Foam::Info.
pointField vertices(const blockVertexList &bvl)
bool read(const char *, int32_t &)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
defineTypeNameAndDebug(combustionModel, 0)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)