Go to the documentation of this file.
35 #ifndef NoSurfaceFilm_H
36 #define NoSurfaceFilm_H
49 template<
class CloudType>
95 virtual bool active()
const;
110 const label filmCellI
Place holder for 'none' option.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual void setParcelProperties(parcelType &p, const label filmCellI) const
Set parcel properties.
Templated wall surface film model class.
A patch is a list of labels that address the faces in the global face list.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual bool active() const
Flag to indicate whether model activates the surface film model.
NoSurfaceFilm(const dictionary &, CloudType &)
Construct from dictionary.
virtual void info(Ostream &os)
Write surface film info to stream.
CloudType::parcelType parcelType
Convenience typedef for parcel type.
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...
virtual ~NoSurfaceFilm()
Destructor.
virtual autoPtr< SurfaceFilmModel< CloudType > > clone() const
Construct and return a clone.
virtual bool transferParcel(parcelType &p, const polyPatch &pp, bool &keepParticle)
Transfer parcel from cloud to surface film.
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,...