particle::trackingData Class Reference
Inheritance diagram for particle::trackingData:
Collaboration diagram for particle::trackingData:

Public Member Functions

template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 

Public Attributes

const polyMeshmesh
 Reference to the mesh. More...
 
bool keepParticle
 Flag to indicate whether to keep particle (false = delete) More...
 
label sendToProc
 Processor to send the particle to. -1 indicates that this. More...
 
label sendFromPatch
 Patch from which to send the particle. More...
 
label sendToPatch
 Patch to which to send the particle. More...
 
label sendToPatchFace
 Patch face to which to send the particle. More...
 

Detailed Description

Definition at line 99 of file particle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const TrackCloudType &  cloud)
inline

Definition at line 127 of file particle.H.

Member Data Documentation

◆ mesh

◆ keepParticle

◆ sendToProc

label sendToProc

Processor to send the particle to. -1 indicates that this.

particle is not to be transferred.

Definition at line 113 of file particle.H.

Referenced by particle::hitNonConformalCyclicPatch(), particle::hitProcessorPatch(), findCellParticle::move(), trackedParticle::move(), molecule::move(), sampledSetParticle::move(), solidParticle::move(), and streamlinesParticle::move().

◆ sendFromPatch

label sendFromPatch

Patch from which to send the particle.

Definition at line 116 of file particle.H.

Referenced by particle::hitNonConformalCyclicPatch(), particle::hitProcessorPatch(), and particle::prepareForParallelTransfer().

◆ sendToPatch

◆ sendToPatchFace

label sendToPatchFace

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