36 #ifndef patchEjection_H 37 #define patchEjection_H 45 namespace regionModels
47 namespace surfaceFilmModels
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.
TypeName("patchEjection")
Runtime type information.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
void operator=(const patchEjection &)=delete
Disallow default bitwise assignment.
scalarField patchEjectedMasses_
Ejected mass for each patch at which the film is removed.
patchEjection(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model.
Remove and eject the mass in the film as it passes over the selected patches.
virtual ~patchEjection()
Destructor.
virtual void patchEjectedMassTotals(scalarField &patchMasses) const
Accumulate the total mass ejected for the patches into the.
scalar deltaStable_
Stable film thickness - mass only removed if thickness exceeds.
labelList patchIDs_
List of patch IDs at which the film is removed.