Templated 2D symmetric tensor derived from VectorSpace adding construction from 4 components, element access using xx(), xy() etc. member functions and the inner-product (dot-product) and outer-product of two Vectors (tensor-product) operators. More...
Public Types | |
enum | { rank = 2 } |
enum | components { XX, XY, YY } |
Component labeling enumeration. More... | |
typedef SymmTensor2D< label > | labelType |
Equivalent type of labels used for valid component indexing. More... | |
![]() | |
enum | |
typedef Cmpt | cmptType |
Component type. More... | |
Public Member Functions | |
SymmTensor2D () | |
Construct null. More... | |
SymmTensor2D (const VectorSpace< SymmTensor2D< Cmpt >, Cmpt, 3 > &) | |
Construct given VectorSpace. More... | |
SymmTensor2D (const SphericalTensor2D< Cmpt > &) | |
Construct given SphericalTensor. More... | |
SymmTensor2D (const Cmpt txx, const Cmpt txy, const Cmpt tyy) | |
Construct given the three components. More... | |
SymmTensor2D (Istream &) | |
Construct from Istream. More... | |
const Cmpt & | xx () const |
const Cmpt & | xy () const |
const Cmpt & | yy () const |
Cmpt & | xx () |
Cmpt & | xy () |
Cmpt & | yy () |
const SymmTensor2D< Cmpt > & | T () const |
Transpose. More... | |
void | operator= (const SphericalTensor2D< Cmpt > &) |
Construct given SphericalTensor2D. More... | |
![]() | |
VectorSpace () | |
Construct null. More... | |
VectorSpace (Istream &) | |
Construct from Istream. More... | |
VectorSpace (const VectorSpace< Form, Cmpt, nCmpt > &) | |
Construct as copy. More... | |
VectorSpace (const VectorSpace< Form2, Cmpt2, nCmpt > &) | |
Construct as copy of another VectorSpace type of the same rank. More... | |
label | size () const |
Return the number of elements in the VectorSpace = nCmpt. More... | |
const Cmpt & | component (const direction) const |
Cmpt & | component (const direction) |
void | component (Cmpt &, const direction) const |
void | replace (const direction, const Cmpt &) |
const Cmpt & | operator[] (const direction) const |
Cmpt & | operator[] (const direction) |
void | operator= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator+= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator-= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator*= (const scalar) |
void | operator/= (const scalar) |
Static Public Attributes | |
static const char *const | typeName = "symmTensor2D" |
static const char * | componentNames [] |
static const SymmTensor2D | zero |
static const SymmTensor2D | one |
static const SymmTensor2D | max |
static const SymmTensor2D | min |
static const SymmTensor2D | I |
Additional Inherited Members | |
![]() | |
Cmpt | v_ [nCmpt] |
The components of this vector space. More... | |
Templated 2D symmetric tensor derived from VectorSpace adding construction from 4 components, element access using xx(), xy() etc. member functions and the inner-product (dot-product) and outer-product of two Vectors (tensor-product) operators.
Definition at line 53 of file SymmTensor2D.H.
typedef SymmTensor2D<label> labelType |
Equivalent type of labels used for valid component indexing.
Definition at line 61 of file SymmTensor2D.H.
anonymous enum |
Enumerator | |
---|---|
rank |
Definition at line 66 of file SymmTensor2D.H.
enum components |
|
inline |
Construct null.
Definition at line 37 of file SymmTensor2DI.H.
|
inline |
Construct given VectorSpace.
Definition at line 43 of file SymmTensor2DI.H.
|
inline |
Construct given SphericalTensor.
Definition at line 52 of file SymmTensor2DI.H.
References SphericalTensor2D< Cmpt >::ii().
|
inline |
Construct given the three components.
Definition at line 61 of file SymmTensor2DI.H.
|
inline |
Construct from Istream.
Definition at line 72 of file SymmTensor2DI.H.
|
inline |
Definition at line 81 of file SymmTensor2DI.H.
Referenced by Foam::cof(), Foam::det(), Foam::innerSqr(), Foam::invariantII(), Foam::magSqr(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Tensor2D< Cmpt >::operator=(), Tensor2D< Cmpt >::Tensor2D(), and Foam::tr().
|
inline |
Definition at line 87 of file SymmTensor2DI.H.
Referenced by Foam::cof(), Foam::det(), Foam::innerSqr(), Foam::invariantII(), Foam::magSqr(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Tensor2D< Cmpt >::operator=(), and Tensor2D< Cmpt >::Tensor2D().
|
inline |
Definition at line 93 of file SymmTensor2DI.H.
Referenced by Foam::cof(), Foam::det(), Foam::innerSqr(), Foam::invariantII(), Foam::magSqr(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Tensor2D< Cmpt >::operator=(), Tensor2D< Cmpt >::Tensor2D(), and Foam::tr().
|
inline |
|
inline |
|
inline |
|
inline |
Transpose.
Definition at line 119 of file SymmTensor2DI.H.
|
inline |
Construct given SphericalTensor2D.
Definition at line 128 of file SymmTensor2DI.H.
References SphericalTensor2D< Cmpt >::ii().
|
static |
Definition at line 74 of file SymmTensor2D.H.
|
static |
Definition at line 75 of file SymmTensor2D.H.
|
static |
Definition at line 77 of file SymmTensor2D.H.
Referenced by calcCurvature().
|
static |
Definition at line 78 of file SymmTensor2D.H.
|
static |
Definition at line 79 of file SymmTensor2D.H.
|
static |
Definition at line 80 of file SymmTensor2D.H.
|
static |
Definition at line 81 of file SymmTensor2D.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.