Go to the documentation of this file.
58 const T& tolerance = SMALL
61 return (
mag(a ^
b) < tolerance) ? true :
false;
75 const T& tolerance = SMALL
78 return (
mag(a &
b) < tolerance) ? true :
false;
89 return ((a &
b) > 0) ? true :
false;
100 return ((a &
b) < 0) ? true :
false;
109 const T& tolerance = SMALL
124 const T& tolerance = SMALL
139 const T& tolerance = SMALL
Unit conversion functions.
dimensioned< scalar > mag(const dimensioned< Type > &)
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
dimensionedScalar acos(const dimensionedScalar &ds)
scalar radToDeg(const scalar rad)
Conversion from radians to degrees.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)