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

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

template<class Cmpt >
Cmpt tr (const SphericalTensor2D< Cmpt > &st)
 Return the trace of a SphericalTensor2D. More...
 
template<class Cmpt >
SphericalTensor2D< Cmpt > sph (const SphericalTensor2D< Cmpt > &st)
 Return the spherical part of a SphericalTensor2D, i.e. itself. More...
 
template<class Cmpt >
Cmpt det (const SphericalTensor2D< Cmpt > &st)
 Return the determinant of a SphericalTensor2D. More...
 
template<class Cmpt >
SphericalTensor2D< Cmpt > inv (const SphericalTensor2D< Cmpt > &st)
 Return the inverse of a SphericalTensor2D. More...
 
template<class Cmpt >
SphericalTensor2D< Cmpt > operator/ (const Cmpt s, const SphericalTensor2D< Cmpt > &st)
 Division of a Cmpt by a SphericalTensor2D. More...
 
template<class Cmpt >
SphericalTensor2D< Cmpt > operator/ (const SphericalTensor2D< Cmpt > &st, const Cmpt s)
 Division of a SphericalTensor2D by a Cmpt. More...
 
template<class Cmpt >
SphericalTensor2D< Cmpt > operator& (const SphericalTensor2D< Cmpt > &st1, const SphericalTensor2D< Cmpt > &st2)
 Inner-product of a SphericalTensor2D and a SphericalTensor2D. More...
 
template<class Cmpt >
Vector2D< Cmpt > operator& (const SphericalTensor2D< Cmpt > &st, const Vector2D< Cmpt > &v)
 Inner-product of a SphericalTensor2D and a Vector2D. More...
 
template<class Cmpt >
Vector2D< Cmpt > operator& (const Vector2D< Cmpt > &v, const SphericalTensor2D< Cmpt > &st)
 Inner-product of a Vector2D and a SphericalTensor2D. More...
 

Detailed Description

Original source file SphericalTensor2DI.H

Definition in file SphericalTensor2DI.H.