Go to the documentation of this file.
44 if (face::size() != pts_.size())
47 <<
"Face and pointField are not the same size." <<
nl
60 static_cast<const face&
>(rhs) ==
static_cast<face>(*
this)
62 && rhs.patchi_ == patchi_
69 return !(*
this == rhs);
77 is >>
static_cast<face&
>(rWF) >> rWF.pts_ >> rWF.patchi_;
Istream & operator>>(Istream &, directionInfo &)
bool operator==(const referredWallFace &) const
bool operator!=(const referredWallFace &) const
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Storage for referred wall faces. Stores patch index, face and associated points.
virtual bool check(const char *operation) const
OBJstream os(runTime.globalPath()/outputName)
errorManip< error > abort(error &err)
#define FatalErrorInFunction
A face is a list of labels corresponding to mesh vertices.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
referredWallFace()=default