32 is.
check(
"reading (Px Py Pz)");
35 is.
check(
"reading (Ux Uy Uz)");
38 is.
check(
"reading d");
41 is.
check(
"reading rho");
44 is.
check(
"reading mDot");
47 is.
check(
"momentumParcelInjectionData(Istream& is)");
59 os << data.x_ << data.U_ << data.d_ << data.rho_ << data.mDot_;
67 is.
check(
"reading (Px Py Pz)");
70 is.
check(
"reading (Ux Uy Uz)");
73 is.
check(
"reading d");
76 is.
check(
"reading rho");
79 is.
check(
"reading mDot");
82 is.
check(
"operator(Istream&, momentumParcelInjectionData&)");
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,...
Container class to provide injection data for momentum parcels.
scalar rho_
Density [kg/m^3].
momentumParcelInjectionData()
Null constructor.
scalar mDot_
Mass flow rate [kg/s].
Istream & operator>>(Istream &, pistonPointEdgeData &)