Go to the documentation of this file.
55 const word& geometricType
73 start_(
dict.
get<label>(
"startFace"))
102 this->geometricType()
109 bool Foam::operator==
111 const surfacePatch& a,
112 const surfacePatch&
b
117 (a.size() ==
b.size())
118 && (a.start() ==
b.start())
119 && (a.geometricType() ==
b.geometricType())
124 bool Foam::operator!=
126 const surfacePatch& a,
127 const surfacePatch&
b
138 os << static_cast<const geometricSurfacePatch&>(obj) <<
token::SPACE
A class for handling words, derived from Foam::string.
Identifies a surface patch/zone by name and index, with geometric type.
virtual Ostream & beginBlock(const keyType &kw)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Ostream & operator<<(Ostream &, const boundaryPatch &p)
const dimensionedScalar b
label size() const noexcept
virtual Ostream & endBlock()
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)
void write(Ostream &os) const
A 'patch' on surface as subset of triSurface.
A surface zone on a MeshedSurface.
Ostream & writeEntry(const keyType &key, const T &value)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
word name(const expressions::valueTypeCode typeCode)
const word & geometricType() const noexcept
void write(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
label start() const noexcept