Loading...
Searching...
No Matches
reactingParcelInjectionData Class Reference

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

#include <reactingParcelInjectionData.H>

Inheritance diagram for reactingParcelInjectionData:
Collaboration diagram for reactingParcelInjectionData:

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 scalarListY () const
 Return const access to the list of mass fractions.
scalarListY ()
 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 pointx () const
 Return const access to the position.
const vectorU () 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.
pointx ()
 Return access to the position.
vectorU ()
 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

Ostreamoperator<< (Ostream &os, const reactingParcelInjectionData &data)
 Ostream operator.
Istreamoperator>> (Istream &is, reactingParcelInjectionData &data)
 Istream operator.

Detailed Description

Container class to provide injection data for reacting parcels.

Source files

Definition at line 65 of file reactingParcelInjectionData.H.

Constructor & Destructor Documentation

◆ reactingParcelInjectionData() [1/3]

◆ reactingParcelInjectionData() [2/3]

reactingParcelInjectionData ( const dictionary & dict)

Construct from dictionary.

Definition at line 39 of file reactingParcelInjectionData.C.

References dict, thermoParcelInjectionData::thermoParcelInjectionData(), and Y_.

Here is the call graph for this function:

◆ reactingParcelInjectionData() [3/3]

reactingParcelInjectionData ( Istream & is)

Construct from Istream.

Definition at line 25 of file reactingParcelInjectionDataIO.C.

References IOstream::check(), FUNCTION_NAME, thermoParcelInjectionData::thermoParcelInjectionData(), and Y_.

Here is the call graph for this function:

◆ ~reactingParcelInjectionData()

Destructor.

Definition at line 50 of file reactingParcelInjectionData.C.

Member Function Documentation

◆ TypeName()

TypeName ( "reactingParcelInjectionData" )

Runtime type information.

References dict.

◆ Y() [1/2]

const Foam::scalarList & Y ( ) const
inline

Return const access to the list of mass fractions.

Definition at line 25 of file reactingParcelInjectionDataI.H.

References Y_.

◆ Y() [2/2]

Foam::scalarList & Y ( )
inline

Return access to the mass fractions.

Definition at line 31 of file reactingParcelInjectionDataI.H.

References Y_.

◆ operator<<

Ostream & operator<< ( Ostream & os,
const reactingParcelInjectionData & data )
friend

Ostream operator.

References os(), and reactingParcelInjectionData().

◆ operator>>

Istream & operator>> ( Istream & is,
reactingParcelInjectionData & data )
friend

Istream operator.

References reactingParcelInjectionData().

Member Data Documentation

◆ Y_


The documentation for this class was generated from the following files: