31 template<
class CloudType>
42 template<
class CloudType>
54 template<
class CloudType>
61 template<
class CloudType>
68 template<
class CloudType>
80 template<
class CloudType>
89 template<
class CloudType>
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.
Macros for easy insertion into run-time selection tables.
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.
CloudType & owner_
Reference to the cloud.
virtual ~NoSurfaceFilm()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Templated wall surface film model class.
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.