Class used to pass kinematic tracking data to the trackToFace function. More...
#include <src/lagrangian/dsmc/parcels/Templates/DsmcParcel_/DsmcParcel_.H>
Class used to pass kinematic tracking data to the trackToFace function.
Definition at line 126 of file DsmcParcel_.H.
Inheritance diagram for DsmcParcel< ParcelType >::trackData:
Collaboration diagram for DsmcParcel< ParcelType >::trackData:Public Member Functions | |
| trackData (DsmcCloud< ParcelType > &cloud) | |
| Construct from components. | |
| DsmcCloud< ParcelType > & | cloud () |
| Return access to the owner cloud. | |
Public Member Functions inherited from Particle< ParticleType >::trackData | |
| trackData (Cloud< ParticleType > &cloud) | |
Additional Inherited Members | |
Public Attributes inherited from Particle< ParticleType >::trackData | |
| bool | switchProcessor |
| bool | keepParticle |
Construct from components.
Definition at line 56 of file DsmcParcelI_.H.
|
inline |
Return access to the owner cloud.
Reimplemented from Particle< ParticleType >::trackData.
Definition at line 130 of file DsmcParcelI_.H.
References Particle< ParcelType >::cloud_.