38 #ifndef patchInjection_H 39 #define patchInjection_H 41 #include "injectionModel.H" 47 namespace regionModels
49 namespace surfaceFilmModels
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
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.
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.