68#ifndef Foam_histogramModels_equalBinWidth_H
69#define Foam_histogramModels_equalBinWidth_H
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const noexcept
Return const reference to the mesh.
histogramModel(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from components.
Histogram model which groups data into bins of equal width.
equalBinWidth(const equalBinWidth &)=delete
No copy construct.
equalBinWidth(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from components.
virtual ~equalBinWidth()=default
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
TypeName("equalBinWidth")
Runtime type information.
void operator=(const equalBinWidth &)=delete
No copy assignment.
A class for handling words, derived from Foam::string.
A namespace for various histogram model implementations.
MinMax< scalar > scalarMinMax
A scalar min/max range.
dimensionedScalar log(const dimensionedScalar &ds)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.