35 #ifndef NoSurfaceFilm_H 36 #define NoSurfaceFilm_H 49 template<
class CloudType>
107 const label filmCelli
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool transferParcel(parcelType &p, const polyPatch &pp, bool &keepParticle)
Transfer parcel from cloud to surface film.
virtual autoPtr< SurfaceFilmModel< CloudType > > clone() const
Construct and return a clone.
Place holder for 'none' option.
virtual void info(Ostream &os)
Write surface film info to stream.
virtual ~NoSurfaceFilm()
Destructor.
virtual void setParcelProperties(parcelType &p, const label filmCelli) const
Set parcel properties.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
TypeName("none")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A patch is a list of labels that address the faces in the global face list.
CloudType::parcelType parcelType
Convenience typedef for parcel type.
Templated base class for dsmc cloud.
NoSurfaceFilm(const dictionary &, CloudType &)
Construct from dictionary.