43#ifndef Foam_dimensionedMinMax_H
44#define Foam_dimensionedMinMax_H
117 const dimensioned<T>& minVal,
118 const dimensioned<T>& maxVal
147 const dimensionSet& dims,
148 const MinMax<T>& values,
A min/max value pair with additional methods. In addition to conveniently storing values,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
Generic dimensioned Type class.
const dimensionSet & dimensions() const noexcept
Return const reference to dimensions.
const Type & value() const noexcept
Return const reference to value.
A class for handling words, derived from Foam::string.
dimensioned< MinMax< T > > dimensionedMinMax
A templated type alias for dimensioned<MinMax<T>>.
dimensioned< scalarMinMax > dimensionedScalarMinMax
A dimensioned scalarMinMix (MinMax for scalar quantities).
dimensioned< MinMax< T > > makeDimensionedMinMax(const word &name, const dimensionSet &dims, const T &minVal, const T &maxVal)
Make a dimensionedMinMax from all components.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)