104 return Cmpt(v1.
x()*v2.
x() + v1.
y()*v2.
y());
111 return x()*b.
y()-
y()*b.
x();
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
innerProduct< Vector2D< Cmpt >, Vector2D< Cmpt > >::type operator &(const Vector2D< Cmpt > &v1, const Vector2D< Cmpt > &v2)
PtrList< volScalarField > & Y
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
Vector2D()
Construct null.
Templated 2D Vector derived from VectorSpace adding construction from 2 components, element access using x() and y() member functions and the inner-product (dot-product).