52 #ifndef ThermoLookupTableInjection_H 53 #define ThermoLookupTableInjection_H 67 template<
class CloudType>
75 const word inputFileName_;
81 const scalar parcelsPerSecond_;
102 TypeName(
"thermoLookupTableInjection");
147 virtual scalar
volumeToInject(
const scalar time0,
const scalar time1);
157 const label nParcels,
169 const label nParcels,
virtual ~ThermoLookupTableInjection()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Templated injection model class.
ThermoLookupTableInjection(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
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.
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.
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.
A class for handling words, derived from string.
virtual autoPtr< InjectionModel< CloudType > > clone() const
Construct and return a clone using supplied owner cloud.
virtual bool fullyDescribed() const
Flag to identify whether model fully describes the parcel.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void topoChange()
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.
virtual scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.
scalar timeEnd() const
Return the end-of-injection time.
Particle injection sources read from look-up table. Each row corresponds to an injection site...
TypeName("thermoLookupTableInjection")
Runtime type information.