111 (v1.
y()*v2.
z() - v1.
z()*v2.
y()),
112 (v1.
z()*v2.
x() - v1.
x()*v2.
z()),
113 (v1.
x()*v2.
y() - v1.
y()*v2.
x())
123 (v1.y()*v2.z() - v1.z()*v2.y()),
124 (v1.z()*v2.x() - v1.x()*v2.z()),
125 (v1.x()*v2.y() - v1.y()*v2.x())
const Cmpt & x() const noexcept
Access to the vector x component.
const Cmpt & z() const noexcept
Access to the vector z component.
const Cmpt & y() const noexcept
Access to the vector y component.
A complex number, similar to the C++ complex type.
complex conjugate() const
Complex conjugate.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
Vector< complex > complexVector
A Vector of complex values with 'scalar' precision.
tmp< faMatrix< Type > > operator*(const areaScalarField::Internal &, const faMatrix< Type > &)
bitSet operator^(const bitSet &a, const bitSet &b)
Bitwise-XOR of two bitsets to form a unique bit-set.
dimensionedScalar operator/(const scalar s1, const dimensionedScalar &ds2)
tmp< GeometricField< Type, faPatchField, areaMesh > > operator&(const faMatrix< Type > &, const DimensionedField< Type, areaMesh > &)
void zip(FieldField< Field, SphericalTensor< Cmpt > > &result, const FieldField< Field, Cmpt > &ii)
Zip together sphericalTensor field field from components.