Public Types | |
typedef ParcelType::template TrackingData< CloudType >::trackPart | trackPart |
Public Member Functions | |
TrackingData (CloudType &cloud, trackPart part=ParcelType::template TrackingData< CloudType >::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... | |
Private Attributes | |
const volScalarField | Cp_ |
Local copy of carrier specific heat field. More... | |
const volScalarField | kappa_ |
Local copy of carrier thermal conductivity field. More... | |
autoPtr< interpolation< scalar > > | TInterp_ |
Temperature field interpolator. More... | |
autoPtr< interpolation< scalar > > | CpInterp_ |
Specific heat capacity field interpolator. More... | |
autoPtr< interpolation< scalar > > | kappaInterp_ |
Thermal conductivity field interpolator. More... | |
autoPtr< interpolation< scalar > > | GInterp_ |
Radiation field interpolator. More... | |
Definition at line 149 of file ThermoParcel.H.
typedef ParcelType::template TrackingData<CloudType>::trackPart trackPart |
Definition at line 184 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 81 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 99 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
phase specific heat capacity field
Definition at line 108 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
phase thermal conductivity field
Definition at line 117 of file ThermoParcelTrackingDataI.H.
|
inline |
Return const access to the interpolator for continuous.
radiation field
Definition at line 126 of file ThermoParcelTrackingDataI.H.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
|
private |
Local copy of carrier specific heat field.
Cp not stored on carrier thermo, but returned as tmp<...>
Definition at line 159 of file ThermoParcel.H.
|
private |
Local copy of carrier thermal conductivity field.
kappa not stored on carrier thermo, but returned as tmp<...>
Definition at line 163 of file ThermoParcel.H.
|
private |
Temperature field interpolator.
Definition at line 169 of file ThermoParcel.H.
|
private |
Specific heat capacity field interpolator.
Definition at line 172 of file ThermoParcel.H.
|
private |
Thermal conductivity field interpolator.
Definition at line 175 of file ThermoParcel.H.
|
private |
Radiation field interpolator.
Definition at line 178 of file ThermoParcel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.