Class used to pass tracking data to the trackToFace function. More...
#include <solidParticle.H>
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 vector & | g () 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). | |
Class used to pass tracking data to the trackToFace function.
Definition at line 83 of file solidParticle.H.
|
inline |
Definition at line 103 of file solidParticle.H.
References g(), nuInterp(), particle< Type >::particle(), rhoInterp(), trackingData(), and UInterp().
Referenced by trackingData().
|
inlinenoexcept |
Definition at line 122 of file solidParticle.H.
References Foam::noexcept.
Referenced by trackingData().
|
inlinenoexcept |
Definition at line 127 of file solidParticle.H.
References Foam::noexcept.
Referenced by trackingData().
|
inlinenoexcept |
Definition at line 132 of file solidParticle.H.
References Foam::noexcept.
Referenced by trackingData().
|
inlinenoexcept |
Definition at line 137 of file solidParticle.H.
References Foam::noexcept.
Referenced by trackingData().