38#ifndef Foam_patchInjection_H
39#define Foam_patchInjection_H
41#include "injectionModel.H"
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
patchInjection(const patchInjection &)=delete
No copy construct.
TypeName("patchInjection")
Runtime type information.
scalarField patchInjectedMasses_
Injected mass for each patch at which the film is removed.
scalar deltaStable_
Stable film thickness - mass only removed if thickness exceeds.
void operator=(const patchInjection &)=delete
No copy assignment.
virtual void patchInjectedMassTotals(scalarField &patchMasses) const
Accumulate the total mass injected for the patches into the.
virtual ~patchInjection()=default
Destructor.
labelList patchIDs_
List of patch IDs at which the film is removed.
Base class for surface film models.
const dictionary & dict() const
Return const access to the cloud dictionary.
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.