trackedParticle::trackingData Class Reference

Class used to pass tracking data to the trackToFace function. More...

Inheritance diagram for trackedParticle::trackingData:
Collaboration diagram for trackedParticle::trackingData:

Public Member Functions

 trackingData (Cloud< trackedParticle > &cloud, const scalar maxTrackLen, labelList &maxLevel, List< PackedBoolList > &featureEdgeVisited)
 
- Public Member Functions inherited from particle::trackingData
template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 

Public Attributes

const scalar maxTrackLen_
 
labelListmaxLevel_
 
List< PackedBoolList > & featureEdgeVisited_
 
- Public Attributes inherited from particle::trackingData
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

Class used to pass tracking data to the trackToFace function.

Definition at line 88 of file trackedParticle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( Cloud< trackedParticle > &  cloud,
const scalar  maxTrackLen,
labelList maxLevel,
List< PackedBoolList > &  featureEdgeVisited 
)
inline

Definition at line 103 of file trackedParticle.H.

Member Data Documentation

◆ maxTrackLen_

const scalar maxTrackLen_

Definition at line 94 of file trackedParticle.H.

Referenced by trackedParticle::move().

◆ maxLevel_

labelList& maxLevel_

Definition at line 96 of file trackedParticle.H.

Referenced by trackedParticle::move().

◆ featureEdgeVisited_

List<PackedBoolList>& featureEdgeVisited_

Definition at line 98 of file trackedParticle.H.

Referenced by trackedParticle::correctAfterParallelTransfer().


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