FreeFOAM The Cross-Platform CFD Toolkit
dimensionedTensor.H File Reference

Detailed Description

Definition in file dimensionedTensor.H.

+ Include dependency graph for dimensionedTensor.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Typedefs

typedef dimensioned< tensor > dimensionedTensor
 Dimensioned tensor obtained from generic dimensioned type.

Functions

dimensionedScalar tr (const dimensionedSphericalTensor &dt)
dimensionedSymmTensor dev (const dimensionedSymmTensor &dt)
dimensionedSymmTensor dev2 (const dimensionedSymmTensor &dt)
dimensionedScalar det (const dimensionedSphericalTensor &dt)
dimensionedSymmTensor cof (const dimensionedSymmTensor &dt)
dimensionedSphericalTensor inv (const dimensionedSphericalTensor &dt)
dimensionedSymmTensor symm (const dimensionedSymmTensor &dt)
dimensionedSymmTensor twoSymm (const dimensionedSymmTensor &dt)
dimensionedTensor skew (const dimensionedTensor &dt)
dimensionedVector eigenValues (const dimensionedTensor &dt)
dimensionedTensor eigenVectors (const dimensionedTensor &dt)
dimensionedVector operator* (const dimensionedSymmTensor &)
 Hodge Dual operator (tensor -> vector)