solidParticle::trackingData Class Reference

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

Inheritance diagram for solidParticle::trackingData:
Collaboration diagram for solidParticle::trackingData:

Public Member Functions

 trackingData (const solidParticleCloud &spc, const interpolationCellPoint< scalar > &rhoInterp, const interpolationCellPoint< vector > &UInterp, const interpolationCellPoint< scalar > &nuInterp, const vector &g)
 
const interpolationCellPoint< scalar > & rhoInterp () const
 
const interpolationCellPoint< vector > & UInterp () const
 
const interpolationCellPoint< scalar > & nuInterp () const
 
const vectorg () const
 
- Public Member Functions inherited from particle::trackingData
template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 

Additional Inherited Members

- Public Attributes inherited from particle::trackingData
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 87 of file solidParticle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const solidParticleCloud spc,
const interpolationCellPoint< scalar > &  rhoInterp,
const interpolationCellPoint< vector > &  UInterp,
const interpolationCellPoint< scalar > &  nuInterp,
const vector g 
)
inline

Definition at line 29 of file solidParticleI.H.

References solidParticle::solidParticle().

Here is the call graph for this function:

Member Function Documentation

◆ rhoInterp()

const Foam::interpolationCellPoint< Foam::scalar > & rhoInterp ( ) const
inline

Definition at line 65 of file solidParticleI.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

◆ UInterp()

const Foam::interpolationCellPoint< Foam::vector > & UInterp ( ) const
inline

Definition at line 72 of file solidParticleI.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

◆ nuInterp()

const Foam::interpolationCellPoint< Foam::scalar > & nuInterp ( ) const
inline

Definition at line 79 of file solidParticleI.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

◆ g()

const Foam::vector & g ( ) const
inline

Definition at line 84 of file solidParticleI.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

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