32 namespace regionModels
34 namespace surfaceFilmModels
46 injectedMass_ += dMass;
59 injectionModel::injectionModel
83 scalar injectedMass0 = getModelProperty<scalar>(
"injectedMass");
85 setModelProperty<scalar>(
"injectedMass", injectedMass0);
93 scalar injectedMass0 = getModelProperty<scalar>(
"injectedMass");
filmSubModelBase(surfaceFilmModel &owner)
Construct null.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual scalar injectedMassTotal() const
Return the total mass injected.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word & modelType() const
Return const access to the sub-model type.
A class for handling words, derived from string.
void addToInjectedMass(const scalar dMass)
Add to injected mass.
defineRunTimeSelectionTable(filmThermoModel, dictionary)
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
Base class for surface film models.
T returnReduce(const T &Value, const BinaryOp &bop, const int tag=Pstream::msgType(), const label comm=UPstream::worldComm)
virtual bool writeTime() const
Flag to indicate when to write a property.
defineTypeNameAndDebug(kinematicSingleLayer, 0)
virtual ~injectionModel()
Destructor.