thermoParcelInjectionData Class Reference

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

Inheritance diagram for thermoParcelInjectionData:
[legend]
Collaboration diagram for thermoParcelInjectionData:
[legend]

Public Member Functions

 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 kinematicParcelInjectionData
 TypeName ("kinematicParcelInjectionData")
 Runtime type information. More...
 
 kinematicParcelInjectionData ()
 Null constructor. More...
 
 kinematicParcelInjectionData (const dictionary &dict)
 Construct from dictionary. More...
 
 kinematicParcelInjectionData (Istream &is)
 Construct from Istream. More...
 
virtual ~kinematicParcelInjectionData ()
 Destructor. More...
 
const pointx () const
 Return const access to the position. More...
 
const vectorU () 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...
 
pointx ()
 Return access to the position. More...
 
vectorU ()
 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

scalar T_
 Temperature [K]. More...
 
scalar Cp_
 Specific heat capacity [J/kg/K]. More...
 
- Protected Attributes inherited from kinematicParcelInjectionData
point x_
 Position [m]. More...
 
vector U_
 Velocity [m/s]. More...
 
scalar d_
 Diameter [m]. More...
 
scalar rho_
 Density [kg/m3]. More...
 
scalar mDot_
 Mass flow rate [kg/s]. More...
 

Friends

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

Detailed Description

Container class to provide injection data for thermodynamic parcels.

Source files

Definition at line 68 of file thermoParcelInjectionData.H.

Constructor & Destructor Documentation

◆ thermoParcelInjectionData() [1/3]

Null constructor.

Definition at line 39 of file thermoParcelInjectionData.C.

◆ thermoParcelInjectionData() [2/3]

Construct from dictionary.

Definition at line 47 of file thermoParcelInjectionData.C.

◆ thermoParcelInjectionData() [3/3]

Construct from Istream.

Definition at line 32 of file thermoParcelInjectionDataIO.C.

References IOstream::check(), thermoParcelInjectionData::Cp_, FUNCTION_NAME, and thermoParcelInjectionData::T_.

Here is the call graph for this function:

◆ ~thermoParcelInjectionData()

Destructor.

Definition at line 59 of file thermoParcelInjectionData.C.

Member Function Documentation

◆ TypeName()

TypeName ( "thermoParcelInjectionData"  )

Runtime type information.

◆ T() [1/2]

Foam::scalar T ( ) const
inline

Return const access to the temperature.

Definition at line 32 of file thermoParcelInjectionDataI.H.

References thermoParcelInjectionData::T_.

◆ Cp() [1/2]

Foam::scalar Cp ( ) const
inline

Return const access to the specific heat capacity.

Definition at line 38 of file thermoParcelInjectionDataI.H.

◆ T() [2/2]

Foam::scalar & T ( )
inline

Return access to the temperature.

Definition at line 44 of file thermoParcelInjectionDataI.H.

◆ Cp() [2/2]

Foam::scalar & Cp ( )
inline

Return access to the specific heat capacity.

Definition at line 50 of file thermoParcelInjectionDataI.H.

Friends And Related Function Documentation

◆ operator<<

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

Ostream operator.

◆ operator>>

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

Istream operator.

Member Data Documentation

◆ T_

scalar T_
protected

◆ Cp_

scalar Cp_
protected

Specific heat capacity [J/kg/K].

Definition at line 80 of file thermoParcelInjectionData.H.

Referenced by thermoParcelInjectionData::thermoParcelInjectionData().


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