Container class to provide injection data for reacting multiphase parcels. More...


Public Member Functions | |
| TypeName ("reactingMultiphaseParcelInjectionData") | |
| Runtime type information. More... | |
| reactingMultiphaseParcelInjectionData () | |
| Null constructor. More... | |
| reactingMultiphaseParcelInjectionData (const dictionary &dict) | |
| Construct from dictionary. More... | |
| reactingMultiphaseParcelInjectionData (Istream &is) | |
| Construct from Istream. More... | |
| virtual | ~reactingMultiphaseParcelInjectionData () |
| Destructor. More... | |
| const scalarList & | YGas () const |
| Return const access to the list of gaseous mass fractions. More... | |
| const scalarList & | YLiquid () const |
| Return const access to the list of liquid mass fractions. More... | |
| const scalarList & | YSolid () const |
| Return const access to the list of solid mass fractions. More... | |
| scalarList & | YGas () |
| Return access to the gaseous mass fractions. More... | |
| scalarList & | YLiquid () |
| Return access to the liquid mass fractions. More... | |
| scalarList & | YSolid () |
| Return access to the solid mass fractions. More... | |
Public Member Functions inherited from reactingParcelInjectionData | |
| 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 | YGas_ |
| List of gaseous mass fractions. More... | |
| scalarList | YLiquid_ |
| List of liquid mass fractions. More... | |
| scalarList | YSolid_ |
| List of solid mass fractions. More... | |
Protected Attributes inherited from reactingParcelInjectionData | |
| 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 reactingMultiphaseParcelInjectionData &data) |
| Ostream operator. More... | |
| Istream & | operator>> (Istream &is, reactingMultiphaseParcelInjectionData &data) |
| Istream operator. More... | |
Container class to provide injection data for reacting multiphase parcels.
Definition at line 65 of file reactingMultiphaseParcelInjectionData.H.
Null constructor.
Definition at line 37 of file reactingMultiphaseParcelInjectionData.C.
| reactingMultiphaseParcelInjectionData | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 47 of file reactingMultiphaseParcelInjectionData.C.
Construct from Istream.
Definition at line 30 of file reactingMultiphaseParcelInjectionDataIO.C.
References IOstream::check(), reactingMultiphaseParcelInjectionData::YGas_, reactingMultiphaseParcelInjectionData::YLiquid_, and reactingMultiphaseParcelInjectionData::YSolid_.

|
virtual |
Destructor.
Definition at line 61 of file reactingMultiphaseParcelInjectionData.C.
| TypeName | ( | "reactingMultiphaseParcelInjectionData" | ) |
Runtime type information.
|
inline |
Return const access to the list of gaseous mass fractions.
Definition at line 31 of file reactingMultiphaseParcelInjectionDataI.H.
References reactingMultiphaseParcelInjectionData::YGas_.
|
inline |
Return const access to the list of liquid mass fractions.
Definition at line 38 of file reactingMultiphaseParcelInjectionDataI.H.
|
inline |
Return const access to the list of solid mass fractions.
Definition at line 45 of file reactingMultiphaseParcelInjectionDataI.H.
|
inline |
Return access to the gaseous mass fractions.
Definition at line 51 of file reactingMultiphaseParcelInjectionDataI.H.
|
inline |
Return access to the liquid mass fractions.
Definition at line 57 of file reactingMultiphaseParcelInjectionDataI.H.
|
inline |
Return access to the solid mass fractions.
Definition at line 63 of file reactingMultiphaseParcelInjectionDataI.H.
|
friend |
Ostream operator.
|
friend |
Istream operator.
|
protected |
List of gaseous mass fractions.
Definition at line 74 of file reactingMultiphaseParcelInjectionData.H.
Referenced by reactingMultiphaseParcelInjectionData::reactingMultiphaseParcelInjectionData(), and reactingMultiphaseParcelInjectionData::YGas().
|
protected |
List of liquid mass fractions.
Definition at line 77 of file reactingMultiphaseParcelInjectionData.H.
Referenced by reactingMultiphaseParcelInjectionData::reactingMultiphaseParcelInjectionData().
|
protected |
List of solid mass fractions.
Definition at line 80 of file reactingMultiphaseParcelInjectionData.H.
Referenced by reactingMultiphaseParcelInjectionData::reactingMultiphaseParcelInjectionData().