26 template<
class ParcelType>
27 template<
class TrackCloudType>
30 const TrackCloudType& cloud
33 ParcelType::trackingData(cloud),
34 Cp_(cloud.carrierThermo().Cp()),
35 kappa_(cloud.carrierThermo().kappa()),
40 cloud.solution().interpolationSchemes(),
48 cloud.solution().interpolationSchemes(),
56 cloud.solution().interpolationSchemes(),
64 cloud.solution().interpolationSchemes(),
73 if (cloud.radiation())
79 cloud.solution().interpolationSchemes(),
80 cloud.mesh().objectRegistry::template
81 lookupObject<volScalarField>(
"G")
88 template<
class ParcelType>
96 template<
class ParcelType>
104 template<
class ParcelType>
112 template<
class ParcelType>
120 template<
class ParcelType>
128 template<
class ParcelType>
132 return kappaInterp_();
136 template<
class ParcelType>
140 if (!GInterp_.valid())
143 <<
"Radiation G interpolation object not set" 151 template<
class ParcelType>
158 template<
class ParcelType>
165 template<
class ParcelType>
172 template<
class ParcelType>
179 template<
class ParcelType>
186 template<
class ParcelType>
const interpolation< scalar > & kappaInterp() const
Return const access to the interpolator for continuous.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const volScalarField & kappa() const
Return access to the locally stored carrier kappa field.
const interpolation< scalar > & GInterp() const
Return const access to the interpolator for continuous.
const interpolation< scalar > & TInterp() const
Return const access to the interpolator for continuous.
trackingData(const TrackCloudType &cloud)
Construct from components.
const interpolation< scalar > & pInterp() const
Return const access to the interpolator for continuous phase.
errorManip< error > abort(error &err)
scalar Tc() const
Return the continuous phase temperature.
const interpolation< scalar > & CpInterp() const
Return const access to the interpolator for continuous.
scalar Cpc() const
Return the continuous phase specific heat capacity.
scalar pc() const
Return the continuous phase pressure.
Abstract base class for interpolation.
const volScalarField & Cp() const
Return access to the locally stored carrier Cp field.