Container class to provide injection data for thermodynamic parcels. More...


Public Member Functions | |
| TypeName ("thermoParcelInjectionData") | |
| Runtime type information. More... | |
| thermoParcelInjectionData () | |
| Null constructor. More... | |
| thermoParcelInjectionData (const dictionary &dict) | |
| Construct from dictionary. More... | |
| thermoParcelInjectionData (Istream &is) | |
| Construct from Istream. More... | |
| virtual | ~thermoParcelInjectionData () |
| Destructor. More... | |
| scalar | T () const |
| Return const access to the temperature. More... | |
| scalar | Cp () const |
| Return const access to the specific heat capacity. More... | |
| scalar & | T () |
| Return access to the temperature. More... | |
| scalar & | Cp () |
| Return access to the specific heat capacity. More... | |
Public Member Functions inherited from kinematicParcelInjectionData | |
| 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 | |
| scalar | T_ |
| Temperature [K]. More... | |
| scalar | Cp_ |
| Specific heat capacity [J/kg/K]. More... | |
Protected Attributes inherited from kinematicParcelInjectionData | |
| 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 | |
| Ostream & | operator<< (Ostream &os, const thermoParcelInjectionData &data) |
| Ostream operator. More... | |
| Istream & | operator>> (Istream &is, thermoParcelInjectionData &data) |
| Istream operator. More... | |
Container class to provide injection data for thermodynamic parcels.
Definition at line 65 of file thermoParcelInjectionData.H.
Null constructor.
Definition at line 37 of file thermoParcelInjectionData.C.
| thermoParcelInjectionData | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 46 of file thermoParcelInjectionData.C.
| thermoParcelInjectionData | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 30 of file thermoParcelInjectionDataIO.C.
References IOstream::check(), thermoParcelInjectionData::Cp_, and thermoParcelInjectionData::T_.

|
virtual |
Destructor.
Definition at line 57 of file thermoParcelInjectionData.C.
| TypeName | ( | "thermoParcelInjectionData" | ) |
Runtime type information.
|
inline |
Return const access to the temperature.
Definition at line 30 of file thermoParcelInjectionDataI.H.
References thermoParcelInjectionData::T_.
|
inline |
Return const access to the specific heat capacity.
Definition at line 36 of file thermoParcelInjectionDataI.H.
References thermoParcelInjectionData::Cp_.
|
inline |
Return access to the temperature.
Definition at line 42 of file thermoParcelInjectionDataI.H.
References thermoParcelInjectionData::T_.
|
inline |
Return access to the specific heat capacity.
Definition at line 48 of file thermoParcelInjectionDataI.H.
References thermoParcelInjectionData::Cp_.
|
friend |
Ostream operator.
|
friend |
Istream operator.
|
protected |
Temperature [K].
Definition at line 74 of file thermoParcelInjectionData.H.
Referenced by Foam::operator>>(), thermoParcelInjectionData::T(), and thermoParcelInjectionData::thermoParcelInjectionData().
|
protected |
Specific heat capacity [J/kg/K].
Definition at line 77 of file thermoParcelInjectionData.H.
Referenced by thermoParcelInjectionData::Cp(), Foam::operator>>(), and thermoParcelInjectionData::thermoParcelInjectionData().
1.8.11