48 injectedMass_ += dMass;
61injectionModel::injectionModel
63 const word& modelType,
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
filmSubModelBase(liquidFilmBase &film)
Construct null.
const liquidFilmBase & film() const
Return const access to the film surface film model.
virtual bool writeTime() const
Flag to indicate when to write a property.
Base class for film injection models, handling mass transfer from the film.
void addToInjectedMass(const scalar dMass)
Add to injected mass.
virtual scalar injectedMassTotal() const
Return the total mass injected.
virtual ~injectionModel()
Destructor.
bool getModelProperty(const word &entryName, Type &value) const
Retrieve generic property from the sub-model.
const dictionary & dict() const
Return const access to the cloud dictionary.
const word & modelType() const
Return const access to the sub-model type.
void setModelProperty(const word &entryName, const Type &value)
Add generic property to the sub-model.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
T returnReduce(const T &value, BinaryOp bop, const int tag=UPstream::msgType(), const int communicator=UPstream::worldComm)
Perform reduction on a copy, using specified binary operation.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
#define defineRunTimeSelectionTable(baseType, argNames)
Define run-time selection table.