Public Types | |
| typedef ParcelType::trackingData::trackPart | trackPart |
Public Member Functions | |
| template<class TrackCloudType > | |
| trackingData (const TrackCloudType &cloud, trackPart part=ParcelType::trackingData::tpLinearTrack) | |
| Construct from components. More... | |
| const interpolation< scalar > & | pInterp () const |
| Return const access to the interpolator for continuous phase. More... | |
| scalar | pc () const |
| Return the continuous phase pressure. More... | |
| scalar & | pc () |
| Access the continuous phase pressure. More... | |
Definition at line 162 of file ReactingParcel.H.
| typedef ParcelType::trackingData::trackPart trackPart |
Definition at line 188 of file ReactingParcel.H.
|
inline |
Construct from components.
Definition at line 24 of file ReactingParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous phase.
pressure field
Definition at line 44 of file ReactingParcelTrackingDataI.H.
|
inline |
Return the continuous phase pressure.
Definition at line 51 of file ReactingParcelTrackingDataI.H.
|
inline |
Access the continuous phase pressure.
Definition at line 58 of file ReactingParcelTrackingDataI.H.