83 #ifndef flowRateNumberLagrangianScalarFieldSource_H
84 #define flowRateNumberLagrangianScalarFieldSource_H
98 class flowRateNumberLagrangianScalarFieldSource
100 public uniformSizeNumberLagrangianScalarFieldSource
107 autoPtr<Function1<scalar>> volumetricFlowRate_;
110 autoPtr<Function1<scalar>> massFlowRate_;
Base class for Lagrangian injections. Minimal wrapper over LagrangianSource. Implements some utility ...
Mesh that relates to a sub-section of a Lagrangian mesh. This is used to construct fields that relate...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
This source condition sets the values of the number field to recover a specified volumetric or mass f...
TypeName("flowRateNumber")
Runtime type information.
virtual void write(Ostream &) const
Write.
virtual tmp< LagrangianSubScalarField > value(const LagrangianInjection &, const LagrangianSubMesh &) const
Return the value for an instantaneous injection.
flowRateNumberLagrangianScalarFieldSource(const regIOobject &, const dictionary &dict)
Construct from internal field and dictionary.
virtual autoPtr< LagrangianScalarFieldSource > clone(const regIOobject &iIo) const
Construct and return a clone setting the internal field reference.
virtual ~flowRateNumberLagrangianScalarFieldSource()
Destructor.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for managing temporary objects.