Go to the documentation of this file.
37 #ifndef injectionModel_H
38 #define injectionModel_H
48 namespace regionModels
50 namespace surfaceFilmModels
129 const word& mdoelType
scalar injectedMass_
Injected mass.
A class for handling words, derived from string.
static autoPtr< injectionModel > New(surfaceFilmModel &owner, const dictionary &dict, const word &mdoelType)
Return a reference to the selected injection model.
TypeName("injectionModel")
Runtime type information.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
void operator=(const injectionModel &)
Disallow default bitwise assignment.
virtual void patchInjectedMassTotals(scalarField &patchMasses) const
Accumulate the total mass injected for the patches into the.
Pre-declare SubField and related Field type.
const dictionary & dict() const
Return const access to the cloud dictionary.
void addToInjectedMass(const scalar dMass)
Add to injected mass.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Base class for film injection models, handling mass transfer from the film.
declareRunTimeSelectionTable(autoPtr, injectionModel, dictionary,(surfaceFilmModel &owner, const dictionary &dict),(owner, dict))
const word & modelType() const
Return const access to the sub-model type.
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 scalar injectedMassTotal() const
Return the total mass injected.
virtual ~injectionModel()
Destructor.
Base class for surface film models.
injectionModel(const injectionModel &)
Disallow default bitwise copy construct.