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...
 
vector sendToPosition
 Position to which to send. More...
 
labelList patchNLocateBoundaryHits
 Number of boundary hits that occurred during locate executions. More...
 

Detailed Description

Definition at line 95 of file particle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const TrackCloudType &  cloud)
inline

Definition at line 130 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 109 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

◆ sendToPatch

◆ sendToPatchFace

label sendToPatchFace

Patch face to which to send the particle.

Definition at line 118 of file particle.H.

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

◆ sendToPosition

vector sendToPosition

Position to which to send.

Definition at line 121 of file particle.H.

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

◆ patchNLocateBoundaryHits

labelList patchNLocateBoundaryHits

Number of boundary hits that occurred during locate executions.

following (non-conformal) patch transfers. For reporting.

Definition at line 125 of file particle.H.

Referenced by particle::correctAfterParallelTransfer(), and particle::hitNonConformalCyclicPatch().


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