35 #ifndef InjectionModelList_H
36 #define InjectionModelList_H
50 template<
class CloudType>
53 public PtrList<InjectionModel<CloudType>>
103 template<
class TrackCloudType>
106 TrackCloudType&
cloud,
107 typename CloudType::parcelType::trackingData& td
111 template<
class TrackCloudType>
114 TrackCloudType&
cloud,
115 typename CloudType::parcelType::trackingData& td
Templated base class for dsmc cloud.
List of injection models.
InjectionModelList(CloudType &owner)
Construct null from owner.
void topoChange()
Set injector locations when mesh is updated.
void inject(TrackCloudType &cloud, typename CloudType::parcelType::trackingData &td)
Main injection loop.
virtual ~InjectionModelList()
Destructor.
virtual void info(Ostream &os)
Write injection info to stream.
scalar timeStart() const
Return the minimum start-of-injection time.
void injectSteadyState(TrackCloudType &cloud, typename CloudType::parcelType::trackingData &td)
Main injection loop - steady-state.
virtual autoPtr< InjectionModelList< CloudType > > clone() const
Construct and return a clone.
scalar timeEnd() const
Return the maximum end-of-injection time.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A cloud is a collection of lagrangian particles.
A list of keyword definitions, which are a keyword followed by any number of values (e....