Class used to pass reacting tracking data to the trackToFace function. More...
#include <src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.H>
Class used to pass reacting tracking data to the trackToFace function.
Definition at line 109 of file ReactingMultiphaseParcel.H.
Inheritance diagram for ReactingMultiphaseParcel< ParcelType >::trackData:
Collaboration diagram for ReactingMultiphaseParcel< ParcelType >::trackData:Public Member Functions | |
| trackData (ReactingMultiphaseCloud< 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.
| |
| ReactingMultiphaseCloud < ParcelType > & | cloud () |
| Return access to the owner cloud.
| |
| const constantProperties & | constProps () const |
| Return const access to the constant properties.
| |
| trackData | ( | ReactingMultiphaseCloud< 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 58 of file ReactingMultiphaseParcelI.H.
| Foam::ReactingMultiphaseCloud< ParcelType > & cloud | ( | ) | [inline]
|
Return access to the owner cloud.
Reimplemented from ReactingParcel< ParcelType >::trackData.
Definition at line 162 of file ReactingMultiphaseParcelI.H.
References Particle< ParcelType >::cloud_.
| const Foam::ReactingMultiphaseParcel< ParcelType >::constantProperties & constProps | ( | ) | const [inline]
|
Return const access to the constant properties.
Reimplemented from ReactingParcel< ParcelType >::trackData.
Definition at line 171 of file ReactingMultiphaseParcelI.H.