Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
template<class Cmpt > | |
Vector< Cmpt > | operator* (const SymmTensor< Cmpt > &st) |
Hodge Dual operator (tensor -> vector) More... | |
template<class Cmpt > | |
Tensor< Cmpt > | operator & (const SymmTensor< Cmpt > &st1, const SymmTensor< Cmpt > &st2) |
Inner-product between two symmetric tensors. More... | |
template<class Cmpt > | |
Cmpt | operator && (const SymmTensor< Cmpt > &st1, const SymmTensor< Cmpt > &st2) |
Double-dot-product between a symmetric tensor and a symmetric tensor. More... | |
template<class Cmpt > | |
Vector< Cmpt > | operator & (const SymmTensor< Cmpt > &st, const Vector< Cmpt > &v) |
Inner-product between a symmetric tensor and a vector. More... | |
template<class Cmpt > | |
Vector< Cmpt > | operator & (const Vector< Cmpt > &v, const SymmTensor< Cmpt > &st) |
Inner-product between a vector and a symmetric tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | innerSqr (const SymmTensor< Cmpt > &st) |
Inner-sqr of a symmetric tensor. More... | |
template<class Cmpt > | |
Cmpt | magSqr (const SymmTensor< Cmpt > &st) |
template<class Cmpt > | |
Cmpt | tr (const SymmTensor< Cmpt > &st) |
Return the trace of a symmetric tensor. More... | |
template<class Cmpt > | |
SphericalTensor< Cmpt > | sph (const SymmTensor< Cmpt > &st) |
Return the spherical part of a symmetric tensor. More... | |
template<class Cmpt > | |
const SymmTensor< Cmpt > & | symm (const SymmTensor< Cmpt > &st) |
Return the symmetric part of a symmetric tensor, i.e. itself. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | twoSymm (const SymmTensor< Cmpt > &st) |
Return twice the symmetric part of a symmetric tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | dev (const SymmTensor< Cmpt > &st) |
Return the deviatoric part of a symmetric tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | dev2 (const SymmTensor< Cmpt > &st) |
Return the deviatoric part of a symmetric tensor. More... | |
template<class Cmpt > | |
Cmpt | det (const SymmTensor< Cmpt > &st) |
Return the determinant of a symmetric tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | cof (const SymmTensor< Cmpt > &st) |
Return the cofactor symmetric tensor of a symmetric tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | inv (const SymmTensor< Cmpt > &st, const Cmpt detst) |
Return the inverse of a symmetric tensor give the determinant. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | inv (const SymmTensor< Cmpt > &st) |
Return the inverse of a symmetric tensor. More... | |
template<class Cmpt > | |
Cmpt | invariantI (const SymmTensor< Cmpt > &st) |
Return the 1st invariant of a symmetric tensor. More... | |
template<class Cmpt > | |
Cmpt | invariantII (const SymmTensor< Cmpt > &st) |
Return the 2nd invariant of a symmetric tensor. More... | |
template<class Cmpt > | |
Cmpt | invariantIII (const SymmTensor< Cmpt > &st) |
Return the 3rd invariant of a symmetric tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | operator+ (const SphericalTensor< Cmpt > &spt1, const SymmTensor< Cmpt > &st2) |
template<class Cmpt > | |
SymmTensor< Cmpt > | operator+ (const SymmTensor< Cmpt > &st1, const SphericalTensor< Cmpt > &spt2) |
template<class Cmpt > | |
SymmTensor< Cmpt > | operator- (const SphericalTensor< Cmpt > &spt1, const SymmTensor< Cmpt > &st2) |
template<class Cmpt > | |
SymmTensor< Cmpt > | operator- (const SymmTensor< Cmpt > &st1, const SphericalTensor< Cmpt > &spt2) |
template<class Cmpt > | |
SymmTensor< Cmpt > | operator & (const SphericalTensor< Cmpt > &spt1, const SymmTensor< Cmpt > &st2) |
Inner-product between a spherical symmetric tensor and a symmetric tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | operator & (const SymmTensor< Cmpt > &st1, const SphericalTensor< Cmpt > &spt2) |
Inner-product between a tensor and a spherical tensor. More... | |
template<class Cmpt > | |
Cmpt | operator && (const SphericalTensor< Cmpt > &spt1, const SymmTensor< Cmpt > &st2) |
Double-dot-product between a spherical tensor and a symmetric tensor. More... | |
template<class Cmpt > | |
Cmpt | operator && (const SymmTensor< Cmpt > &st1, const SphericalTensor< Cmpt > &spt2) |
Double-dot-product between a tensor and a spherical tensor. More... | |
template<class Cmpt > | |
SymmTensor< Cmpt > | sqr (const Vector< Cmpt > &v) |
Original source file SymmTensorI.H
Definition in file SymmTensorI.H.