34 is.
check(
"reading (Px Py Pz)");
37 is.
check(
"reading (Ux Uy Uz)");
40 is.
check(
"reading d");
43 is.
check(
"reading rho");
46 is.
check(
"reading mDot");
58 const kinematicParcelInjectionData& data
61 os << data.x_ << data.U_ << data.d_ << data.rho_ << data.mDot_;
69 is.
check(
"reading (Px Py Pz)");
72 is.check(
"reading (Ux Uy Uz)");
75 is.check(
"reading d");
78 is.check(
"reading rho");
81 is.check(
"reading mDot");
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 kinematic parcels.
scalar rho_
Density [kg/m3].
kinematicParcelInjectionData()
Null constructor.
scalar mDot_
Mass flow rate [kg/s].
OBJstream os(runTime.globalPath()/outputName)
Istream & operator>>(Istream &, directionInfo &)