Go to the documentation of this file.
45 #ifndef PatchFlowRateInjection_H
46 #define PatchFlowRateInjection_H
63 template<
class CloudType>
141 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
153 const label nParcels,
164 const label nParcels,
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.
virtual scalar flowRate() const
Return the total volumetric flow rate across the patch [m3/s].
A class for handling words, derived from string.
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
const autoPtr< distributionModels::distributionModel > sizeDistribution_
Parcel size distribution model.
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Set the parcel properties.
Templated injection model class.
virtual ~PatchFlowRateInjection()
Destructor.
const CloudType & owner() const
Return const access to the owner cloud.
A library of runtime-selectable distribution models.
const word & modelName() const
Return const access to the name of the sub-model.
virtual void updateMesh()
Set injector locations when mesh is updated.
scalar timeEnd() const
Return the end-of-injection time.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word rhoName_
Name of carrier density field.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual void updateMesh(const polyMesh &mesh)
Update patch geometry and derived info for injection locations.
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
const word phiName_
Name of carrier (mass or volume) flux field.
Templated base class for dsmc cloud.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
TypeName("patchFlowRateInjection")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const scalar parcelConcentration_
Parcels to introduce per unit volume flow rate m3 [n/m3].
virtual void setPositionAndCell(const polyMesh &mesh, cachedRandom &rnd, vector &position, label &cellOwner, label &tetFaceI, label &tetPtI)
Set the injection position and owner cell, tetFace and tetPt.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
PatchFlowRateInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
scalar duration_
Injection duration [s].
virtual label parcelsToInject(const scalar time0, const scalar time1)
Number of parcels to introduce relative to SOI.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
const TimeDataEntry< scalar > concentration_
Concentration profile of particle volume to carrier volume [-].
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.