Class used to pass tracking data to the trackToFace function. More...
#include <src/lagrangian/basic/Particle/Particle.H>
Class used to pass tracking data to the trackToFace function.
Definition at line 83 of file Particle.H.
Public Member Functions | |
trackData (Cloud< ParticleType > &cloud) | |
Cloud< ParticleType > & | cloud () |
Return a reference to the cloud.
| |
Public Attributes | |
bool | switchProcessor |
bool | keepParticle |
Definition at line 266 of file ParticleI.H.
Foam::Cloud< ParticleType > & cloud | ( | ) | [inline]
|
Return a reference to the cloud.
Reimplemented in DsmcParcel< ParcelType >::trackData, KinematicParcel< ParcelType >::trackData, ReactingMultiphaseParcel< ParcelType >::trackData, ReactingParcel< ParcelType >::trackData, and ThermoParcel< ParcelType >::trackData.
Definition at line 276 of file ParticleI.H.
bool switchProcessor |
Definition at line 94 of file Particle.H.
Referenced by molecule::hitProcessorPatch(), and molecule::move().
bool keepParticle |
Definition at line 95 of file Particle.H.
Referenced by molecule::hitPatch(), and molecule::move().