Go to the documentation of this file.
45 #ifndef ConeInjection_H
46 #define ConeInjection_H
62 template<
class CloudType>
160 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
170 const label nParcels,
182 const label nParcels,
virtual ~ConeInjection()
Destructor.
const label parcelsPerInjector_
Number of parcels to introduce per injector.
A class for handling words, derived from string.
labelList injectorCells_
List of cell labels corresponding to injector positions.
const TimeDataEntry< scalar > thetaInner_
Inner half-cone angle relative to SOI [deg].
labelList injectorTetFaces_
List of tetFace labels corresponding to injector positions.
const TimeDataEntry< scalar > flowRateProfile_
Flow rate profile relative to SOI [].
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
Templated injection model class.
const CloudType & owner() const
Return const access to the owner cloud.
const word & modelName() const
Return const access to the name of the sub-model.
vectorList tanVec2_
Second tangential vector.
const TimeDataEntry< scalar > thetaOuter_
Outer half-cone angle relative to SOI [deg].
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
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.
label nInjected_
Number of parcels per injector already injected.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
ConeInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
scalar duration_
Injection duration [s].
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const TimeDataEntry< scalar > Umag_
Parcel velocity magnitude relative to SOI [m/s].
TypeName("coneInjection")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const autoPtr< distributionModels::distributionModel > sizeDistribution_
Parcel size distribution model.
virtual label parcelsToInject(const scalar time0, const scalar time1)
Number of parcels to introduce relative to SOI.
Multi-point cone injection model.
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Set the parcel properties.
labelList injectorTetPts_
List of tetPt labels corresponding to injector positions.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void updateMesh()
Set injector locations when mesh is updated.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
vectorList tanVec1_
First tangential vector.
scalar timeEnd() const
Return the end-of-injection time.
List< Tuple2< vector, vector > > positionAxis_
List of position and axis for each injector.
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.