Container class to provide injection data for reacting parcels. More...
#include <reactingParcelInjectionData.H>


Public Member Functions | |
| TypeName ("reactingParcelInjectionData") | |
| Runtime type information. | |
| reactingParcelInjectionData () | |
| Null constructor. | |
| reactingParcelInjectionData (const dictionary &dict) | |
| Construct from dictionary. | |
| reactingParcelInjectionData (Istream &is) | |
| Construct from Istream. | |
| virtual | ~reactingParcelInjectionData () |
| Destructor. | |
| const scalarList & | Y () const |
| Return const access to the list of mass fractions. | |
| scalarList & | Y () |
| Return access to the mass fractions. | |
| Public Member Functions inherited from thermoParcelInjectionData | |
| 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. | |
| Public Member Functions inherited from kinematicParcelInjectionData | |
| 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 | |
| scalarList | Y_ |
| List of mass fractions. | |
| Protected Attributes inherited from thermoParcelInjectionData | |
| scalar | T_ |
| Temperature [K]. | |
| scalar | Cp_ |
| Specific heat capacity [J/kg/K]. | |
| Protected Attributes inherited from kinematicParcelInjectionData | |
| 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 | |
| Ostream & | operator<< (Ostream &os, const reactingParcelInjectionData &data) |
| Ostream operator. | |
| Istream & | operator>> (Istream &is, reactingParcelInjectionData &data) |
| Istream operator. | |
Container class to provide injection data for reacting parcels.
Definition at line 65 of file reactingParcelInjectionData.H.
| reactingParcelInjectionData | ( | ) |
Null constructor.
Definition at line 32 of file reactingParcelInjectionData.C.
References thermoParcelInjectionData::thermoParcelInjectionData(), and Y_.
Referenced by operator<<, operator>>, reactingMultiphaseParcelInjectionData::reactingMultiphaseParcelInjectionData(), reactingMultiphaseParcelInjectionData::reactingMultiphaseParcelInjectionData(), and reactingMultiphaseParcelInjectionData::reactingMultiphaseParcelInjectionData().


| reactingParcelInjectionData | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 39 of file reactingParcelInjectionData.C.
References dict, thermoParcelInjectionData::thermoParcelInjectionData(), and Y_.

| reactingParcelInjectionData | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 25 of file reactingParcelInjectionDataIO.C.
References IOstream::check(), FUNCTION_NAME, thermoParcelInjectionData::thermoParcelInjectionData(), and Y_.

|
virtual |
Destructor.
Definition at line 50 of file reactingParcelInjectionData.C.
| TypeName | ( | "reactingParcelInjectionData" | ) |
Runtime type information.
References dict.
|
inline |
Return const access to the list of mass fractions.
Definition at line 25 of file reactingParcelInjectionDataI.H.
References Y_.
|
inline |
Return access to the mass fractions.
Definition at line 31 of file reactingParcelInjectionDataI.H.
References Y_.
|
friend |
Ostream operator.
References os(), and reactingParcelInjectionData().
|
friend |
Istream operator.
References reactingParcelInjectionData().
|
protected |
List of mass fractions.
Definition at line 76 of file reactingParcelInjectionData.H.
Referenced by Foam::operator>>(), reactingParcelInjectionData(), reactingParcelInjectionData(), reactingParcelInjectionData(), Y(), and Y().