

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Typedefs | |
| template<class T> | |
| using | dimensionedMinMax = dimensioned<MinMax<T>> |
| A templated type alias for dimensioned<MinMax<T>>. | |
| typedef dimensioned< scalarMinMax > | dimensionedScalarMinMax |
| A dimensioned scalarMinMix (MinMax for scalar quantities). | |
Functions | |
| template<class T> | |
| dimensioned< MinMax< T > > | makeDimensionedMinMax (const word &name, const dimensionSet &dims, const T &minVal, const T &maxVal) |
| Make a dimensionedMinMax from all components. | |
| template<class T> | |
| dimensioned< MinMax< T > > | makeDimensionedMinMax (const T &minVal, const T &maxVal) |
| Create a dimensionless "minmax". | |
| template<class T> | |
| dimensioned< MinMax< T > > | makeDimensionedMinMax (const word &name, const dimensioned< T > &minVal, const dimensioned< T > &maxVal) |
| Combine two dimensioned types into a dimensionedMinMax with specified name. | |
| template<class T> | |
| dimensioned< MinMax< T > > | makeDimensionedMinMax (const dimensioned< T > &minVal, const dimensioned< T > &maxVal) |
| Combine two dimensioned types into a dimensionedMinMax "minmax". | |
| template<class T> | |
| dimensioned< MinMax< T > > | makeDimensionedMinMax (const word &name, const dimensionSet &dims, const MinMax< T > &values, const dictionary &dict, const word &minName, const word &maxName) |
| Construct from components (name, dimensions, value) with an optional dictionary override that can also zip together different sub-entries. | |
Original source file dimensionedMinMax.H
Definition in file dimensionedMinMax.H.