#include <ReactingParcel.H>
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. | |
| const interpolation< scalar > & | pInterp () const |
| Return const access to the interpolator for continuous phase. | |
| scalar | pc () const |
| Return the continuous phase pressure. | |
| scalar & | pc () |
| Access the continuous phase pressure. | |
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 23 of file ReactingParcelTrackingDataI.H.
References Foam::New(), p, trackingData(), and Foam::Zero.
Referenced by trackingData().
|
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.