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