

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Cmpt> | |
| Cmpt | tr (const SphericalTensor2D< Cmpt > &st) |
| Return the trace of a SphericalTensor2D. | |
| template<class Cmpt> | |
| SphericalTensor2D< Cmpt > | sph (const SphericalTensor2D< Cmpt > &st) |
| Return the spherical part of a SphericalTensor2D, i.e. itself. | |
| template<class Cmpt> | |
| Cmpt | det (const SphericalTensor2D< Cmpt > &st) |
| Return the determinant of a SphericalTensor2D. | |
| template<class Cmpt> | |
| SphericalTensor2D< Cmpt > | inv (const SphericalTensor2D< Cmpt > &st) |
| Return the inverse of a SphericalTensor2D. | |
| template<class Cmpt> | |
| SphericalTensor2D< Cmpt > | operator/ (const Cmpt s, const SphericalTensor2D< Cmpt > &st) |
| Division of a Cmpt by a SphericalTensor2D. | |
| template<class Cmpt> | |
| SphericalTensor2D< Cmpt > | operator/ (const SphericalTensor2D< Cmpt > &st, const Cmpt s) |
| Division of a SphericalTensor2D by a Cmpt. | |
| template<class Cmpt> | |
| SphericalTensor2D< Cmpt > | operator& (const SphericalTensor2D< Cmpt > &st1, const SphericalTensor2D< Cmpt > &st2) |
| Inner-product of a SphericalTensor2D and a SphericalTensor2D. | |
| template<class Cmpt> | |
| Vector2D< Cmpt > | operator& (const SphericalTensor2D< Cmpt > &st, const Vector2D< Cmpt > &v) |
| Inner-product of a SphericalTensor2D and a Vector2D. | |
| template<class Cmpt> | |
| Vector2D< Cmpt > | operator& (const Vector2D< Cmpt > &v, const SphericalTensor2D< Cmpt > &st) |
| Inner-product of a Vector2D and a SphericalTensor2D. | |
Original source file SphericalTensor2DI.H
Definition in file SphericalTensor2DI.H.