Container class to provide injection data for reacting parcels. More...
#include <lagrangianIntermediate/reactingParcelInjectionData.H>
Container class to provide injection data for reacting parcels.
Definition at line 67 of file 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. | |
![]() | |
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 | |
scalarList | Y_ |
List of mass fractions. | |
![]() | |
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 reactingParcelInjectionData &a, const reactingParcelInjectionData &b) |
bool | operator!= (const reactingParcelInjectionData &a, const reactingParcelInjectionData &b) |
Ostream & | operator<< (Ostream &os, const reactingParcelInjectionData &data) |
Ostream operator. | |
Istream & | operator>> (Istream &is, reactingParcelInjectionData &data) |
Istream operator. |
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.
|
friend |
Definition at line 117 of file reactingParcelInjectionData.H.
|
friend |
Definition at line 135 of file reactingParcelInjectionData.H.
|
friend |
Ostream operator.
|
friend |
Istream operator.
|
protected |
List of mass fractions.
Definition at line 76 of file reactingParcelInjectionData.H.
Referenced by Foam::operator>>(), reactingParcelInjectionData::reactingParcelInjectionData(), and reactingParcelInjectionData::Y().