43 geometricType_(
"empty"),
52 const word& geometricType,
57 geometricType_(geometricType),
62 if (geometricType_.empty())
64 geometricType_ =
"empty";
76 if (geometricType_.empty())
78 geometricType_ =
"empty";
91 geometricType_(
dict.lookup(
"geometricType")),
95 if (geometricType_.empty())
97 geometricType_ =
"empty";
108 <<
nl << geometricType_;
114 os <<
" geometricType " << geometricType_ <<
';' <<
nl;
123 return !(*
this ==
p);
132 (geometricType() ==
p.geometricType())
142 is >> gp.name_ >> gp.geometricType_;
153 "Ostream& operator<<(Ostream& f, const geometricSurfacePatch& gp)"
const word & name() const
Return name.
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)....
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.
geometricSurfacePatch()
Construct null.
void write(Ostream &) const
Write.
bool operator!=(const geometricSurfacePatch &) const
void writeDict(Ostream &) const
Write dictionary.
bool operator==(const geometricSurfacePatch &) const
compare.
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.
word name(const bool)
Return a word representation of a bool.
Istream & operator>>(Istream &, pistonPointEdgeData &)
defineTypeNameAndDebug(combustionModel, 0)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)