49 const word& geometricType,
92 << size() <<
tab << start();
101 os <<
" nFaces " << size() <<
';' <<
nl
102 <<
" startFace " << start() <<
';' <<
nl
111 return !(*
this ==
p);
119 (geometricType() ==
p.geometricType())
120 && (size() ==
p.
size())
121 && (start() ==
p.start())
131 os.
check(
"Ostream& operator<<(Ostream& f, const surfacePatch& p");
virtual bool check(const char *operation) const
Check IOstream status for given operation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void size(const label)
Override size to be inconsistent with allocated storage.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
The geometricSurfacePatch is like patchIdentifier but for surfaces. Holds type, name and index.
void writeDict(Ostream &) const
Write dictionary.
virtual bool write(const bool write=true) const
Write using setting from DB.
'Patch' on surface as subset of triSurface.
void write(Ostream &) const
Write.
surfacePatch()
Construct null.
void writeDict(Ostream &) const
Write dictionary.
bool operator==(const surfacePatch &) const
compare.
bool operator!=(const surfacePatch &) const
A class for handling words, derived from string.
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.
word name(const bool)
Return a word representation of a bool.
defineTypeNameAndDebug(combustionModel, 0)
label readLabel(Istream &is)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)