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 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 > & | 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 | 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 148 of file ThermoParcel.H.
typedef ParcelType::trackingData::trackPart trackPart |
Definition at line 191 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 82 of file ThermoParcelTrackingDataI.H.
|
inline |
Return access to the locally stored carrier kappa field.
Definition at line 90 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
phase temperature field
Definition at line 98 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 106 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 114 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::calcSurfaceValues().
|
inline |
Return const access to the interpolator for continuous.
radiation field
Definition at line 122 of file ThermoParcelTrackingDataI.H.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
Referenced by ThermoParcel< ParcelType >::calcHeatTransfer().
|
inline |
Return the continuous phase temperature.
Definition at line 136 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 143 of file ThermoParcelTrackingDataI.H.
|
inline |
Return the continuous phase specific heat capacity.
Definition at line 150 of file ThermoParcelTrackingDataI.H.
Referenced by ThermoParcel< ParcelType >::calcSurfaceValues(), and ThermoParcel< ParcelType >::setCellValues().
|
inline |
Access the continuous phase specific heat capacity.
Definition at line 157 of file ThermoParcelTrackingDataI.H.