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

Go to the source code of this file.

Classes

class  outerProduct< SphericalTensor< Cmpt >, Cmpt >
 
class  outerProduct< Cmpt, SphericalTensor< Cmpt > >
 
class  innerProduct< SphericalTensor< Cmpt >, SphericalTensor< Cmpt > >
 
class  innerProduct< SphericalTensor< Cmpt >, Vector< Cmpt > >
 
class  innerProduct< Vector< Cmpt >, SphericalTensor< Cmpt > >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Cmpt >
SphericalTensor< Cmpt > operator& (const SphericalTensor< Cmpt > &st1, const SphericalTensor< Cmpt > &st2)
 Inner-product between two spherical tensors. More...
 
template<class Cmpt >
Vector< Cmpt > operator& (const SphericalTensor< Cmpt > &st, const Vector< Cmpt > &v)
 Inner-product between a spherical tensor and a vector. More...
 
template<class Cmpt >
Vector< Cmpt > operator& (const Vector< Cmpt > &v, const SphericalTensor< Cmpt > &st)
 Inner-product between a vector and a spherical tensor. More...
 
template<class Cmpt >
Cmpt operator&& (const SphericalTensor< Cmpt > &st1, const SphericalTensor< Cmpt > &st2)
 Double-dot-product between a spherical tensor and a spherical tensor. More...
 
template<class Cmpt >
SphericalTensor< Cmpt > operator/ (const scalar s, const SphericalTensor< Cmpt > &st)
 Division of a scalar by a sphericalTensor. More...
 
template<class Cmpt >
Cmpt magSqr (const SphericalTensor< Cmpt > &st)
 
template<class Cmpt >
Cmpt tr (const SphericalTensor< Cmpt > &st)
 Return the trace of a spherical tensor. More...
 
template<class Cmpt >
SphericalTensor< Cmpt > sph (const SphericalTensor< Cmpt > &st)
 Return the spherical part of a spherical tensor, i.e. itself. More...
 
template<class Cmpt >
Cmpt det (const SphericalTensor< Cmpt > &st)
 Return the determinant of a spherical tensor. More...
 
template<class Cmpt >
SphericalTensor< Cmpt > inv (const SphericalTensor< Cmpt > &st)
 Return the inverse of a spherical tensor. More...
 

Detailed Description

Original source file SphericalTensorI.H

Definition in file SphericalTensorI.H.