37 #ifndef injectionModel_H 38 #define injectionModel_H 48 namespace regionModels
50 namespace surfaceFilmModels
123 const word& mdoelType
TypeName("injectionModel")
Runtime type information.
Base class for surface film models.
Base class for surface film sub-models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, injectionModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
virtual void patchInjectedMassTotals(scalarField &patchMasses) const
Accumulate the total mass injected for the patches into the.
static autoPtr< injectionModel > New(surfaceFilmRegionModel &film, const dictionary &dict, const word &mdoelType)
Return a reference to the selected injection model.
injectionModel(surfaceFilmRegionModel &film)
Construct null.
A class for handling words, derived from string.
void addToInjectedMass(const scalar dMass)
Add to injected mass.
const word & modelType() const
Return const access to the sub-model type.
Base class for film injection models, handling mass transfer from the film.
void operator=(const injectionModel &)=delete
Disallow default bitwise assignment.
virtual scalar injectedMassTotal() const
Return the total mass injected.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
virtual ~injectionModel()
Destructor.