Public Member Functions | |
template<class TrackCloudType > | |
trackingData (const TrackCloudType &cloud) | |
Public Attributes | |
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... | |
Definition at line 100 of file particle.H.
|
inline |
Definition at line 125 of file particle.H.
References DefinePropertyList, particle::hitCyclicAMIPatch(), particle::hitCyclicPatch(), particle::hitNonConformalCyclicPatch(), particle::hitPatch(), particle::hitProcessorPatch(), particle::hitSymmetryPatch(), particle::hitSymmetryPlanePatch(), particle::hitWallPatch(), particle::hitWedgePatch(), patchi, particle::position(), Foam::T(), and particle::TypeName().
bool keepParticle |
Flag to indicate whether to keep particle (false = delete)
Definition at line 107 of file particle.H.
Referenced by findCellParticle::hitCyclicAMIPatch(), trackedParticle::hitCyclicAMIPatch(), particle::hitCyclicAMIPatch(), findCellParticle::hitCyclicPatch(), trackedParticle::hitCyclicPatch(), particle::hitFace(), findCellParticle::hitProcessorPatch(), findCellParticle::hitSymmetryPatch(), trackedParticle::hitSymmetryPatch(), streamlinesParticle::hitSymmetryPatch(), findCellParticle::hitSymmetryPlanePatch(), trackedParticle::hitSymmetryPlanePatch(), streamlinesParticle::hitSymmetryPlanePatch(), findCellParticle::hitWallPatch(), trackedParticle::hitWallPatch(), streamlinesParticle::hitWallPatch(), findCellParticle::hitWedgePatch(), trackedParticle::hitWedgePatch(), streamlinesParticle::hitWedgePatch(), solidParticle::move(), findCellParticle::move(), sampledSetParticle::move(), trackedParticle::move(), streamlinesParticle::move(), and molecule::move().
label sendToProc |
Processor to send the particle to. -1 indicates that this.
particle is not to be transferred.
Definition at line 111 of file particle.H.
Referenced by particle::hitNonConformalCyclicPatch(), particle::hitProcessorPatch(), solidParticle::move(), findCellParticle::move(), sampledSetParticle::move(), trackedParticle::move(), streamlinesParticle::move(), and molecule::move().
label sendFromPatch |
Patch from which to send the particle.
Definition at line 114 of file particle.H.
Referenced by particle::hitNonConformalCyclicPatch(), particle::hitProcessorPatch(), and particle::prepareForParallelTransfer().
label sendToPatch |
Patch to which to send the particle.
Definition at line 117 of file particle.H.
Referenced by particle::correctAfterParallelTransfer(), particle::correctAfterProcessorTransfer(), particle::hitNonConformalCyclicPatch(), particle::hitProcessorPatch(), and particle::~particle().
label sendToPatchFace |
Patch face to which to send the particle.
Definition at line 120 of file particle.H.
Referenced by particle::hitNonConformalCyclicPatch(), particle::hitProcessorPatch(), particle::prepareForParallelTransfer(), particle::prepareForProcessorTransfer(), and particle::~particle().