Classes | Namespaces | Functions
SphericalTensor2DI.H File Reference
Include dependency graph for SphericalTensor2DI.H:
This graph shows which files directly or indirectly include this file:

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

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

Detailed Description

Original source file SphericalTensor2DI.H

Definition in file SphericalTensor2DI.H.