Class used to pass tracking data to the trackToFace function. More...
#include <src/lagrangian/solidParticle/solidParticle.H>
Class used to pass tracking data to the trackToFace function.
Definition at line 76 of file solidParticle.H.
Public Member Functions | |
trackData (solidParticleCloud &spc, const interpolationCellPoint< scalar > &rhoInterp, const interpolationCellPoint< vector > &UInterp, const interpolationCellPoint< scalar > &nuInterp, const vector &g) | |
solidParticleCloud & | spc () |
const interpolationCellPoint < scalar > & | rhoInterp () const |
const interpolationCellPoint < vector > & | UInterp () const |
const interpolationCellPoint < scalar > & | nuInterp () const |
const vector & | g () const |
Public Attributes | |
bool | switchProcessor |
bool | keepParticle |
trackData | ( | 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.
Foam::solidParticleCloud & spc | ( | ) | [inline]
|
Definition at line 62 of file solidParticleI.H.
Referenced by solidParticle::hitWallPatch(), and solidParticle::move().
const Foam::interpolationCellPoint< Foam::scalar > & rhoInterp | ( | ) | const [inline]
|
Definition at line 68 of file solidParticleI.H.
Referenced by solidParticle::move().
const Foam::interpolationCellPoint< Foam::vector > & UInterp | ( | ) | const [inline]
|
Definition at line 74 of file solidParticleI.H.
Referenced by solidParticle::move().
const Foam::interpolationCellPoint< Foam::scalar > & nuInterp | ( | ) | const [inline]
|
Definition at line 80 of file solidParticleI.H.
Referenced by solidParticle::move().
const Foam::vector & g | ( | ) | const [inline]
|
Definition at line 85 of file solidParticleI.H.
Referenced by solidParticle::move().
bool switchProcessor |
Definition at line 93 of file solidParticle.H.
Referenced by solidParticle::hitProcessorPatch(), and solidParticle::move().
bool keepParticle |
Definition at line 94 of file solidParticle.H.
Referenced by solidParticle::hitPatch(), and solidParticle::move().