Templated 2D tensor derived from VectorSpace adding construction from 4 components, element access using xx(), xy(), yx() and yy() member functions and the iner-product (dot-product) and outer-product of two Vector2Ds (tensor-product) operators. More...
Public Types | |
enum | { rank = 2 } |
enum | components { XX, XY, YX, YY } |
Component labeling enumeration. More... | |
![]() | |
enum | |
typedef Cmpt | cmptType |
Component type. More... | |
Public Member Functions | |
Tensor2D () | |
Construct null. More... | |
Tensor2D (const VectorSpace< Tensor2D< Cmpt >, Cmpt, 4 > &) | |
Construct given VectorSpace. More... | |
Tensor2D (const SymmTensor2D< Cmpt > &) | |
Construct given SymmTensor2D. More... | |
Tensor2D (const SphericalTensor2D< Cmpt > &) | |
Construct given SphericalTensor2D. More... | |
Tensor2D (const Vector2D< Cmpt > &x, const Vector2D< Cmpt > &y) | |
Construct given the two vectors. More... | |
Tensor2D (const Cmpt txx, const Cmpt txy, const Cmpt tyx, const Cmpt tyy) | |
Construct given the four components. More... | |
Tensor2D (Istream &) | |
Construct from Istream. More... | |
const Cmpt & | xx () const |
const Cmpt & | xy () const |
const Cmpt & | yx () const |
const Cmpt & | yy () const |
Cmpt & | xx () |
Cmpt & | xy () |
Cmpt & | yx () |
Cmpt & | yy () |
Vector2D< Cmpt > | x () const |
Vector2D< Cmpt > | y () const |
Tensor2D< Cmpt > | T () const |
Transpose. More... | |
void | operator= (const SymmTensor2D< Cmpt > &) |
Copy SymmTensor2D. More... | |
void | operator= (const SphericalTensor2D< Cmpt > &) |
Copy 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 = "tensor2D" |
static const char * | componentNames [] |
static const Tensor2D | zero |
static const Tensor2D | one |
static const Tensor2D | max |
static const Tensor2D | min |
static const Tensor2D | I |
Additional Inherited Members | |
![]() | |
Cmpt | v_ [nCmpt] |
The components of this vector space. More... | |
Templated 2D tensor derived from VectorSpace adding construction from 4 components, element access using xx(), xy(), yx() and yy() member functions and the iner-product (dot-product) and outer-product of two Vector2Ds (tensor-product) operators.
Definition at line 56 of file Tensor2D.H.
anonymous enum |
Enumerator | |
---|---|
rank |
Definition at line 65 of file Tensor2D.H.
enum components |
|
inline |
Construct null.
Definition at line 34 of file Tensor2DI.H.
|
inline |
Construct given VectorSpace.
Definition at line 39 of file Tensor2DI.H.
|
inline |
Construct given SymmTensor2D.
Definition at line 46 of file Tensor2DI.H.
References SymmTensor2D< Cmpt >::xx(), SymmTensor2D< Cmpt >::xy(), and SymmTensor2D< Cmpt >::yy().
|
inline |
Construct given SphericalTensor2D.
Definition at line 54 of file Tensor2DI.H.
References SphericalTensor2D< Cmpt >::ii().
|
inline |
Construct given the four components.
Definition at line 75 of file Tensor2DI.H.
Construct from Istream.
Definition at line 86 of file Tensor2DI.H.
|
inline |
Definition at line 108 of file Tensor2DI.H.
Referenced by Foam::cof(), Foam::det(), Foam::eigenValues(), Foam::eigenVector(), Foam::invariantII(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Foam::symm(), Foam::tr(), and Foam::twoSymm().
|
inline |
Definition at line 114 of file Tensor2DI.H.
Referenced by Foam::cof(), Foam::det(), Foam::eigenValues(), Foam::eigenVector(), Foam::invariantII(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Foam::skew(), Foam::symm(), and Foam::twoSymm().
|
inline |
Definition at line 120 of file Tensor2DI.H.
Referenced by Foam::cof(), Foam::det(), Foam::eigenValues(), Foam::eigenVector(), Foam::invariantII(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Foam::skew(), Foam::symm(), and Foam::twoSymm().
|
inline |
Definition at line 126 of file Tensor2DI.H.
Referenced by Foam::cof(), Foam::det(), Foam::eigenValues(), Foam::eigenVector(), Foam::invariantII(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Foam::symm(), Foam::tr(), and Foam::twoSymm().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 95 of file Tensor2DI.H.
Referenced by calcCurvature().
|
inline |
Definition at line 101 of file Tensor2DI.H.
Referenced by calcCurvature().
|
inline |
Transpose.
Definition at line 158 of file Tensor2DI.H.
|
inline |
Copy SymmTensor2D.
Definition at line 171 of file Tensor2DI.H.
References SymmTensor2D< Cmpt >::xx(), SymmTensor2D< Cmpt >::xy(), and SymmTensor2D< Cmpt >::yy().
|
inline |
Copy SphericalTensor2D.
Definition at line 179 of file Tensor2DI.H.
References SphericalTensor2D< Cmpt >::ii().
|
static |
Definition at line 73 of file Tensor2D.H.
|
static |
Definition at line 74 of file Tensor2D.H.
Definition at line 76 of file Tensor2D.H.
Definition at line 77 of file Tensor2D.H.
|
static |
Definition at line 78 of file Tensor2D.H.
|
static |
Definition at line 79 of file Tensor2D.H.
|
static |
Definition at line 80 of file Tensor2D.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.