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 &cld, const interpolationCellPoint< scalar > &rhoInterp, const interpolationCellPoint< vector > &UInterp, const interpolationCellPoint< scalar > &nuInterp, const vector &g)
 
const interpolationCellPoint< scalar > & nuInterp () const noexcept
 
const interpolationCellPoint< vector > & UInterp () const noexcept
 
const interpolationCellPoint< scalar > & rhoInterp () const noexcept
 
const vectorg () const noexcept
 
- Public Member Functions inherited from particle< Type >::trackingData
template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 

Additional Inherited Members

- Public Attributes inherited from particle< Type >::trackingData
bool switchProcessor
 Flag to switch processor. More...
 
bool keepParticle
 Flag to indicate whether to keep particle (false = delete) More...
 

Detailed Description

Class used to pass tracking data to the trackToFace function.

Definition at line 84 of file solidParticle.H.

Constructor & Destructor Documentation

◆ trackingData()

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

Definition at line 105 of file solidParticle.H.

Member Function Documentation

◆ nuInterp()

const interpolationCellPoint<scalar>& nuInterp ( ) const
inlinenoexcept

Definition at line 123 of file solidParticle.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

◆ UInterp()

const interpolationCellPoint<vector>& UInterp ( ) const
inlinenoexcept

Definition at line 128 of file solidParticle.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

◆ rhoInterp()

const interpolationCellPoint<scalar>& rhoInterp ( ) const
inlinenoexcept

Definition at line 133 of file solidParticle.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

◆ g()

const vector& g ( ) const
inlinenoexcept

Definition at line 138 of file solidParticle.H.

Referenced by solidParticle::move().

Here is the caller graph for this function:

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