Container class to provide injection data for thermodynamic parcels. More...
#include <lagrangianIntermediate/thermoParcelInjectionData.H>
Container class to provide injection data for thermodynamic parcels.
Definition at line 66 of file thermoParcelInjectionData.H.
Public Member Functions | |
TypeName ("thermoParcelInjectionData") | |
Runtime type information. | |
thermoParcelInjectionData () | |
Null constructor. | |
thermoParcelInjectionData (const dictionary &dict) | |
Construct from dictionary. | |
thermoParcelInjectionData (Istream &is) | |
Construct from Istream. | |
virtual | ~thermoParcelInjectionData () |
Destructor. | |
scalar | T () const |
Return const access to the temperature. | |
scalar | cp () const |
Return const access to the specific heat capacity. | |
scalar & | T () |
Return access to the temperature. | |
scalar & | cp () |
Return access to the specific heat capacity. | |
![]() | |
TypeName ("kinematicParcelInjectionData") | |
Runtime type information. | |
kinematicParcelInjectionData () | |
Null constructor. | |
kinematicParcelInjectionData (const dictionary &dict) | |
Construct from dictionary. | |
kinematicParcelInjectionData (Istream &is) | |
Construct from Istream. | |
virtual | ~kinematicParcelInjectionData () |
Destructor. | |
const point & | x () const |
Return const access to the position. | |
const vector & | U () const |
Return const access to the velocity. | |
scalar | d () const |
Return const access to the diameter. | |
scalar | rho () const |
Return const access to the density. | |
scalar | mDot () const |
Return const access to the mass flow rate. | |
point & | x () |
Return access to the position. | |
vector & | U () |
Return access to the velocity. | |
scalar & | d () |
Return access to the diameter. | |
scalar & | rho () |
Return access to the density. | |
scalar & | mDot () |
Return access to the mass flow rate. |
Protected Attributes | |
scalar | T_ |
Temperature [K]. | |
scalar | cp_ |
Specific heat capacity [J/kg/K]. | |
![]() | |
point | x_ |
Position [m]. | |
vector | U_ |
Velocity [m/s]. | |
scalar | d_ |
Diameter [m]. | |
scalar | rho_ |
Density [kg/m3]. | |
scalar | mDot_ |
Mass flow rate [kg/s]. |
Friends | |
bool | operator== (const thermoParcelInjectionData &a, const thermoParcelInjectionData &b) |
bool | operator!= (const thermoParcelInjectionData &a, const thermoParcelInjectionData &b) |
Ostream & | operator<< (Ostream &os, const thermoParcelInjectionData &data) |
Ostream operator. | |
Istream & | operator>> (Istream &is, thermoParcelInjectionData &data) |
Istream operator. |
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.
|
inline |
Return access to the temperature.
Definition at line 42 of file thermoParcelInjectionDataI.H.
|
inline |
Return access to the specific heat capacity.
Definition at line 48 of file thermoParcelInjectionDataI.H.
|
friend |
Definition at line 125 of file thermoParcelInjectionData.H.
|
friend |
Definition at line 143 of file thermoParcelInjectionData.H.
|
friend |
Ostream operator.
|
friend |
Istream operator.
|
protected |
Temperature [K].
Definition at line 75 of file thermoParcelInjectionData.H.
Referenced by Foam::operator>>(), thermoParcelInjectionData::T(), and thermoParcelInjectionData::thermoParcelInjectionData().
|
protected |
Specific heat capacity [J/kg/K].
Definition at line 78 of file thermoParcelInjectionData.H.
Referenced by Foam::operator>>(), and thermoParcelInjectionData::thermoParcelInjectionData().