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 83 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 104 of file solidParticle.H.

Member Function Documentation

◆ nuInterp()

const interpolationCellPoint<scalar>& nuInterp ( ) const
inlinenoexcept

Definition at line 122 of file solidParticle.H.

◆ UInterp()

const interpolationCellPoint<vector>& UInterp ( ) const
inlinenoexcept

Definition at line 127 of file solidParticle.H.

◆ rhoInterp()

const interpolationCellPoint<scalar>& rhoInterp ( ) const
inlinenoexcept

Definition at line 132 of file solidParticle.H.

◆ g()

const vector& g ( ) const
inlinenoexcept

Definition at line 137 of file solidParticle.H.


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