35 #ifndef NoSurfaceFilm_H 36 #define NoSurfaceFilm_H 49 template<
class CloudType>
95 virtual bool active()
const;
110 const label filmCelli
virtual void setParcelProperties(parcelType &p, const label filmCelli) const
Set parcel properties.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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.
Place holder for 'none' option.
virtual bool active() const
Flag to indicate whether model activates the surface film model.
virtual void info(Ostream &os)
Write surface film info to stream.
virtual ~NoSurfaceFilm()
Destructor.
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...
virtual autoPtr< SurfaceFilmModel< CloudType > > clone() const
Construct and return a clone.
Templated wall surface film model class.
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.