vector eigenVector(const tensor &T, const scalar lambda, const vector &direction1, const vector &direction2)
dimensionedVector eigenValues(const dimensionedTensor &dt)
Template function to specify if the data of a type are contiguous.
dimensionedScalar lambda(viscosity->lookup("lambda"))
Templated 2D tensor derived from VectorSpace adding construction from 4 components, element access using xx(), xy(), yx() and yy() member functions and the iner-product (dot-product) and outer-product of two Vector2Ds (tensor-product) operators.
dimensionedTensor eigenVectors(const dimensionedTensor &dt)
bool contiguous< tensor2D >()
Data associated with tensor2D type are contiguous.
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).
Tensor2D< scalar > tensor2D
Tensor2D or scalars.