54 #ifndef distributionGroupFractionFvScalarFieldSource_H
55 #define distributionGroupFractionFvScalarFieldSource_H
72 public fvScalarFieldSource,
89 scalar eta(
const fvSource& model)
const;
95 TypeName(
"distributionGroupFraction");
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
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.
Source condition for group fractions of a population balance model that sets values corresponding to ...
virtual tmp< DimensionedField< scalar, fvMesh > > sourceValue(const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
Return the source value.
virtual autoPtr< fvScalarFieldSource > clone(const DimensionedField< scalar, fvMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual tmp< DimensionedField< scalar, fvMesh > > internalCoeff(const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
Return the internal coefficient.
virtual ~distributionGroupFractionFvScalarFieldSource()
Destructor.
virtual void write(Ostream &) const
Write.
TypeName("distributionGroupFraction")
Runtime type information.
distributionGroupFractionFvScalarFieldSource(const DimensionedField< scalar, fvMesh > &, const dictionary &dict)
Construct from internal field and dictionary.
Base class for finite volume sources.
Base class for source conditions of properties of the groups in a population balance model.
A class for managing temporary objects.