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... | |
Private Attributes | |
autoPtr< interpolation< scalar > > | rhoInterp_ |
Density interpolator. More... | |
autoPtr< interpolation< vector > > | UInterp_ |
Velocity interpolator. More... | |
autoPtr< interpolation< scalar > > | muInterp_ |
Dynamic viscosity interpolator. More... | |
const vector & | g_ |
Local gravitational or other body-force acceleration. More... | |
trackPart | part_ |
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.
|
private |
Density interpolator.
Definition at line 175 of file KinematicParcel.H.
|
private |
Velocity interpolator.
Definition at line 178 of file KinematicParcel.H.
|
private |
Dynamic viscosity interpolator.
Definition at line 181 of file KinematicParcel.H.
|
private |
Local gravitational or other body-force acceleration.
Definition at line 185 of file KinematicParcel.H.
|
private |
Definition at line 189 of file KinematicParcel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.