FreeFOAM The Cross-Platform CFD Toolkit
thermoParcelInjectionData Class Reference

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

#include <lagrangianIntermediate/thermoParcelInjectionData.H>


Detailed Description

+ Inheritance diagram for thermoParcelInjectionData:
+ Collaboration diagram for thermoParcelInjectionData:

List of all members.

Public Member Functions

 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

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

bool operator== (const thermoParcelInjectionData &a, const thermoParcelInjectionData &b)
bool operator!= (const thermoParcelInjectionData &a, const thermoParcelInjectionData &b)
Ostreamoperator<< (Ostream &os, const thermoParcelInjectionData &data)
 Ostream operator.
Istreamoperator>> (Istream &is, thermoParcelInjectionData &data)
 Istream operator.

Constructor & Destructor Documentation

Null constructor.

Definition at line 37 of file thermoParcelInjectionData.C.

Construct from dictionary.

Definition at line 46 of file thermoParcelInjectionData.C.

Destructor.

Definition at line 57 of file thermoParcelInjectionData.C.


Member Function Documentation

TypeName ( "thermoParcelInjectionData"  )

Runtime type information.

Foam::scalar T ( ) const
inline

Return const access to the temperature.

Definition at line 30 of file thermoParcelInjectionDataI.H.

References thermoParcelInjectionData::T_.

Foam::scalar cp ( ) const
inline

Return const access to the specific heat capacity.

Definition at line 36 of file thermoParcelInjectionDataI.H.

Foam::scalar & T ( )
inline

Return access to the temperature.

Definition at line 42 of file thermoParcelInjectionDataI.H.

Foam::scalar & cp ( )
inline

Return access to the specific heat capacity.

Definition at line 48 of file thermoParcelInjectionDataI.H.


Friends And Related Function Documentation

bool operator== ( const thermoParcelInjectionData a,
const thermoParcelInjectionData b 
)
friend

Definition at line 125 of file thermoParcelInjectionData.H.

bool operator!= ( const thermoParcelInjectionData a,
const thermoParcelInjectionData b 
)
friend

Definition at line 143 of file thermoParcelInjectionData.H.

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

Ostream operator.

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

Istream operator.


Member Data Documentation

scalar T_
protected
scalar cp_
protected

Specific heat capacity [J/kg/K].

Definition at line 78 of file thermoParcelInjectionData.H.

Referenced by Foam::operator>>(), and thermoParcelInjectionData::thermoParcelInjectionData().


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