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 99 of file particle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const TrackCloudType &  cloud)
inline

Definition at line 134 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

◆ sendToPosition

vector sendToPosition

Position to which to send.

Definition at line 125 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 129 of file particle.H.

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


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