140 #ifndef ConeInjection_H 141 #define ConeInjection_H 156 template<
class CloudType>
159 public InjectionModel<CloudType>
190 const TimeFunction1<vector> position_;
193 const bool positionIsConstant_;
196 const TimeFunction1<vector> direction_;
202 label injectorTetFace_;
205 label injectorTetPt_;
211 const label parcelsPerSecond_;
250 void setInjectionMethod();
301 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
311 const label nParcels,
323 const label nParcels,
ConeInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
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.
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
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.
const CloudType & owner() const
Return const access to the owner cloud.
TypeName("coneInjection")
Runtime type information.
A class for handling words, derived from string.
scalar timeEnd() const
Return the end-of-injection time.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
injectionMethod
Injection method enumeration.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual ~ConeInjection()
Destructor.
virtual void updateMesh()
Set injector locations when mesh is updated.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
flowType
Flow type enumeration.
Templated base class for dsmc cloud.
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Set the parcel properties.
This injector injects particles in a number of cones. The user specifies a position and a direction t...