Public Member Functions | |
template<class TrackCloudType > | |
trackingData (const TrackCloudType &cloud) | |
Construct from components. More... | |
const interpolation< scalar > & | rhoInterp () const |
Return const access to the interpolator for continuous. More... | |
const interpolation< vector > & | UInterp () const |
Return const access to the interpolator for continuous. More... | |
const interpolation< scalar > & | muInterp () const |
Return const access to the interpolator for continuous. More... | |
scalar | rhoc () const |
Return the continuous phase density. More... | |
scalar & | rhoc () |
Access the continuous phase density. More... | |
const vector & | Uc () const |
Return the continuous phase velocity. More... | |
vector & | Uc () |
Access the continuous phase velocity. More... | |
scalar | muc () const |
Return the continuous phase viscosity. More... | |
scalar & | muc () |
Access the continuous phase viscosity. More... | |
const vector & | g () const |
scalar | trackTime () const |
Return the tracking time. More... | |
scalar & | trackTime () |
Access the tracking time. More... | |
Pair< scalar > | stepFractionRange () const |
Return the step fraction range to track between. More... | |
Pair< scalar > & | stepFractionRange () |
Access the step fraction range to track between. More... | |
Definition at line 157 of file MomentumParcel.H.
|
inline |
Construct from components.
Definition at line 28 of file MomentumParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
phase density field
Definition at line 69 of file MomentumParcelTrackingDataI.H.
Referenced by MomentumParcel< ParcelType >::setCellValues().
|
inline |
Return const access to the interpolator for continuous.
phase velocity field
Definition at line 77 of file MomentumParcelTrackingDataI.H.
Referenced by MomentumParcel< ParcelType >::setCellValues().
|
inline |
Return const access to the interpolator for continuous.
phase dynamic viscosity field
Definition at line 85 of file MomentumParcelTrackingDataI.H.
Referenced by MomentumParcel< ParcelType >::setCellValues().
|
inline |
Return the continuous phase density.
Definition at line 93 of file MomentumParcelTrackingDataI.H.
Referenced by MomentumParcel< ParcelType >::Eo(), MomentumParcel< ParcelType >::massCell(), MomentumParcel< ParcelType >::Re(), MomentumParcel< ParcelType >::setCellValues(), and MomentumParcel< ParcelType >::We().
|
inline |
Access the continuous phase density.
Definition at line 100 of file MomentumParcelTrackingDataI.H.
|
inline |
Return the continuous phase velocity.
Definition at line 108 of file MomentumParcelTrackingDataI.H.
Referenced by MomentumParcel< ParcelType >::calcDispersion(), MomentumParcel< ParcelType >::calcVelocity(), MomentumParcel< ParcelType >::cellValueSourceCorrection(), MomentumParcel< ParcelType >::Re(), MomentumParcel< ParcelType >::setCellValues(), and MomentumParcel< ParcelType >::We().
|
inline |
Access the continuous phase velocity.
Definition at line 115 of file MomentumParcelTrackingDataI.H.
|
inline |
Return the continuous phase viscosity.
Definition at line 122 of file MomentumParcelTrackingDataI.H.
Referenced by MomentumParcel< ParcelType >::calc(), MomentumParcel< ParcelType >::Re(), and MomentumParcel< ParcelType >::setCellValues().
|
inline |
Access the continuous phase viscosity.
Definition at line 129 of file MomentumParcelTrackingDataI.H.
|
inline |
Definition at line 137 of file MomentumParcelTrackingDataI.H.
Referenced by MomentumParcel< ParcelType >::Eo().
|
inline |
Return the tracking time.
Definition at line 145 of file MomentumParcelTrackingDataI.H.
|
inline |
Access the tracking time.
Definition at line 153 of file MomentumParcelTrackingDataI.H.
|
inline |
Return the step fraction range to track between.
Definition at line 161 of file MomentumParcelTrackingDataI.H.
|
inline |
Access the step fraction range to track between.
Definition at line 169 of file MomentumParcelTrackingDataI.H.