Container class to provide injection data for reacting parcels. More...
Public Member Functions | |
TypeName ("reactingParcelInjectionData") | |
Runtime type information. More... | |
reactingParcelInjectionData () | |
Null constructor. More... | |
reactingParcelInjectionData (const dictionary &dict) | |
Construct from dictionary. More... | |
reactingParcelInjectionData (Istream &is) | |
Construct from Istream. More... | |
virtual | ~reactingParcelInjectionData () |
Destructor. More... | |
const scalarList & | Y () const |
Return const access to the list of mass fractions. More... | |
scalarList & | Y () |
Return access to the mass fractions. More... | |
Public Member Functions inherited from thermoParcelInjectionData | |
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 momentumParcelInjectionData | |
TypeName ("momentumParcelInjectionData") | |
Runtime type information. More... | |
momentumParcelInjectionData () | |
Null constructor. More... | |
momentumParcelInjectionData (const dictionary &dict) | |
Construct from dictionary. More... | |
momentumParcelInjectionData (Istream &is) | |
Construct from Istream. More... | |
virtual | ~momentumParcelInjectionData () |
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 | |
scalarList | Y_ |
List of mass fractions. More... | |
Protected Attributes inherited from thermoParcelInjectionData | |
scalar | T_ |
Temperature [K]. More... | |
scalar | Cp_ |
Specific heat capacity [J/kg/K]. More... | |
Protected Attributes inherited from momentumParcelInjectionData | |
point | x_ |
Position [m]. More... | |
vector | U_ |
Velocity [m/s]. More... | |
scalar | d_ |
Diameter [m]. More... | |
scalar | rho_ |
Density [kg/m^3]. More... | |
scalar | mDot_ |
Mass flow rate [kg/s]. More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const reactingParcelInjectionData &data) |
Ostream operator. More... | |
Istream & | operator>> (Istream &is, reactingParcelInjectionData &data) |
Istream operator. More... | |
Container class to provide injection data for reacting parcels.
Definition at line 66 of file reactingParcelInjectionData.H.
Null constructor.
Definition at line 37 of file reactingParcelInjectionData.C.
reactingParcelInjectionData | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 45 of file reactingParcelInjectionData.C.
reactingParcelInjectionData | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 30 of file reactingParcelInjectionDataIO.C.
References IOstream::check(), and reactingParcelInjectionData::Y_.
|
virtual |
Destructor.
Definition at line 55 of file reactingParcelInjectionData.C.
TypeName | ( | "reactingParcelInjectionData" | ) |
Runtime type information.
|
inline |
Return const access to the list of mass fractions.
Definition at line 30 of file reactingParcelInjectionDataI.H.
References reactingParcelInjectionData::Y_.
|
inline |
Return access to the mass fractions.
Definition at line 36 of file reactingParcelInjectionDataI.H.
References reactingParcelInjectionData::Y_.
|
friend |
Ostream operator.
|
friend |
Istream operator.
|
protected |
List of mass fractions.
Definition at line 75 of file reactingParcelInjectionData.H.
Referenced by Foam::operator>>(), reactingParcelInjectionData::reactingParcelInjectionData(), and reactingParcelInjectionData::Y().