Go to the documentation of this file.
57 #ifndef ThermoLookupTableInjection_H
58 #define ThermoLookupTableInjection_H
72 template<
class CloudType>
80 const word inputFileName_;
86 const scalar parcelsPerSecond_;
107 TypeName(
"thermoLookupTableInjection");
153 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
163 const label nParcels,
175 const label nParcels,
A class for handling words, derived from Foam::string.
virtual bool validInjection(const label parcelI)
virtual scalar volumeToInject(const scalar time0, const scalar time1)
virtual bool fullyDescribed() const
Templated injection model class.
const CloudType & owner() const
const word & modelName() const
virtual void setProperties(const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel)
const dictionary & dict() const
TypeName("thermoLookupTableInjection")
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual ~ThermoLookupTableInjection()=default
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)
ThermoLookupTableInjection(const dictionary &dict, CloudType &owner, const word &modelName)
virtual void updateMesh()
virtual label parcelsToInject(const scalar time0, const scalar time1)
virtual autoPtr< InjectionModel< CloudType > > clone() const