Public Types | |
enum | trackPart { tpVelocityHalfStep, tpLinearTrack, tpRotationalTrack } |
Public Member Functions | |
TrackingData (CloudType &cloud, trackPart part=tpLinearTrack) | |
Construct from components. More... | |
const interpolation< scalar > & | rhoInterp () const |
Return conat access to the interpolator for continuous. More... | |
const interpolation< vector > & | UInterp () const |
Return conat access to the interpolator for continuous. More... | |
const interpolation< scalar > & | muInterp () const |
Return conat access to the interpolator for continuous. More... | |
const vector & | g () const |
trackPart | part () const |
Return the part of the tracking operation taking place. More... | |
trackPart & | part () |
Return access to the part of the tracking operation taking place. More... | |
Definition at line 154 of file KinematicParcel.H.
enum trackPart |
Enumerator | |
---|---|
tpVelocityHalfStep | |
tpLinearTrack | |
tpRotationalTrack |
Definition at line 160 of file KinematicParcel.H.
|
inline |
Construct from components.
Definition at line 29 of file KinematicParcelTrackingDataI.H.
|
inline |
Return conat access to the interpolator for continuous.
phase density field
Definition at line 67 of file KinematicParcelTrackingDataI.H.
|
inline |
Return conat access to the interpolator for continuous.
phase velocity field
Definition at line 76 of file KinematicParcelTrackingDataI.H.
|
inline |
Return conat access to the interpolator for continuous.
phase dynamic viscosity field
Definition at line 85 of file KinematicParcelTrackingDataI.H.
|
inline |
Definition at line 94 of file KinematicParcelTrackingDataI.H.
|
inline |
Return the part of the tracking operation taking place.
Definition at line 104 of file KinematicParcelTrackingDataI.H.
|
inline |
Return access to the part of the tracking operation taking place.
Definition at line 114 of file KinematicParcelTrackingDataI.H.