36 #ifndef patchInjection_H 37 #define patchInjection_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...
scalarField patchInjectedMasses_
Injected mass for each patch at which the film is removed.
virtual void patchInjectedMassTotals(scalarField &patchMasses) const
Accumulate the total mass injected for the patches into the.
Remove and inject the mass in the film as it passes over the selected patches.
virtual ~patchInjection()
Destructor.
void operator=(const patchInjection &)=delete
Disallow default bitwise assignment.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
labelList patchIDs_
List of patch IDs at which the film is removed.
TypeName("patchInjection")
Runtime type information.
scalar deltaStable_
Stable film thickness - mass only removed if thickness exceeds.
Base class for film injection models, handling mass transfer from the film.
patchInjection(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model.