46 #ifndef PatchInjection_H 47 #define PatchInjection_H 66 template<
class CloudType>
78 const label parcelsPerSecond_;
132 virtual scalar
timeEnd()
const;
138 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
150 const label nParcels,
161 const label nParcels,
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Set the parcel properties.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void setPositionAndCell(const fvMesh &mesh, Random &rnd, vector &position, label &cellOwner, label &tetFacei, label &tetPti)
Set the injection position and owner cell, tetFace and tetPt.
virtual void topoChange()
Set injector locations when mesh is updated.
Templated injection model class.
const word & modelName() const
Return const access to the name of the sub-model.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual scalar timeEnd() const
Return the end-of-injection time.
const CloudType & owner() const
Return const access to the owner cloud.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
A class for handling words, derived from string.
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
Light wrapper around Function1 to provide a mechanism to update time-based entries.
virtual ~PatchInjection()
Destructor.
Base class for patch-based injection models.
TypeName("patchInjection")
Runtime type information.
virtual void topoChange(const polyMesh &mesh)
Update patch geometry and derived info for injection locations.
PatchInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
A library of runtime-selectable distribution models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual label parcelsToInject(const scalar time0, const scalar time1)
Number of parcels to introduce relative to SOI.
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.
Templated base class for dsmc cloud.