Go to the documentation of this file.
36 #ifndef patchInjection_H
37 #define patchInjection_H
45 namespace regionModels
47 namespace surfaceFilmModels
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.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
virtual ~patchInjection()
Destructor.
labelList patchIDs_
List of patch IDs at which the film is removed.
Pre-declare SubField and related Field type.
patchInjection(const patchInjection &)
Disallow default bitwise copy construct.
const dictionary & dict() const
Return const access to the cloud dictionary.
scalar deltaStable_
Stable film thickness - mass only removed if thickness execeeds.
TypeName("patchInjection")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void operator=(const patchInjection &)
Disallow default bitwise assignment.
Base class for film injection models, handling mass transfer from the film.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class for surface film models.