35 #ifndef momentumParcelInjectionData_H
36 #define momentumParcelInjectionData_H
48 class momentumParcelInjectionData;
55 const momentumParcelInjectionData&
61 momentumParcelInjectionData&
93 TypeName(
"momentumParcelInjectionData");
114 inline const point&
x()
const;
117 inline const vector&
U()
const;
120 inline scalar
d()
const;
123 inline scalar
rho()
const;
126 inline scalar
mDot()
const;
141 inline scalar&
rho();
144 inline scalar&
mDot();
149 friend bool operator==
160 friend bool operator!=
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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Container class to provide injection data for momentum parcels.
const point & x() const
Return const access to the position.
scalar rho_
Density [kg/m^3].
const vector & U() const
Return const access to the velocity.
scalar d() const
Return const access to the diameter.
momentumParcelInjectionData()
Null constructor.
scalar rho() const
Return const access to the density.
virtual ~momentumParcelInjectionData()
Destructor.
TypeName("momentumParcelInjectionData")
Runtime type information.
scalar mDot_
Mass flow rate [kg/s].
scalar mDot() const
Return const access to the mass flow rate.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.