Templated 3D SphericalTensor derived from VectorSpace adding construction from 1 component, element access using th ii() member function and the inner-product (dot-product) and outer-product operators. More...


Public Types | |
| enum | components { II } |
| Component labeling enumeration. More... | |
| typedef SphericalTensor< label > | labelType |
| Equivalent type of labels used for valid component indexing. More... | |
Public Types inherited from VectorSpace< SphericalTensor< Cmpt >, Cmpt, 1 > | |
| typedef VectorSpace< SphericalTensor< Cmpt >, Cmpt, Ncmpts > | vsType |
| VectorSpace type. More... | |
| typedef Cmpt | cmptType |
| Component type. More... | |
Public Member Functions | |
| SphericalTensor () | |
| Construct null. More... | |
| SphericalTensor (const Foam::zero) | |
| Construct initialised to zero. More... | |
| template<class Cmpt2 > | |
| SphericalTensor (const VectorSpace< SphericalTensor< Cmpt2 >, Cmpt2, 1 > &) | |
| Construct given VectorSpace. More... | |
| SphericalTensor (const Cmpt &tii) | |
| Construct given the component. More... | |
| SphericalTensor (Istream &) | |
| Construct from Istream. More... | |
| const Cmpt & | ii () const |
| Cmpt & | ii () |
| const SphericalTensor< Cmpt > & | T () const |
| Transpose. More... | |
Public Member Functions inherited from VectorSpace< SphericalTensor< Cmpt >, Cmpt, 1 > | |
| VectorSpace () | |
| Construct null. More... | |
| VectorSpace (const Foam::zero) | |
| Construct initialised to zero. More... | |
| VectorSpace (Istream &) | |
| Construct from Istream. More... | |
| VectorSpace (const VectorSpace< Form2, Cmpt2, Ncmpts > &) | |
| Construct as copy of a VectorSpace with the same size. More... | |
| const Cmpt & | component (const direction) const |
| Cmpt & | component (const direction) |
| void | component (Cmpt &, const direction) const |
| void | replace (const direction, const Cmpt &) |
| const ConstBlock< SubVector, BStart > | block () const |
| const VectorSpace< SphericalTensor< Cmpt >, Cmpt, Ncmpts >::template ConstBlock< SubVector, BStart > | block () const |
| const Cmpt & | operator[] (const direction) const |
| Cmpt & | operator[] (const direction) |
| void | operator+= (const VectorSpace< SphericalTensor< Cmpt >, Cmpt, Ncmpts > &) |
| void | operator-= (const VectorSpace< SphericalTensor< Cmpt >, Cmpt, Ncmpts > &) |
| void | operator= (const Foam::zero) |
| void | operator*= (const Type) |
| void | operator/= (const Type) |
Static Public Attributes | |
| static const direction | rank = 2 |
| Rank of SphericalTensor is 2. More... | |
| static const SphericalTensor | I |
| static const SphericalTensor | oneThirdI |
| static const SphericalTensor | twoThirdsI |
Static Public Attributes inherited from VectorSpace< SphericalTensor< Cmpt >, Cmpt, 1 > | |
| static const direction | dim |
| Dimensionality of space. More... | |
| static const direction | nComponents |
| Number of components in this vector space. More... | |
| static const direction | mRows |
| static const direction | nCols |
| static const char *const | typeName |
| static const char *const | componentNames [] |
| static const SphericalTensor< Cmpt > | zero |
| static const SphericalTensor< Cmpt > | one |
| static const SphericalTensor< Cmpt > | max |
| static const SphericalTensor< Cmpt > | min |
| static const SphericalTensor< Cmpt > | rootMax |
| static const SphericalTensor< Cmpt > | rootMin |
| static const SphericalTensor< Cmpt > | nan |
Additional Inherited Members | |
Static Public Member Functions inherited from VectorSpace< SphericalTensor< Cmpt >, Cmpt, 1 > | |
| static direction | size () |
| Return the number of elements in the VectorSpace = Ncmpts. More... | |
| static SphericalTensor< Cmpt > | uniform (const Cmpt &s) |
| Return a VectorSpace with all elements = s. More... | |
Public Attributes inherited from VectorSpace< SphericalTensor< Cmpt >, Cmpt, 1 > | |
| Cmpt | v_ [Ncmpts] |
| The components of this vector space. More... | |
Templated 3D SphericalTensor derived from VectorSpace adding construction from 1 component, element access using th ii() member function and the inner-product (dot-product) and outer-product operators.
Definition at line 51 of file SphericalTensor.H.
| typedef SphericalTensor<label> labelType |
Equivalent type of labels used for valid component indexing.
Definition at line 59 of file SphericalTensor.H.
| enum components |
|
inline |
Construct null.
Definition at line 31 of file SphericalTensorI.H.
|
inline |
Construct initialised to zero.
Definition at line 36 of file SphericalTensorI.H.
|
inline |
Construct given VectorSpace.
Definition at line 44 of file SphericalTensorI.H.
|
inline |
Construct given the component.
Definition at line 54 of file SphericalTensorI.H.
|
inline |
Construct from Istream.
Definition at line 61 of file SphericalTensorI.H.
|
inline |
Definition at line 70 of file SphericalTensorI.H.
Referenced by Foam::det(), Foam::inv(), Foam::magSqr(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Foam::operator/(), SymmTensor< Cmpt >::operator=(), Tensor< Cmpt >::operator=(), SymmTensor< Cmpt >::SymmTensor(), Tensor< Cmpt >::Tensor(), and Foam::tr().

|
inline |
Definition at line 77 of file SphericalTensorI.H.
|
inline |
Transpose.
Definition at line 85 of file SphericalTensorI.H.
|
static |
Rank of SphericalTensor is 2.
Definition at line 65 of file SphericalTensor.H.
|
static |
Definition at line 70 of file SphericalTensor.H.
|
static |
Definition at line 71 of file SphericalTensor.H.
|
static |
Definition at line 72 of file SphericalTensor.H.