Go to the documentation of this file.
44 #ifndef ManualInjection_H
45 #define ManualInjection_H
60 template<
class CloudType>
140 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
149 const label nParcels,
161 const label nParcels,
scalarList diameters_
Field of parcel diameters.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from string.
virtual void updateMesh()
Set injector locations when mesh is updated.
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Set the parcel properties.
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
Switch ignoreOutOfBounds_
Flag to suppress errors if particle injection site is out-of-bounds.
TypeName("manualInjection")
Runtime type information.
Templated injection model class.
virtual label parcelsToInject(const scalar time0, const scalar time1)
Number of parcels to introduce relative to SOI.
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.
const word positionsFile_
Name of file containing positions data.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
Templated base class for dsmc cloud.
labelList injectorCells_
List of cell labels corresponding to injector positions.
A list of keyword definitions, which are a keyword followed by any number of values (e....
labelList injectorTetFaces_
List of tetFace labels corresponding to injector positions.
vectorIOField positions_
Field of parcel positions.
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
labelList injectorTetPts_
List of tetPt labels corresponding to injector positions.
const vector U0_
Initial parcel velocity.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
scalar timeEnd() const
Return the end-of-injection time.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
ManualInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
virtual ~ManualInjection()
Destructor.
const autoPtr< distributionModels::distributionModel > sizeDistribution_
Parcel size distribution model.
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.