Go to the documentation of this file.
35 #ifndef InjectionModelList_H
36 #define InjectionModelList_H
50 template<
class CloudType>
51 class InjectionModelList
53 public PtrList<InjectionModel<CloudType> >
109 template<
class TrackData>
110 void inject(TrackData& td);
113 template<
class TrackData>
virtual autoPtr< InjectionModelList< CloudType > > clone() const
Construct and return a clone.
scalar timeEnd() const
Return the maximum end-of-injection time.
scalar averageParcelMass()
Return the average parcel mass.
scalar volumeToInject(const scalar time0, const scalar time1)
Volume of parcels to introduce relative to SOI.
virtual ~InjectionModelList()
Destructor.
DSMCCloud< dsmcParcel > CloudType
InjectionModelList(CloudType &owner)
Construct null from owner.
void updateMesh()
Set injector locations when mesh is updated.
void injectSteadyState(TrackData &td, const scalar trackTime)
Main injection loop - steady-state.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void info(Ostream &os)
Write injection info to stream.
void inject(TrackData &td)
Main injection loop.
scalar timeStart() const
Return the minimum start-of-injection time.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
List of injection models.