Public Member Functions | |
template<class TrackCloudType > | |
trackingData (const TrackCloudType &cloud) | |
Construct from components. More... | |
const volScalarField & | Cp () const |
Return access to the locally stored carrier Cp field. More... | |
const volScalarField & | kappa () const |
Return access to the locally stored carrier kappa field. More... | |
const interpolation< scalar > & | pInterp () const |
Return const access to the interpolator for continuous phase. More... | |
const interpolation< scalar > & | TInterp () const |
Return const access to the interpolator for continuous. More... | |
const interpolation< scalar > & | CpInterp () const |
Return const access to the interpolator for continuous. More... | |
const interpolation< scalar > & | kappaInterp () const |
Return const access to the interpolator for continuous. More... | |
const interpolation< scalar > & | GInterp () const |
Return const access to the interpolator for continuous. More... | |
scalar | pc () const |
Return the continuous phase pressure. More... | |
scalar & | pc () |
Access the continuous phase pressure. More... | |
scalar | Tc () const |
Return the continuous phase temperature. More... | |
scalar & | Tc () |
Access the continuous phase temperature. More... | |
scalar | Cpc () const |
Return the continuous phase specific heat capacity. More... | |
scalar & | Cpc () |
Access the continuous phase specific heat capacity. More... | |
Definition at line 157 of file ThermoParcel.H.
|
inline |
Construct from components.
Definition at line 29 of file ThermoParcelTrackingDataI.H.
|
inline |
Return access to the locally stored carrier Cp field.
Definition at line 90 of file ThermoParcelTrackingDataI.H.
|
inline |
Return access to the locally stored carrier kappa field.
Definition at line 98 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous phase.
pressure field
Definition at line 106 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
phase temperature field
Definition at line 114 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::setCellValues().
|
inline |
Return const access to the interpolator for continuous.
phase specific heat capacity field
Definition at line 122 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::cellValueSourceCorrection(), and ThermoParcel< ParcelType >::setCellValues().
|
inline |
Return const access to the interpolator for continuous.
phase thermal conductivity field
Definition at line 130 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::calcSurfaceValues().
|
inline |
Return const access to the interpolator for continuous.
radiation field
Definition at line 138 of file ThermoParcelTrackingDataI.H.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
Referenced by ThermoParcel< ParcelType >::calcHeatTransfer().
|
inline |
Return the continuous phase pressure.
Definition at line 152 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::calc().
|
inline |
Access the continuous phase pressure.
Definition at line 159 of file ThermoParcelTrackingDataI.H.
|
inline |
Return the continuous phase temperature.
Definition at line 166 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::calcHeatTransfer(), ThermoParcel< ParcelType >::calcSurfaceValues(), ThermoParcel< ParcelType >::cellValueSourceCorrection(), and ThermoParcel< ParcelType >::setCellValues().
|
inline |
Access the continuous phase temperature.
Definition at line 173 of file ThermoParcelTrackingDataI.H.
|
inline |
Return the continuous phase specific heat capacity.
Definition at line 180 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::calcSurfaceValues(), and ThermoParcel< ParcelType >::setCellValues().
|
inline |
Access the continuous phase specific heat capacity.
Definition at line 187 of file ThermoParcelTrackingDataI.H.