Go to the source code of this file.
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... | |
Original source file SphericalTensorI.H
Definition in file SphericalTensorI.H.