particle< Type > Class Template Reference

Base particle class. More...

Inheritance diagram for particle< Type >:
Collaboration diagram for particle< Type >:

Classes

class  iNew
 Factory class to read-construct particles used for. More...
 
class  trackingData
 

Public Member Functions

 TypeName ("particle")
 Runtime type information. More...
 
 particle (const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti)
 Construct from components. More...
 
 particle (const polyMesh &mesh, const vector &position, const label celli)
 Construct from a position and a cell, searching for the rest of the. More...
 
 particle (const polyMesh &mesh, Istream &, bool readFields=true)
 Construct from Istream. More...
 
 particle (const particle &p)
 Construct as a copy. More...
 
 particle (const particle &p, const polyMesh &mesh)
 Construct as a copy with references to a new mesh. More...
 
virtual autoPtr< particleclone () const
 Construct a clone. More...
 
virtual ~particle ()
 Destructor. More...
 
label getNewParticleID () const
 Get unique particle creation id. More...
 
const polyMeshmesh () const
 Return the mesh database. More...
 
const barycentriccoordinates () const
 Return current particle coordinates. More...
 
label cell () const
 Return current cell particle is in. More...
 
label tetFace () const
 Return current tet face particle is in. More...
 
label tetPt () const
 Return current tet face particle is in. More...
 
label face () const
 Return current face particle is on otherwise -1. More...
 
scalar stepFraction () const
 Return the fraction of time-step completed. More...
 
scalar & stepFraction ()
 Return the fraction of time-step completed. More...
 
label origProc () const
 Return the originating processor ID. More...
 
labelorigProc ()
 Return the originating processor ID. More...
 
label origId () const
 Return the particle ID on the originating processor. More...
 
labelorigId ()
 Return the particle ID on the originating processor. More...
 
Pair< scalar > stepFractionSpan () const
 Return the step fraction change within the overall time-step. More...
 
scalar currentTimeFraction () const
 Return the current fraction within the timestep. This differs. More...
 
tetIndices currentTetIndices () const
 Return the indices of the current tet that the. More...
 
barycentricTensor currentTetTransform () const
 Return the current tet transformation tensor. More...
 
vector normal () const
 Return the normal of the tri on tetFacei_ for the. More...
 
bool onFace () const
 Is the particle on a face? More...
 
bool onInternalFace () const
 Is the particle on an internal face? More...
 
bool onBoundaryFace () const
 Is the particle on a boundary face? More...
 
label patch () const
 Return the index of patch that the particle is on. More...
 
vector position () const
 Return current particle position. More...
 
void reset ()
 Set step fraction and behind data to zero in preparation for a new. More...
 
scalar track (const vector &displacement, const scalar fraction)
 Track along the displacement for a given fraction of the overall. More...
 
scalar trackToCell (const vector &displacement, const scalar fraction)
 As particle::track, but stops when a new cell is reached. More...
 
scalar trackToFace (const vector &displacement, const scalar fraction)
 As particle::track, but stops when a face is hit. More...
 
scalar trackToTri (const vector &displacement, const scalar fraction, label &tetTriI)
 As particle::trackToFace, but stops when a tet triangle is hit. On. More...
 
scalar trackToStationaryTri (const vector &displacement, const scalar fraction, label &tetTriI)
 As particle::trackToTri, but for stationary meshes. More...
 
scalar trackToMovingTri (const vector &displacement, const scalar fraction, label &tetTriI)
 As particle::trackToTri, but for moving meshes. More...
 
template<class TrackCloudType >
void hitFace (const vector &displacement, const scalar fraction, TrackCloudType &cloud, trackingData &td)
 Hit the current face. If the current face is internal than this. More...
 
template<class TrackCloudType >
void hitFaceNoChangeToMasterPatch (const vector &displacement, const scalar fraction, TrackCloudType &cloud, trackingData &td)
 As above, but does not change the master patch. Needed in order for. More...
 
template<class TrackCloudType >
scalar trackToAndHitFace (const vector &displacement, const scalar fraction, TrackCloudType &cloud, trackingData &td)
 Convenience function. Combines trackToFace and hitFace. More...
 
vector deviationFromMeshCentre () const
 Get the displacement from the mesh centre. Used to correct the. More...
 
void patchData (vector &normal, vector &displacement) const
 Get the normal and displacement of the current patch location. More...
 
virtual void transformProperties (const transformer &)
 Transform the physical properties of the particle. More...
 
void prepareForParallelTransfer ()
 Convert global addressing to the processor patch local equivalents. More...
 
void correctAfterParallelTransfer (const label patchi, trackingData &td)
 Convert processor patch addressing to the global equivalents. More...
 
void prepareForInteractionListReferral (const transformer &transform)
 Break the topology and store the particle position so that the. More...
 
void correctAfterInteractionListReferral (const label celli)
 Correct the topology after referral. The particle may still be. More...
 
label procTetPt (const polyMesh &procMesh, const label procCell, const label procTetFace) const
 Return the tet point appropriate for decomposition or reconstruction. More...
 
void autoMap (const vector &position, const mapPolyMesh &mapper)
 Map after a topology change. More...
 
void writePosition (Ostream &) const
 Write the particle position and cell. More...
 
template<class TrackCloudType >
Foam::scalar trackToAndHitFace (const vector &displacement, const scalar fraction, TrackCloudType &cloud, trackingData &td)
 

Static Public Member Functions

static string propertyList ()
 
template<class TrackCloudType >
static void readFields (TrackCloudType &c)
 Read the fields associated with the owner cloud. More...
 
template<class TrackCloudType >
static void writeFields (const TrackCloudType &c)
 Write the fields associated with the owner cloud. More...
 

Static Public Attributes

static string propertyList_ = Foam::particle::propertyList()
 String representation of properties. More...
 
static label particleCount_ = 0
 Cumulative particle counter - used to provide unique ID. More...
 

Protected Member Functions

template<class TrackCloudType >
bool hitPatch (TrackCloudType &, trackingData &)
 Overridable function to handle the particle hitting a patch. More...
 
template<class TrackCloudType >
void hitWedgePatch (TrackCloudType &, trackingData &)
 Overridable function to handle the particle hitting a wedgePatch. More...
 
template<class TrackCloudType >
void hitSymmetryPlanePatch (TrackCloudType &, trackingData &)
 Overridable function to handle the particle hitting a. More...
 
template<class TrackCloudType >
void hitSymmetryPatch (TrackCloudType &, trackingData &)
 Overridable function to handle the particle hitting a symmetryPatch. More...
 
template<class TrackCloudType >
void hitCyclicPatch (TrackCloudType &, trackingData &)
 Overridable function to handle the particle hitting a cyclicPatch. More...
 
template<class TrackCloudType >
void hitCyclicAMIPatch (const vector &displacement, const scalar fraction, TrackCloudType &cloud, trackingData &td)
 Overridable function to handle the particle hitting a cyclicAMIPatch. More...
 
template<class TrackCloudType >
void hitCyclicACMIPatch (const vector &displacement, const scalar fraction, TrackCloudType &cloud, trackingData &td)
 Overridable function to handle the particle hitting a. More...
 
template<class TrackCloudType >
void hitCyclicRepeatAMIPatch (const vector &displacement, const scalar fraction, TrackCloudType &cloud, trackingData &td)
 Overridable function to handle the particle hitting an. More...
 
template<class TrackCloudType >
void hitProcessorPatch (TrackCloudType &, trackingData &)
 Overridable function to handle the particle hitting a processorPatch. More...
 
template<class TrackCloudType >
void hitWallPatch (TrackCloudType &, trackingData &)
 Overridable function to handle the particle hitting a wallPatch. More...
 

Friends

Ostreamoperator<< (Ostream &, const particle &)
 
bool operator== (const particle &pA, const particle &pB)
 
bool operator!= (const particle &pA, const particle &pB)
 

Detailed Description

template<class Type>
class Foam::particle< Type >

Base particle class.

Definition at line 84 of file particle.H.

Constructor & Destructor Documentation

◆ particle() [1/5]

particle ( const polyMesh mesh,
const barycentric coordinates,
const label  celli,
const label  tetFacei,
const label  tetPti 
)

Construct from components.

Definition at line 512 of file particle.C.

Referenced by particle< Type >::clone(), and particle< Type >::iNew::operator()().

Here is the caller graph for this function:

◆ particle() [2/5]

particle ( const polyMesh mesh,
const vector position,
const label  celli 
)

Construct from a position and a cell, searching for the rest of the.

required topology

Definition at line 535 of file particle.C.

◆ particle() [3/5]

particle ( const polyMesh mesh,
Istream is,
bool  readFields = true 
)

Construct from Istream.

Definition at line 46 of file particleIO.C.

References IOstream::ASCII, IOstream::check(), IOstream::format(), and Istream::read().

Here is the call graph for this function:

◆ particle() [4/5]

particle ( const particle< Type > &  p)

Construct as a copy.

Definition at line 563 of file particle.C.

◆ particle() [5/5]

particle ( const particle< Type > &  p,
const polyMesh mesh 
)

Construct as a copy with references to a new mesh.

Definition at line 579 of file particle.C.

References particle< Type >::track().

Here is the call graph for this function:

◆ ~particle()

virtual ~particle ( )
inlinevirtual

Destructor.

Definition at line 431 of file particle.H.

References particle< Type >::autoMap(), Foam::constant::universal::c, particle< Type >::cell(), particle< Type >::coordinates(), particle< Type >::correctAfterInteractionListReferral(), particle< Type >::correctAfterParallelTransfer(), particle< Type >::currentTetIndices(), particle< Type >::currentTetTransform(), particle< Type >::currentTimeFraction(), particle< Type >::deviationFromMeshCentre(), particle< Type >::face(), particle< Type >::getNewParticleID(), particle< Type >::hitFace(), particle< Type >::hitFaceNoChangeToMasterPatch(), particle< Type >::mesh(), particle< Type >::normal(), particle< Type >::onBoundaryFace(), particle< Type >::onFace(), particle< Type >::onInternalFace(), particle< Type >::operator!=, particle< Type >::operator<<, particle< Type >::operator==, particle< Type >::origId(), particle< Type >::origProc(), particle< Type >::patch(), particle< Type >::patchData(), patchi, particle< Type >::position(), particle< Type >::prepareForInteractionListReferral(), particle< Type >::prepareForParallelTransfer(), particle< Type >::procTetPt(), particle< Type >::readFields(), particle< Type >::reset(), particle< Type >::stepFraction(), particle< Type >::stepFractionSpan(), particle< Type >::tetFace(), particle< Type >::tetPt(), particle< Type >::track(), particle< Type >::trackToAndHitFace(), particle< Type >::trackToCell(), particle< Type >::trackToFace(), particle< Type >::trackToMovingTri(), particle< Type >::trackToStationaryTri(), particle< Type >::trackToTri(), Foam::transform(), particle< Type >::transformProperties(), particle< Type >::writeFields(), and particle< Type >::writePosition().

Here is the call graph for this function:

Member Function Documentation

◆ hitPatch()

bool hitPatch ( TrackCloudType &  ,
trackingData  
)
protected

Overridable function to handle the particle hitting a patch.

Executed before other patch-hitting functions.

Definition at line 227 of file particleTemplates.C.

Referenced by particle< Type >::trackingData::trackingData().

Here is the caller graph for this function:

◆ hitWedgePatch()

void hitWedgePatch ( TrackCloudType &  cloud,
trackingData td 
)
protected

Overridable function to handle the particle hitting a wedgePatch.

Definition at line 234 of file particleTemplates.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, particle< Type >::hitSymmetryPatch(), and particle< Type >::hitSymmetryPlanePatch().

Referenced by particle< Type >::trackingData::trackingData().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hitSymmetryPlanePatch()

void hitSymmetryPlanePatch ( TrackCloudType &  cloud,
trackingData td 
)
protected

Overridable function to handle the particle hitting a.

symmetryPlanePatch

Definition at line 246 of file particleTemplates.C.

References particle< Type >::hitSymmetryPatch().

Referenced by particle< Type >::hitWedgePatch(), and particle< Type >::trackingData::trackingData().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hitSymmetryPatch()

void hitSymmetryPatch ( TrackCloudType &  ,
trackingData  
)
protected

Overridable function to handle the particle hitting a symmetryPatch.

Definition at line 256 of file particleTemplates.C.

References Foam::I, particle< Type >::normal(), transformer::rotation(), and particle< Type >::transformProperties().

Referenced by particle< Type >::hitSymmetryPlanePatch(), particle< Type >::hitWedgePatch(), and particle< Type >::trackingData::trackingData().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hitCyclicPatch()

void hitCyclicPatch ( TrackCloudType &  ,
trackingData  
)
protected

◆ hitCyclicAMIPatch()

◆ hitCyclicACMIPatch()

void hitCyclicACMIPatch ( const vector displacement,
const scalar  fraction,
TrackCloudType &  cloud,
trackingData td 
)
protected

◆ hitCyclicRepeatAMIPatch()

void hitCyclicRepeatAMIPatch ( const vector displacement,
const scalar  fraction,
TrackCloudType &  cloud,
trackingData td 
)
protected

Overridable function to handle the particle hitting an.

cyclicRepeatAMIPolyPatch

Definition at line 458 of file particleTemplates.C.

References p.

Referenced by particle< Type >::hitCyclicACMIPatch(), and particle< Type >::trackingData::trackingData().

Here is the caller graph for this function:

◆ hitProcessorPatch()

void hitProcessorPatch ( TrackCloudType &  ,
trackingData  
)
protected

Overridable function to handle the particle hitting a processorPatch.

Definition at line 473 of file particleTemplates.C.

Referenced by particle< Type >::trackingData::trackingData().

Here is the caller graph for this function:

◆ hitWallPatch()

void hitWallPatch ( TrackCloudType &  ,
trackingData  
)
protected

Overridable function to handle the particle hitting a wallPatch.

Definition at line 478 of file particleTemplates.C.

Referenced by particle< Type >::trackingData::trackingData().

Here is the caller graph for this function:

◆ TypeName()

TypeName ( "particle< Type >"  )

Runtime type information.

Referenced by particle< Type >::trackingData::trackingData().

Here is the caller graph for this function:

◆ propertyList()

static string propertyList ( )
inlinestatic

Definition at line 368 of file particle.H.

◆ clone()

virtual autoPtr<particle> clone ( ) const
inlinevirtual

Construct a clone.

Reimplemented in molecule, streamLineParticle, trackedParticle, findCellParticle, solidParticle, passiveParticle, and indexedParticle.

Definition at line 405 of file particle.H.

References particle< Type >::particle().

Here is the call graph for this function:

◆ getNewParticleID()

Foam::label getNewParticleID ( ) const
inline

Get unique particle creation id.

Definition at line 111 of file particleI.H.

References Foam::endl(), Foam::labelMax, particle< Type >::particleCount_, and WarningInFunction.

Referenced by particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mesh()

const Foam::polyMesh & mesh ( ) const
inline

Return the mesh database.

Definition at line 125 of file particleI.H.

Referenced by findCellParticle::trackingData::cellToEnd(), streamLineParticle::move(), trackedParticle::trackingData::trackingData(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ coordinates()

const Foam::barycentric & coordinates ( ) const
inline

Return current particle coordinates.

Definition at line 131 of file particleI.H.

Referenced by findCellParticle::trackingData::cellToEnd(), Foam::reconstructLagrangianPositions(), trackedParticle::trackingData::trackingData(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ cell()

Foam::label cell ( ) const
inline

Return current cell particle is in.

Definition at line 137 of file particleI.H.

Referenced by lineFace::calcSamples(), streamLineParticle::move(), Foam::reconstructLagrangianPositions(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ tetFace()

Foam::label tetFace ( ) const
inline

Return current tet face particle is in.

Definition at line 143 of file particleI.H.

Referenced by Foam::reconstructLagrangianPositions(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ tetPt()

Foam::label tetPt ( ) const
inline

Return current tet face particle is in.

Definition at line 149 of file particleI.H.

Referenced by particle< Type >::~particle().

Here is the caller graph for this function:

◆ face()

Foam::label face ( ) const
inline

Return current face particle is on otherwise -1.

Definition at line 155 of file particleI.H.

Referenced by lineFace::calcSamples(), streamLineParticle::move(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ stepFraction() [1/2]

Foam::scalar stepFraction ( ) const
inline

Return the fraction of time-step completed.

Definition at line 161 of file particleI.H.

Referenced by streamLineParticle::move(), molecule::move(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ stepFraction() [2/2]

Foam::scalar & stepFraction ( )
inline

Return the fraction of time-step completed.

Definition at line 167 of file particleI.H.

◆ origProc() [1/2]

Foam::label origProc ( ) const
inline

Return the originating processor ID.

Definition at line 173 of file particleI.H.

Referenced by Foam::operator==(), particle< Type >::writeFields(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ origProc() [2/2]

Foam::label & origProc ( )
inline

Return the originating processor ID.

Definition at line 179 of file particleI.H.

◆ origId() [1/2]

◆ origId() [2/2]

Foam::label & origId ( )
inline

Return the particle ID on the originating processor.

Definition at line 191 of file particleI.H.

◆ stepFractionSpan()

Foam::Pair< Foam::scalar > stepFractionSpan ( ) const
inline

Return the step fraction change within the overall time-step.

Returns the start value and the change as a scalar pair. Always return Pair<scalar>(0, 1), unless sub-cycling is in effect, in which case the values will reflect the span of the sub-cycle within the time-step.

Definition at line 197 of file particleI.H.

References TimeState::deltaTValue(), Time::prevTimeState(), Time::subCycling(), objectRegistry::time(), and dimensioned< Type >::value().

Referenced by particle< Type >::currentTimeFraction(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ currentTimeFraction()

Foam::scalar currentTimeFraction ( ) const
inline

Return the current fraction within the timestep. This differs.

from the stored step fraction due to sub-cycling.

Definition at line 221 of file particleI.H.

References s(), and particle< Type >::stepFractionSpan().

Referenced by particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ currentTetIndices()

Foam::tetIndices currentTetIndices ( ) const
inline

Return the indices of the current tet that the.

particle occupies.

Definition at line 229 of file particleI.H.

Referenced by particle< Type >::normal(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ currentTetTransform()

Foam::barycentricTensor currentTetTransform ( ) const
inline

Return the current tet transformation tensor.

Definition at line 235 of file particleI.H.

References polyMesh::moving().

Referenced by particle< Type >::position(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ normal()

Foam::vector normal ( ) const
inline

Return the normal of the tri on tetFacei_ for the.

current tet.

Definition at line 248 of file particleI.H.

References particle< Type >::currentTetIndices(), tetIndices::faceTri(), and triangle< Point, PointRef >::normal().

Referenced by particle< Type >::hitSymmetryPatch(), molecule::hitWallPatch(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onFace()

◆ onInternalFace()

bool onInternalFace ( ) const
inline

Is the particle on an internal face?

Definition at line 260 of file particleI.H.

References primitiveMesh::isInternalFace(), and particle< Type >::onFace().

Referenced by particle< Type >::hitFaceNoChangeToMasterPatch(), particle< Type >::track(), particle< Type >::trackToCell(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onBoundaryFace()

bool onBoundaryFace ( ) const
inline

Is the particle on a boundary face?

Definition at line 266 of file particleI.H.

References primitiveMesh::isInternalFace(), and particle< Type >::onFace().

Referenced by lineFace::calcSamples(), particle< Type >::hitCyclicAMIPatch(), particle< Type >::hitFace(), particle< Type >::hitFaceNoChangeToMasterPatch(), particle< Type >::patchData(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ patch()

Foam::label patch ( ) const
inline

Return the index of patch that the particle is on.

Definition at line 272 of file particleI.H.

References polyMesh::boundaryMesh(), particle< Type >::onFace(), and polyBoundaryMesh::whichPatch().

Referenced by particle< Type >::hitCyclicACMIPatch(), particle< Type >::hitCyclicAMIPatch(), particle< Type >::hitCyclicPatch(), particle< Type >::hitFaceNoChangeToMasterPatch(), particle< Type >::prepareForParallelTransfer(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ position()

◆ reset()

void reset ( )
inline

Set step fraction and behind data to zero in preparation for a new.

track

Definition at line 284 of file particleI.H.

Referenced by particle< Type >::~particle().

Here is the caller graph for this function:

◆ track()

Foam::scalar track ( const vector displacement,
const scalar  fraction 
)

Track along the displacement for a given fraction of the overall.

step. End when the track is complete, or when a boundary is hit. On exit, stepFraction_ will have been incremented to the current position, and facei_ will be set to the index of the boundary face that was hit, or -1 if the track completed within a cell. The proportion of the displacement still to be completed is returned.

Definition at line 598 of file particle.C.

References Foam::endl(), f(), FUNCTION_NAME, Foam::Info, Foam::nl, particle< Type >::onInternalFace(), particle< Type >::origId(), particle< Type >::trackToCell(), and particle< Type >::trackToFace().

Referenced by lineFace::calcSamples(), particle< Type >::particle(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ trackToCell()

Foam::scalar trackToCell ( const vector displacement,
const scalar  fraction 
)

As particle::track, but stops when a new cell is reached.

Definition at line 622 of file particle.C.

References Foam::endl(), f(), FUNCTION_NAME, Foam::Info, Foam::nl, particle< Type >::onInternalFace(), particle< Type >::origId(), and particle< Type >::trackToFace().

Referenced by lineFace::calcSamples(), particle< Type >::track(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ trackToFace()

Foam::scalar trackToFace ( const vector displacement,
const scalar  fraction 
)

◆ trackToTri()

Foam::scalar trackToTri ( const vector displacement,
const scalar  fraction,
label tetTriI 
)

As particle::trackToFace, but stops when a tet triangle is hit. On.

exit, tetTriI is set to the index of the tet triangle that was hit, or -1 if the end position was reached.

Definition at line 1015 of file particle.C.

References polyMesh::moving(), particle< Type >::trackToMovingTri(), and particle< Type >::trackToStationaryTri().

Referenced by particle< Type >::trackToFace(), particle< Type >::trackToMovingTri(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ trackToStationaryTri()

Foam::scalar trackToStationaryTri ( const vector displacement,
const scalar  fraction,
label tetTriI 
)

◆ trackToMovingTri()

◆ hitFace()

void hitFace ( const vector displacement,
const scalar  fraction,
TrackCloudType &  cloud,
trackingData td 
)

Hit the current face. If the current face is internal than this.

crosses into the next cell. If it is a boundary face then this will interact the particle with the relevant patch.

Definition at line 105 of file particleTemplates.C.

References Foam::endl(), FUNCTION_NAME, particle< Type >::hitFaceNoChangeToMasterPatch(), Foam::Info, Foam::nl, particle< Type >::onBoundaryFace(), and particle< Type >::origId().

Referenced by particle< Type >::trackToAndHitFace(), particle< Type >::writeFields(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hitFaceNoChangeToMasterPatch()

void hitFaceNoChangeToMasterPatch ( const vector displacement,
const scalar  fraction,
TrackCloudType &  cloud,
trackingData td 
)

As above, but does not change the master patch. Needed in order for.

ACMI to be able to delegate a hit to the non-overlap patch.

Definition at line 128 of file particleTemplates.C.

References polyMesh::boundaryMesh(), Foam::endl(), FUNCTION_NAME, Foam::Info, particle< Type >::trackingData::keepParticle, Foam::nl, particle< Type >::onBoundaryFace(), particle< Type >::onFace(), particle< Type >::onInternalFace(), particle< Type >::origId(), p, particle< Type >::patch(), and particle< Type >::trackToAndHitFace().

Referenced by particle< Type >::hitFace(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ trackToAndHitFace() [1/2]

scalar trackToAndHitFace ( const vector displacement,
const scalar  fraction,
TrackCloudType &  cloud,
trackingData td 
)

Convenience function. Combines trackToFace and hitFace.

Referenced by particle< Type >::hitFaceNoChangeToMasterPatch(), streamLineParticle::move(), molecule::move(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ deviationFromMeshCentre()

Foam::vector deviationFromMeshCentre ( ) const

Get the displacement from the mesh centre. Used to correct the.

particle position in cases with reduced dimensionality. Returns a zero vector for three-dimensional cases.

Definition at line 1032 of file particle.C.

References Foam::cmptMin(), Foam::meshTools::constrainToMeshCentre(), polyMesh::geometricD(), Foam::pos(), particle< Type >::position(), and VectorSpace< Vector< scalar >, scalar, 3 >::zero.

Referenced by particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ patchData()

void patchData ( vector normal,
vector displacement 
) const
inline

Get the normal and displacement of the current patch location.

Definition at line 292 of file particleI.H.

References Barycentric< Cmpt >::b(), Barycentric< Cmpt >::c(), Barycentric< Cmpt >::d(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, polyMesh::moving(), particle< Type >::onBoundaryFace(), and Foam::Zero.

Referenced by particle< Type >::hitCyclicACMIPatch(), particle< Type >::hitCyclicAMIPatch(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ transformProperties()

void transformProperties ( const transformer )
virtual

Transform the physical properties of the particle.

according to the given transformation tensor

Reimplemented in molecule, and solidParticle.

Definition at line 1047 of file particle.C.

Referenced by particle< Type >::correctAfterParallelTransfer(), particle< Type >::hitCyclicAMIPatch(), particle< Type >::hitCyclicPatch(), particle< Type >::hitSymmetryPatch(), particle< Type >::prepareForInteractionListReferral(), solidParticle::transformProperties(), molecule::transformProperties(), and particle< Type >::~particle().

Here is the caller graph for this function:

◆ prepareForParallelTransfer()

void prepareForParallelTransfer ( )

Convert global addressing to the processor patch local equivalents.

Definition at line 1051 of file particle.C.

References polyMesh::boundaryMesh(), particle< Type >::correctAfterParallelTransfer(), and particle< Type >::patch().

Referenced by particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ correctAfterParallelTransfer()

void correctAfterParallelTransfer ( const label  patchi,
trackingData td 
)

Convert processor patch addressing to the global equivalents.

and set the celli to the face-neighbour

Definition at line 1059 of file particle.C.

References polyMesh::boundaryMesh(), polyPatch::faceCells(), polyMesh::faces(), patchi, particle< Type >::prepareForInteractionListReferral(), List< T >::size(), polyPatch::start(), coupledPolyPatch::transform(), particle< Type >::transformProperties(), and transformer::transformsPosition().

Referenced by trackedParticle::correctAfterParallelTransfer(), particle< Type >::prepareForParallelTransfer(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ prepareForInteractionListReferral()

void prepareForInteractionListReferral ( const transformer transform)

Break the topology and store the particle position so that the.

particle can be referred.

Definition at line 1093 of file particle.C.

References Foam::cmptSum(), Foam::inv(), transformer::invTransformPosition(), Foam::pos(), particle< Type >::position(), particle< Type >::transformProperties(), transformer::transformsPosition(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().

Referenced by particle< Type >::correctAfterParallelTransfer(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ correctAfterInteractionListReferral()

void correctAfterInteractionListReferral ( const label  celli)

Correct the topology after referral. The particle may still be.

outside the stored tet and therefore not track-able.

Definition at line 1117 of file particle.C.

References Barycentric< Cmpt >::b(), Barycentric< Cmpt >::c(), primitiveMesh::cells(), Barycentric< Cmpt >::d(), polyMesh::moving(), Foam::pos(), particle< Type >::procTetPt(), and Foam::T().

Referenced by particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ procTetPt()

Foam::label procTetPt ( const polyMesh procMesh,
const label  procCell,
const label  procTetFace 
) const

Return the tet point appropriate for decomposition or reconstruction.

to or from the given mesh.

Definition at line 1155 of file particle.C.

References particle< Type >::autoMap(), polyMesh::faceOwner(), polyMesh::faces(), and List< T >::size().

Referenced by particle< Type >::correctAfterInteractionListReferral(), Foam::reconstructLagrangianPositions(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ autoMap()

void autoMap ( const vector position,
const mapPolyMesh mapper 
)

Map after a topology change.

Definition at line 1181 of file particle.C.

References mapPolyMesh::reverseCellMap().

Referenced by particle< Type >::procTetPt(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readFields()

void readFields ( TrackCloudType &  c)
static

◆ writeFields()

void writeFields ( const TrackCloudType &  c)
static

Write the fields associated with the owner cloud.

Definition at line 72 of file particleTemplates.C.

References forAllConstIter(), particle< Type >::hitFace(), IOobject::NO_READ, particle< Type >::origId(), particle< Type >::origProc(), and IOPosition< CloudType >::write().

Referenced by solidParticle::writeFields(), streamLineParticle::writeFields(), molecule::writeFields(), and particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writePosition()

void writePosition ( Ostream os) const

Write the particle position and cell.

Definition at line 87 of file particleIO.C.

References IOstream::ASCII, IOstream::check(), IOstream::format(), token::SPACE, and Ostream::write().

Referenced by particle< Type >::~particle().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ trackToAndHitFace() [2/2]

Foam::scalar trackToAndHitFace ( const vector displacement,
const scalar  fraction,
TrackCloudType &  cloud,
trackingData td 
)

Definition at line 206 of file particleTemplates.C.

References Foam::endl(), f(), FUNCTION_NAME, particle< Type >::hitFace(), Foam::Info, Foam::nl, particle< Type >::origId(), and particle< Type >::trackToFace().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream ,
const particle< Type > &   
)
friend

◆ operator==

bool operator== ( const particle< Type > &  pA,
const particle< Type > &  pB 
)
friend

◆ operator!=

bool operator!= ( const particle< Type > &  pA,
const particle< Type > &  pB 
)
friend

Member Data Documentation

◆ propertyList_

Foam::string propertyList_ = Foam::particle::propertyList()
static

String representation of properties.

Definition at line 368 of file particle.H.

◆ particleCount_

Foam::label particleCount_ = 0
static

Cumulative particle counter - used to provide unique ID.

Definition at line 368 of file particle.H.

Referenced by particle< Type >::getNewParticleID().


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