Go to the documentation of this file.
41 const word& physicalType
58 size_(
dict.
get<label>(
"nFaces")),
59 start_(
dict.
get<label>(
"startFace"))
67 patchIdentifier::index() = index;
76 os.writeEntry(
"nFaces", size_);
77 os.writeEntry(
"startFace", start_);
A class for handling words, derived from Foam::string.
Like polyPatch but without reference to mesh. Used in boundaryMesh to hold data on patches....
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Identifies a patch by name and index, with optional physical type and group information.
virtual bool check(const char *operation) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
boundaryPatch(const word &name, const label index, const label size, const label start, const word &physicalType=word::null)
label index() const noexcept
virtual void write(Ostream &os) const
Ostream & writeEntry(const keyType &key, const T &value)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
word name(const expressions::valueTypeCode typeCode)
void write(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...