#include <ThermoParcel.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 volScalarField & | Cp () const |
| Return access to the locally stored carrier Cp field. | |
| const volScalarField & | kappa () const |
| Return access to the locally stored carrier kappa field. | |
| const interpolation< scalar > & | TInterp () const |
| Return const access to the interpolator for continuous. | |
| const interpolation< scalar > & | CpInterp () const |
| Return const access to the interpolator for continuous. | |
| const interpolation< scalar > & | kappaInterp () const |
| Return const access to the interpolator for continuous. | |
| const interpolation< scalar > & | GInterp () const |
| Return const access to the interpolator for continuous. | |
| scalar | Tc () const |
| Return the continuous phase temperature. | |
| scalar & | Tc () |
| Access the continuous phase temperature. | |
| scalar | Cpc () const |
| Return the continuous phase specific heat capacity. | |
| scalar & | Cpc () |
| Access the continuous phase specific heat capacity. | |
Definition at line 187 of file ThermoParcel.H.
| typedef ParcelType::trackingData::trackPart trackPart |
Definition at line 248 of file ThermoParcel.H.
|
inline |
Construct from components.
Definition at line 24 of file ThermoParcelTrackingDataI.H.
References Cp(), kappa(), Foam::New(), ThermoParcel< ParcelType >::T(), trackingData(), and Foam::Zero.
Referenced by trackingData().
|
inline |
Return access to the locally stored carrier Cp field.
Definition at line 78 of file ThermoParcelTrackingDataI.H.
Referenced by trackingData().
|
inline |
Return access to the locally stored carrier kappa field.
Definition at line 86 of file ThermoParcelTrackingDataI.H.
Referenced by trackingData().
|
inline |
Return const access to the interpolator for continuous.
phase temperature field
Definition at line 94 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
phase specific heat capacity field
Definition at line 102 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
phase thermal conductivity field
Definition at line 110 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
radiation field
Definition at line 118 of file ThermoParcelTrackingDataI.H.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
inline |
Return the continuous phase temperature.
Definition at line 132 of file ThermoParcelTrackingDataI.H.
|
inline |
Access the continuous phase temperature.
Definition at line 139 of file ThermoParcelTrackingDataI.H.
|
inline |
Return the continuous phase specific heat capacity.
Definition at line 146 of file ThermoParcelTrackingDataI.H.
|
inline |
Access the continuous phase specific heat capacity.
Definition at line 153 of file ThermoParcelTrackingDataI.H.