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