38 #ifndef InflationInjection_H 39 #define InflationInjection_H 63 template<
class CloudType>
71 word generationSetName_;
74 word inflationSetName_;
98 scalar volumeAccumulator_;
159 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
168 const label nParcels,
180 const label nParcels,
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
virtual ~InflationInjection()
Destructor.
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.
TypeName("inflationInjection")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 2-tuple for storing two objects of different types.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
Templated injection model class.
virtual void topoChange()
Set injector locations when mesh is updated.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
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.
Tuple2< Pair< vector >, Pair< scalar > > vectorPairScalarPair
const CloudType & owner() const
Return const access to the owner cloud.
InflationInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
A class for handling words, derived from string.
virtual bool validInjection(const label parcelI)
Return flag to identify whether or not injection of parcelI is.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Inflation injection - creates new particles by splitting existing particles within in a set of genera...
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone.
scalar timeEnd() const
Return the end-of-injection time.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual label parcelsToInject(const scalar time0, const scalar time1)
Number of parcels to introduce relative to SOI.
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.