26 template<
class ParcelType>
27 template<
class TrackCloudType>
30 const TrackCloudType&
cloud
61 g_(
cloud.g().value()),
63 stepFractionRange_(0, 1)
67 template<
class ParcelType>
75 template<
class ParcelType>
83 template<
class ParcelType>
91 template<
class ParcelType>
99 template<
class ParcelType>
106 template<
class ParcelType>
114 template<
class ParcelType>
121 template<
class ParcelType>
128 template<
class ParcelType>
135 template<
class ParcelType>
143 template<
class ParcelType>
151 template<
class ParcelType>
159 template<
class ParcelType>
163 return stepFractionRange_;
167 template<
class ParcelType>
171 return stepFractionRange_;
const vector & Uc() const
Return the continuous phase velocity.
scalar muc() const
Return the continuous phase viscosity.
const interpolation< vector > & UInterp() const
Return const access to the interpolator for continuous.
scalar trackTime() const
Return the tracking time.
trackingData(const TrackCloudType &cloud)
Construct from components.
scalar rhoc() const
Return the continuous phase density.
Pair< scalar > stepFractionRange() const
Return the step fraction range to track between.
const interpolation< scalar > & muInterp() const
Return const access to the interpolator for continuous.
const interpolation< scalar > & rhoInterp() const
Return const access to the interpolator for continuous.
An ordered pair of two objects of type <T> with first() and second() elements.
A cloud is a collection of lagrangian particles.
Abstract base class for interpolation.
Selector class for relaxation factors, solver type and solution.
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
const dimensionedScalar mu
Atomic mass unit.