Go to the documentation of this file.
58 #ifndef ReactingLookupTableInjection_H
59 #define ReactingLookupTableInjection_H
73 template<
class CloudType>
81 const word inputFileName_;
87 const scalar parcelsPerSecond_;
108 TypeName(
"reactingLookupTableInjection");
153 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
162 const label nParcels,
174 const label nParcels,
A class for handling words, derived from Foam::string.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
virtual void updateMesh()
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
Templated injection model class.
const CloudType & owner() const
ReactingLookupTableInjection(const dictionary &dict, CloudType &owner, const word &modelName)
const word & modelName() const
virtual void setPositionAndCell(const label parcelI, const label nParcels, const scalar time, vector &position, label &cellOwner, label &tetFacei, label &tetPti)
const dictionary & dict() const
virtual autoPtr< InjectionModel< CloudType > > clone() const
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool validInjection(const label parcelI)
TypeName("reactingLookupTableInjection")
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual label parcelsToInject(const scalar time0, const scalar time1)
virtual ~ReactingLookupTableInjection()=default
virtual bool fullyDescribed() const
Particle injection sources read from look-up table. Each row corresponds to an injection site.