

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef SymmTensor2D< scalar > | symmTensor2D |
| SymmTensor2D of scalars, i.e. SymmTensor2D<scalar>. | |
| typedef Tensor2D< scalar > | tensor2D |
| Tensor2D of scalars, i.e. Tensor2D<scalar>. | |
Functions | |
| vector2D | eigenValues (const symmTensor2D &T) |
| Return real arbitrary-order eigenvalues of a given symmTensor2D. | |
| vector2D | eigenVector (const symmTensor2D &T, const scalar eVal, const vector2D &standardBasis) |
| Return a real eigenvector corresponding to a given real eigenvalue of a given symmTensor2D. | |
| tensor2D | eigenVectors (const symmTensor2D &T, const vector2D &eVals) |
| Return real eigenvectors corresponding to given real eigenvalues of a given symmTensor2D. | |
| tensor2D | eigenVectors (const symmTensor2D &T) |
| Return real eigenvectors of a given symmTensor2D by computing the real eigenvalues of the symmTensor2D in the background. | |
Original source file symmTensor2D.H
Definition in file symmTensor2D.H.