Go to the documentation of this file.
49 template<
class CloudType>
95 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
104 const label nParcels,
115 const label nParcels,
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
A class for handling words, derived from string.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
Templated injection model class.
bool active() const
Flag to indicate whether model activates injection model.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
Place holder for 'none' option.
virtual ~NoInjection()
Destructor.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
virtual void setPositionAndCell(const label parcelI, const label nParcels, const scalar time, vector &position, label &cellOwner, label &tetFaceI, label &tetPtI)
Set the injection position and owner cell, tetFace and tetPt.
TypeName("none")
Runtime type information.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Set the parcel properties.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
ParcelType parcelType
Type of parcel the cloud was instantiated for.
scalar timeEnd() const
Return the end-of-injection time.
NoInjection(const dictionary &, CloudType &, const word &)
Construct from components.
virtual label parcelsToInject(const scalar time0, const scalar time1)
Number of parcels to introduce relative to SOI.