FreeFOAM The Cross-Platform CFD Toolkit
Tensor2DI_.H File Reference

Detailed Description

Definition in file Tensor2DI_.H.

+ 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 > >

Namespaces

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