90 inline Type
min(
const one&,
const Type& t)
92 return min(scalar(1), t);
96 inline Type
min(
const Type& t,
const one&)
98 return min(t, scalar(1));
107 inline Type
max(
const one&,
const Type& t)
109 return max(scalar(1), t);
113 inline Type
max(
const Type& t,
const one&)
115 return max(t, scalar(1));
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedScalar operator/(const scalar s1, const dimensionedScalar &ds2)
tmp< GeometricField< Type, fvPatchField, volMesh > > operator &(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...