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