Loading...
Searching...
No Matches
solidParticle::trackingData Class Reference

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

#include <solidParticle.H>

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.
bool keepParticle
 Flag to indicate whether to keep particle (false = delete).

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

References g(), nuInterp(), particle< Type >::particle(), rhoInterp(), trackingData(), and UInterp().

Referenced by trackingData().

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

Member Function Documentation

◆ nuInterp()

const interpolationCellPoint< scalar > & nuInterp ( ) const
inlinenoexcept

Definition at line 122 of file solidParticle.H.

References Foam::noexcept.

Referenced by trackingData().

Here is the caller graph for this function:

◆ UInterp()

const interpolationCellPoint< vector > & UInterp ( ) const
inlinenoexcept

Definition at line 127 of file solidParticle.H.

References Foam::noexcept.

Referenced by trackingData().

Here is the caller graph for this function:

◆ rhoInterp()

const interpolationCellPoint< scalar > & rhoInterp ( ) const
inlinenoexcept

Definition at line 132 of file solidParticle.H.

References Foam::noexcept.

Referenced by trackingData().

Here is the caller graph for this function:

◆ g()

const vector & g ( ) const
inlinenoexcept

Definition at line 137 of file solidParticle.H.

References Foam::noexcept.

Referenced by trackingData().

Here is the caller graph for this function:

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