Container class to provide injection data for kinematic parcels. More...
Public Member Functions | |
| TypeName ("kinematicParcelInjectionData") | |
| Runtime type information. More... | |
| kinematicParcelInjectionData () | |
| Null constructor. More... | |
| kinematicParcelInjectionData (const dictionary &dict) | |
| Construct from dictionary. More... | |
| kinematicParcelInjectionData (Istream &is) | |
| Construct from Istream. More... | |
| virtual | ~kinematicParcelInjectionData () |
| Destructor. More... | |
| const point & | x () const |
| Return const access to the position. More... | |
| const vector & | U () const |
| Return const access to the velocity. More... | |
| scalar | d () const |
| Return const access to the diameter. More... | |
| scalar | rho () const |
| Return const access to the density. More... | |
| scalar | mDot () const |
| Return const access to the mass flow rate. More... | |
| point & | x () |
| Return access to the position. More... | |
| vector & | U () |
| Return access to the velocity. More... | |
| scalar & | d () |
| Return access to the diameter. More... | |
| scalar & | rho () |
| Return access to the density. More... | |
| scalar & | mDot () |
| Return access to the mass flow rate. More... | |
Protected Attributes | |
| point | x_ |
| Position [m]. More... | |
| vector | U_ |
| Velocity [m/s]. More... | |
| scalar | d_ |
| Diameter [m]. More... | |
| scalar | rho_ |
| Density [kg/m3]. More... | |
| scalar | mDot_ |
| Mass flow rate [kg/s]. More... | |
Friends | |
| bool | operator== (const kinematicParcelInjectionData &a, const kinematicParcelInjectionData &b) |
| bool | operator!= (const kinematicParcelInjectionData &a, const kinematicParcelInjectionData &b) |
| Ostream & | operator<< (Ostream &os, const kinematicParcelInjectionData &data) |
| Ostream operator. More... | |
| Istream & | operator>> (Istream &is, kinematicParcelInjectionData &data) |
| Istream operator. More... | |
Container class to provide injection data for kinematic parcels.
Definition at line 70 of file kinematicParcelInjectionData.H.
Null constructor.
Definition at line 39 of file kinematicParcelInjectionData.C.
| kinematicParcelInjectionData | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 50 of file kinematicParcelInjectionData.C.
| kinematicParcelInjectionData | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 32 of file kinematicParcelInjectionDataIO.C.
References IOstream::check(), kinematicParcelInjectionData::d_, FUNCTION_NAME, kinematicParcelInjectionData::mDot_, kinematicParcelInjectionData::rho_, kinematicParcelInjectionData::U_, and kinematicParcelInjectionData::x_.
|
virtual |
Destructor.
Definition at line 63 of file kinematicParcelInjectionData.C.
| TypeName | ( | "kinematicParcelInjectionData" | ) |
Runtime type information.
|
inline |
Return const access to the position.
Definition at line 32 of file kinematicParcelInjectionDataI.H.
References kinematicParcelInjectionData::x_.
|
inline |
Return const access to the velocity.
Definition at line 38 of file kinematicParcelInjectionDataI.H.
|
inline |
Return const access to the diameter.
Definition at line 44 of file kinematicParcelInjectionDataI.H.
|
inline |
Return const access to the density.
Definition at line 50 of file kinematicParcelInjectionDataI.H.
|
inline |
Return const access to the mass flow rate.
Definition at line 56 of file kinematicParcelInjectionDataI.H.
|
inline |
Return access to the position.
Definition at line 62 of file kinematicParcelInjectionDataI.H.
|
inline |
Return access to the velocity.
Definition at line 68 of file kinematicParcelInjectionDataI.H.
|
inline |
Return access to the diameter.
Definition at line 74 of file kinematicParcelInjectionDataI.H.
|
inline |
Return access to the density.
Definition at line 80 of file kinematicParcelInjectionDataI.H.
|
inline |
Return access to the mass flow rate.
Definition at line 86 of file kinematicParcelInjectionDataI.H.
|
friend |
Definition at line 152 of file kinematicParcelInjectionData.H.
|
friend |
Definition at line 163 of file kinematicParcelInjectionData.H.
|
friend |
Ostream operator.
|
friend |
Istream operator.
|
protected |
Position [m].
Definition at line 77 of file kinematicParcelInjectionData.H.
Referenced by kinematicParcelInjectionData::kinematicParcelInjectionData(), and kinematicParcelInjectionData::x().
|
protected |
Velocity [m/s].
Definition at line 80 of file kinematicParcelInjectionData.H.
Referenced by kinematicParcelInjectionData::kinematicParcelInjectionData().
|
protected |
Diameter [m].
Definition at line 83 of file kinematicParcelInjectionData.H.
Referenced by kinematicParcelInjectionData::kinematicParcelInjectionData().
|
protected |
Density [kg/m3].
Definition at line 86 of file kinematicParcelInjectionData.H.
Referenced by kinematicParcelInjectionData::kinematicParcelInjectionData().
|
protected |
Mass flow rate [kg/s].
Definition at line 89 of file kinematicParcelInjectionData.H.
Referenced by kinematicParcelInjectionData::kinematicParcelInjectionData().