40 #ifndef drippingEjection_H 41 #define drippingEjection_H 51 namespace regionModels
53 namespace surfaceFilmModels
scalar deltaStable_
Stable film thickness - drips only formed if thickness.
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Base class for film ejection models, handling mass transfer from the film.
drippingEjection(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model.
const autoPtr< distributionModel > parcelDistribution_
Parcel size PDF model.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
TypeName("drippingEjection")
Runtime type information.
scalarList diameter_
Diameters of particles to eject into the dripping.
Film Dripping mass transfer model.
scalar particlesPerParcel_
Number of particles per parcel.
virtual ~drippingEjection()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Random rndGen_
Random number generator.
void operator=(const drippingEjection &)=delete
Disallow default bitwise assignment.