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


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


| reactingMultiphaseParcelInjectionData | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 42 of file reactingMultiphaseParcelInjectionData.C.
References dict, reactingParcelInjectionData::reactingParcelInjectionData(), YGas_, YLiquid_, and YSolid_.

| reactingMultiphaseParcelInjectionData | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 25 of file reactingMultiphaseParcelInjectionDataIO.C.
References IOstream::check(), FUNCTION_NAME, reactingParcelInjectionData::reactingParcelInjectionData(), YGas_, YLiquid_, and YSolid_.

|
virtual |
Destructor.
Definition at line 56 of file reactingMultiphaseParcelInjectionData.C.
| TypeName | ( | "reactingMultiphaseParcelInjectionData" | ) |
Runtime type information.
References dict.
|
inline |
Return const access to the list of gaseous mass fractions.
Definition at line 26 of file reactingMultiphaseParcelInjectionDataI.H.
References YGas_.
|
inline |
Return const access to the list of liquid mass fractions.
Definition at line 33 of file reactingMultiphaseParcelInjectionDataI.H.
References YLiquid_.
|
inline |
Return const access to the list of solid mass fractions.
Definition at line 40 of file reactingMultiphaseParcelInjectionDataI.H.
References YSolid_.
|
inline |
Return access to the gaseous mass fractions.
Definition at line 46 of file reactingMultiphaseParcelInjectionDataI.H.
References YGas_.
|
inline |
Return access to the liquid mass fractions.
Definition at line 52 of file reactingMultiphaseParcelInjectionDataI.H.
References YLiquid_.
|
inline |
Return access to the solid mass fractions.
Definition at line 58 of file reactingMultiphaseParcelInjectionDataI.H.
References YSolid_.
|
friend |
Ostream operator.
References os(), and reactingMultiphaseParcelInjectionData().
|
friend |
Istream operator.
References reactingMultiphaseParcelInjectionData().
|
protected |
List of gaseous mass fractions.
Definition at line 75 of file reactingMultiphaseParcelInjectionData.H.
Referenced by reactingMultiphaseParcelInjectionData(), reactingMultiphaseParcelInjectionData(), reactingMultiphaseParcelInjectionData(), YGas(), and YGas().
|
protected |
List of liquid mass fractions.
Definition at line 80 of file reactingMultiphaseParcelInjectionData.H.
Referenced by reactingMultiphaseParcelInjectionData(), reactingMultiphaseParcelInjectionData(), reactingMultiphaseParcelInjectionData(), YLiquid(), and YLiquid().
|
protected |
List of solid mass fractions.
Definition at line 85 of file reactingMultiphaseParcelInjectionData.H.
Referenced by reactingMultiphaseParcelInjectionData(), reactingMultiphaseParcelInjectionData(), reactingMultiphaseParcelInjectionData(), YSolid(), and YSolid().