67 return patchi_ ==
rhs.patchi_ && wallData_ ==
rhs.wallData_;
77 return !(*
this ==
rhs);
87 WallSiteData<Type>& wIS
90 is >> wIS.patchi_ >> wIS.wallData_;
101 const WallSiteData<Type>& wIS
104 os << wIS.patchi_ << token::SPACE << wIS.wallData_;
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,...
Stores the patch ID and templated data to represent a collision with a wall to be passed to the wall ...
WallSiteData()
Construct null.
const Type & wallData() const
Return access to wall data.
~WallSiteData()
Destructor.
OBJstream os(runTime.globalPath()/outputName)
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)