Tensor2DI.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  typeOfSum< SphericalTensor2D< Cmpt >, Tensor2D< Cmpt > >
 
class  typeOfSum< Tensor2D< Cmpt >, SphericalTensor2D< Cmpt > >
 
class  innerProduct< Tensor2D< Cmpt >, Tensor2D< Cmpt > >
 
class  innerProduct< SphericalTensor2D< Cmpt >, Tensor2D< Cmpt > >
 
class  innerProduct< Tensor2D< Cmpt >, SphericalTensor2D< Cmpt > >
 
class  innerProduct< Tensor2D< Cmpt >, Vector2D< Cmpt > >
 
class  innerProduct< Vector2D< Cmpt >, Tensor2D< Cmpt > >
 
class  outerProduct< Vector2D< Cmpt >, Vector2D< Cmpt > >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Cmpt >
innerProduct< Tensor2D< Cmpt >, Tensor2D< Cmpt > >::type operator & (const Tensor2D< Cmpt > &t1, const Tensor2D< Cmpt > &t2)
 Inner-product between two tensors. More...
 
template<class Cmpt >
innerProduct< Tensor2D< Cmpt >, Vector2D< Cmpt > >::type operator & (const Tensor2D< Cmpt > &t, const Vector2D< Cmpt > &v)
 Inner-product between a tensor and a vector. More...
 
template<class Cmpt >
innerProduct< Vector2D< Cmpt >, Tensor2D< Cmpt > >::type operator & (const Vector2D< Cmpt > &v, const Tensor2D< Cmpt > &t)
 Inner-product between a vector and a tensor. More...
 
template<class Cmpt >
outerProduct< Vector2D< Cmpt >, Vector2D< Cmpt > >::type operator* (const Vector2D< Cmpt > &v1, const Vector2D< Cmpt > &v2)
 Outer-product between two vectors. More...
 
template<class Cmpt >
Cmpt tr (const Tensor2D< Cmpt > &t)
 Return the trace of a tensor. More...
 
template<class Cmpt >
SphericalTensor2D< Cmpt > sph (const Tensor2D< Cmpt > &t)
 Return the spherical part of a tensor. More...
 
template<class Cmpt >
SymmTensor2D< Cmpt > symm (const Tensor2D< Cmpt > &t)
 Return the symmetric part of a tensor. More...
 
template<class Cmpt >
SymmTensor2D< Cmpt > twoSymm (const Tensor2D< Cmpt > &t)
 Return the twice the symmetric part of a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > skew (const Tensor2D< Cmpt > &t)
 Return the skew-symmetric part of a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > dev (const Tensor2D< Cmpt > &t)
 Return the deviatoric part of a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > dev2 (const Tensor2D< Cmpt > &t)
 Return the deviatoric part of a tensor. More...
 
template<class Cmpt >
Cmpt det (const Tensor2D< Cmpt > &t)
 Return the determinant of a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > cof (const Tensor2D< Cmpt > &t)
 Return the cofactor tensor of a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > inv (const Tensor2D< Cmpt > &t, const Cmpt dett)
 Return the inverse of a tensor given the determinant. More...
 
template<class Cmpt >
Tensor2D< Cmpt > inv (const Tensor2D< Cmpt > &t)
 Return the inverse of a tensor. More...
 
template<class Cmpt >
Cmpt invariantI (const Tensor2D< Cmpt > &t)
 Return the 1st invariant of a tensor. More...
 
template<class Cmpt >
Cmpt invariantII (const Tensor2D< Cmpt > &t)
 Return the 2nd invariant of a tensor. More...
 
template<class Cmpt >
Cmpt invariantIII (const Tensor2D< Cmpt > &t)
 Return the 3rd invariant of a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > operator+ (const SphericalTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator+ (const Tensor2D< Cmpt > &t1, const SphericalTensor2D< Cmpt > &st2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator- (const SphericalTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator- (const Tensor2D< Cmpt > &t1, const SphericalTensor2D< Cmpt > &st2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator & (const SphericalTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 Inner-product between a spherical tensor and a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > operator & (const Tensor2D< Cmpt > &t1, const SphericalTensor2D< Cmpt > &st2)
 Inner-product between a tensor and a spherical tensor. More...
 
template<class Cmpt >
Cmpt operator && (const SphericalTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 Double-dot-product between a spherical tensor and a tensor. More...
 
template<class Cmpt >
Cmpt operator && (const Tensor2D< Cmpt > &t1, const SphericalTensor2D< Cmpt > &st2)
 Double-dot-product between a tensor and a spherical tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > operator+ (const SymmTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator+ (const Tensor2D< Cmpt > &t1, const SymmTensor2D< Cmpt > &st2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator- (const SymmTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator- (const Tensor2D< Cmpt > &t1, const SymmTensor2D< Cmpt > &st2)
 
template<class Cmpt >
Tensor2D< Cmpt > operator & (const SymmTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 Inner-product between a spherical tensor and a tensor. More...
 
template<class Cmpt >
Tensor2D< Cmpt > operator & (const Tensor2D< Cmpt > &t1, const SymmTensor2D< Cmpt > &st2)
 Inner-product between a tensor and a spherical tensor. More...
 
template<class Cmpt >
Cmpt operator && (const SymmTensor2D< Cmpt > &st1, const Tensor2D< Cmpt > &t2)
 Double-dot-product between a spherical tensor and a tensor. More...
 
template<class Cmpt >
Cmpt operator && (const Tensor2D< Cmpt > &t1, const SymmTensor2D< Cmpt > &st2)
 Double-dot-product between a tensor and a spherical tensor. More...
 

Detailed Description

Original source file Tensor2DI.H

Definition in file Tensor2DI.H.