Class used to pass reacting tracking data to the trackToFace function. More...
#include <src/lagrangian/intermediate/parcels/Templates/ReactingParcel_/ReactingParcel_.H>
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: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 constantProperties & | constProps () const |
| Return const access to the constant properties.
| |
| const interpolation< scalar > & | pInterp () const |
| Return const access to the interpolator for continuous.
| |
| typedef ReactingCloud<ParcelType> cloudType |
Definition at line 138 of file ReactingParcel_.H.
| 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.
| 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.