69#ifndef Foam_histogramModels_unequalBinWidth_H
70#define Foam_histogramModels_unequalBinWidth_H
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
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 unequal widths.
unequalBinWidth(const unequalBinWidth &)=delete
No copy construct.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
unequalBinWidth(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from components.
virtual ~unequalBinWidth()=default
void operator=(const unequalBinWidth &)=delete
No copy assignment.
TypeName("unequalBinWidth")
Runtime type information.
A class for handling words, derived from Foam::string.
A namespace for various histogram model implementations.
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.