61 #ifndef ConeNozzleInjection_H 62 #define ConeNozzleInjection_H 82 template<
class CloudType>
116 const scalar outerDiameter_;
119 const scalar innerDiameter_;
140 const label parcelsPerSecond_;
182 void setInjectionMethod();
233 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
242 const label nParcels,
254 const label nParcels,
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Set the parcel properties.
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
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 dictionary & dict() const
Return const access to the cloud dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Templated injection model class.
const word & modelName() const
Return const access to the name of the sub-model.
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
injectionMethod
Injection method enumeration.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
virtual label parcelsToInject(const scalar time0, const scalar time1)
Number of parcels to introduce relative to SOI.
A class for handling words, derived from string.
Light wrapper around Function1 to provide a mechanism to update time-based entries.
flowType
Flow type enumeration.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
TypeName("coneNozzleInjection")
Runtime type information.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void updateMesh()
Set injector locations when mesh is updated.
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.
virtual ~ConeNozzleInjection()
Destructor.
scalar timeEnd() const
Return the end-of-injection time.
A library of runtime-selectable distribution models.
const CloudType & owner() const
Return const access to the owner cloud.
ConeNozzleInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.