Class used to pass thermo tracking data to the trackToFace function. More...
#include <src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H>
Class used to pass thermo tracking data to the trackToFace function.
Definition at line 136 of file ThermoParcel.H.
Public Member Functions | |
trackData (ThermoCloud< ParcelType > &cloud, const constantProperties &constProps, const interpolation< scalar > &rhoInterp, const interpolation< vector > &UInterp, const interpolation< scalar > &muInterp, const interpolation< scalar > &TInterp, const interpolation< scalar > &cpInterp, const vector &g) | |
Construct from components. | |
ThermoCloud< ParcelType > & | cloud () |
Return access to the owner cloud. | |
const constantProperties & | constProps () const |
Return const access to the owner cloud. | |
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. | |
![]() | |
trackData (KinematicCloud< ParcelType > &cloud, const constantProperties &constProps, const interpolation< scalar > &rhoInterp, const interpolation< vector > &UInterp, const interpolation< scalar > &muInterp, const vector &g) | |
Construct from components. | |
const interpolation< scalar > & | rhoInterp () const |
Return conat access to the interpolator for continuous. | |
const interpolation< vector > & | UInterp () const |
Return conat access to the interpolator for continuous. | |
const interpolation< scalar > & | muInterp () const |
Return conat access to the interpolator for continuous. | |
const vector & | g () const |
![]() | |
trackData (Cloud< ParticleType > &cloud) |
|
inline |
Construct from components.
Definition at line 46 of file ThermoParcelI.H.
|
inline |
Return access to the owner cloud.
Reimplemented from KinematicParcel< ParcelType >::trackData.
Reimplemented in ReactingParcel< ParcelType >::trackData, and ReactingMultiphaseParcel< ParcelType >::trackData.
Definition at line 174 of file ThermoParcelI.H.
References Particle< ParcelType >::cloud_.
|
inline |
Return const access to the owner cloud.
Reimplemented from KinematicParcel< ParcelType >::trackData.
Reimplemented in ReactingParcel< ParcelType >::trackData, and ReactingMultiphaseParcel< ParcelType >::trackData.
Definition at line 182 of file ThermoParcelI.H.
|
inline |
Return const access to the interpolator for continuous.
phase temperature field
Definition at line 190 of file ThermoParcelI.H.
|
inline |
Return const access to the interpolator for continuous.
phase specific heat capacity field
Definition at line 198 of file ThermoParcelI.H.