FreeFOAM The Cross-Platform CFD Toolkit
solidParticle::trackData Class Reference

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

#include <src/lagrangian/solidParticle/solidParticle.H>


Detailed Description

Class used to pass tracking data to the trackToFace function.

Definition at line 76 of file solidParticle.H.

List of all members.

Public Member Functions

 trackData (solidParticleCloud &spc, const interpolationCellPoint< scalar > &rhoInterp, const interpolationCellPoint< vector > &UInterp, const interpolationCellPoint< scalar > &nuInterp, const vector &g)
solidParticleCloudspc ()
const interpolationCellPoint
< scalar > & 
rhoInterp () const
const interpolationCellPoint
< vector > & 
UInterp () const
const interpolationCellPoint
< scalar > & 
nuInterp () const
const vectorg () const

Public Attributes

bool switchProcessor
bool keepParticle

Constructor & Destructor Documentation

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.


Member Function Documentation

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().


Member Data Documentation

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().


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