34 template<
class CloudType>
37 typename CloudType::parcelType::trackingData& td,
42 this->owner().mesh().template
43 lookupObject<kinematicCloud>(suppressionCloud_);
52 const label celli =
p.cell();
54 scalar xx = this->owner().rndGen().template sample01<scalar>();
59 p.typeId() =
max(
p.typeId(), suppressedParcelType_);
67 template<
class CloudType>
75 suppressionCloud_(this->coeffDict().
lookup(
"suppressionCloud")),
78 this->coeffDict().getOrDefault(
"suppressedParcelType", -1)
83 template<
class CloudType>
90 suppressionCloud_(cm.suppressionCloud_),
91 suppressedParcelType_(cm.suppressedParcelType_)
97 template<
class CloudType>
A list of keyword definitions, which are a keyword followed by a number of values (eg...
Inter-cloud collision model, whereby the canReact flag can be used to inhibit devolatilisation and su...
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
Lookup type of boundary radiation properties.
dimensionedScalar exp(const dimensionedScalar &ds)
virtual const tmp< volScalarField > vDotSweep() const =0
Volume swept rate of parcels per cell.
virtual void collide(typename CloudType::parcelType::trackingData &td, const scalar dt)
Update the model.
SuppressionCollision(const dictionary &dict, CloudType &owner)
Construct from dictionary.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual ~SuppressionCollision()
Destructor.
Virtual abstract base class for templated KinematicCloud.
Templated stochastic collision model class.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Templated base class for dsmc cloud.