110 inline auto min(
const one&,
const Type& t)
112 return min(scalar(1), t);
116 inline auto min(
const Type& t,
const one&)
118 return min(t, scalar(1));
127 inline auto max(
const one&,
const Type& t)
129 return max(scalar(1), t);
133 inline auto max(
const Type& t,
const one&)
135 return max(t, scalar(1));
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
tmp< VolField< Type > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
tmp< fvMatrix< Type > > operator+(const fvMatrix< Type > &, const fvMatrix< Type > &)
tmp< fvMatrix< Type > > operator-(const fvMatrix< Type > &)
tmp< fvMatrix< Type > > operator/(const fvMatrix< Type > &, const volScalarField::Internal &)