FreeFOAM The Cross-Platform CFD Toolkit
ReactingParcel< ParcelType >::trackData Class Reference

Class used to pass reacting tracking data to the trackToFace function. More...

#include <src/lagrangian/intermediate/parcels/Templates/ReactingParcel_/ReactingParcel_.H>


Detailed Description

template<class ParcelType>
class Foam::ReactingParcel< ParcelType >::trackData

Class used to pass reacting tracking data to the trackToFace function.

Definition at line 119 of file ReactingParcel_.H.

+ Inheritance diagram for ReactingParcel< ParcelType >::trackData:
+ Collaboration diagram for ReactingParcel< ParcelType >::trackData:

List of all members.

Public Types

typedef ReactingCloud< ParcelType > cloudType

Public Member Functions

 trackData (ReactingCloud< ParcelType > &cloud, const constantProperties &constProps, const interpolation< scalar > &rhoInterp, const interpolation< vector > &UInterp, const interpolation< scalar > &muInterp, const interpolation< scalar > &TInterp, const interpolation< scalar > &CpInterp, const interpolation< scalar > &pInterp, const vector &g)
 Construct from components.
ReactingCloud< ParcelType > & cloud ()
 Return access to the owner cloud.
const constantPropertiesconstProps () const
 Return const access to the constant properties.
const interpolation< scalar > & pInterp () const
 Return const access to the interpolator for continuous.
- Public Member Functions inherited from ThermoParcel< ParcelType >::trackData
 trackData (ThermoCloud< ParcelType > &cloud, const constantProperties &constProps, const interpolation< scalar > &rhoInterp, const interpolation< vector > &UInterp, const interpolation< scalar > &muInterp, const interpolation< scalar > &TInterp, const interpolation< scalar > &cpInterp, const vector &g)
 Construct from components.
const interpolation< scalar > & TInterp () const
 Return const access to the interpolator for continuous.
const interpolation< scalar > & cpInterp () const
 Return const access to the interpolator for continuous.
- Public Member Functions inherited from KinematicParcel< ParcelType >::trackData
 trackData (KinematicCloud< ParcelType > &cloud, const constantProperties &constProps, const interpolation< scalar > &rhoInterp, const interpolation< vector > &UInterp, const interpolation< scalar > &muInterp, const vector &g)
 Construct from components.
const interpolation< scalar > & rhoInterp () const
 Return conat access to the interpolator for continuous.
const interpolation< vector > & UInterp () const
 Return conat access to the interpolator for continuous.
const interpolation< scalar > & muInterp () const
 Return conat access to the interpolator for continuous.
const vectorg () const
- Public Member Functions inherited from Particle< ParticleType >::trackData
 trackData (Cloud< ParticleType > &cloud)

Member Typedef Documentation

typedef ReactingCloud<ParcelType> cloudType

Definition at line 138 of file ReactingParcel_.H.


Constructor & Destructor Documentation

trackData ( ReactingCloud< ParcelType > &  cloud,
const constantProperties constProps,
const interpolation< scalar > &  rhoInterp,
const interpolation< vector > &  UInterp,
const interpolation< scalar > &  muInterp,
const interpolation< scalar > &  TInterp,
const interpolation< scalar > &  CpInterp,
const interpolation< scalar > &  pInterp,
const vector g 
)
inline

Construct from components.

Definition at line 44 of file ReactingParcelI_.H.


Member Function Documentation

Foam::ReactingCloud< ParcelType > & cloud ( )
inline

Return access to the owner cloud.

Reimplemented from ThermoParcel< ParcelType >::trackData.

Reimplemented in ReactingMultiphaseParcel< ParcelType >::trackData.

Definition at line 160 of file ReactingParcelI_.H.

References Particle< ParcelType >::cloud_.

const Foam::ReactingParcel< ParcelType >::constantProperties & constProps ( ) const
inline

Return const access to the constant properties.

Reimplemented from ThermoParcel< ParcelType >::trackData.

Reimplemented in ReactingMultiphaseParcel< ParcelType >::trackData.

Definition at line 168 of file ReactingParcelI_.H.

const Foam::interpolation< Foam::scalar > & pInterp ( ) const
inline

Return const access to the interpolator for continuous.

phase pressure field

Definition at line 176 of file ReactingParcelI_.H.


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