Definition in file SphericalTensor2DI_.H.
#include "src/OpenFOAM/primitives/Vector2D/Vector2D_.H"
Go to the source code of this file.
Classes | |
class | outerProduct< SphericalTensor2D< Cmpt >, Cmpt > |
class | outerProduct< Cmpt, SphericalTensor2D< Cmpt > > |
class | innerProduct< SphericalTensor2D< Cmpt >, SphericalTensor2D< Cmpt > > |
class | innerProduct< SphericalTensor2D< Cmpt >, Vector2D< Cmpt > > |
class | innerProduct< Vector2D< Cmpt >, SphericalTensor2D< Cmpt > > |
Namespaces | |
namespace | 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.
| |
template<class Cmpt > | |
Vector2D< Cmpt > | operator& (const SphericalTensor2D< Cmpt > &st, const Vector2D< Cmpt > &v) |
Inner-product between a spherical tensor and a vector.
| |
template<class Cmpt > | |
Vector2D< Cmpt > | operator& (const Vector2D< Cmpt > &v, const SphericalTensor2D< Cmpt > &st) |
Inner-product between a vector and a spherical tensor.
| |
template<class Cmpt > | |
SphericalTensor2D< Cmpt > | operator/ (const scalar s, const SphericalTensor2D< Cmpt > &st) |
Division of a scalar by a sphericalTensor2D.
| |
template<class Cmpt > | |
Cmpt | tr (const SphericalTensor2D< Cmpt > &st) |
Return the trace of a spherical tensor.
| |
template<class Cmpt > | |
SphericalTensor2D< Cmpt > | sph (const SphericalTensor2D< Cmpt > &st) |
Return the spherical part of a spherical tensor, i.e. itself.
| |
template<class Cmpt > | |
Cmpt | det (const SphericalTensor2D< Cmpt > &st) |
Return the determinant of a spherical tensor.
| |
template<class Cmpt > | |
SphericalTensor2D< Cmpt > | inv (const SphericalTensor2D< Cmpt > &st) |
Return the inverse of a symmetric tensor.
|