Templated 2D sphericalTensor derived from VectorSpace adding construction from 1 component, element access using ii() member function and the inner-product (dot-product) and outer-product operators. More...
#include <OpenFOAM/SphericalTensor2D_.H>
Templated 2D sphericalTensor derived from VectorSpace adding construction from 1 component, element access using ii() member function and the inner-product (dot-product) and outer-product operators.
Definition at line 52 of file SphericalTensor2D_.H.
Public Types | |
enum | { rank = 2 } |
enum | components { II } |
Component labeling enumeration. More... | |
Public Member Functions | |
SphericalTensor2D () | |
Construct null.
| |
SphericalTensor2D (const VectorSpace< SphericalTensor2D< Cmpt >, Cmpt, 1 > &) | |
Construct given VectorSpace.
| |
SphericalTensor2D (const Cmpt &tii) | |
Construct given the component.
| |
SphericalTensor2D (Istream &) | |
Construct from Istream.
| |
const Cmpt & | ii () const |
Cmpt & | ii () |
Static Public Attributes | |
static const char *const | typeName = "sphericalTensor2D" |
static const char * | componentNames [] = {"ii"} |
static const SphericalTensor2D | zero |
static const SphericalTensor2D | one |
static const SphericalTensor2D | max |
static const SphericalTensor2D | min |
static const SphericalTensor2D | I |
static const SphericalTensor2D | oneThirdI |
static const SphericalTensor2D | twoThirdsI |
anonymous enum |
Definition at line 61 of file SphericalTensor2D_.H.
enum components |
SphericalTensor2D | ( | ) | [inline]
|
Construct null.
Definition at line 37 of file SphericalTensor2DI_.H.
SphericalTensor2D | ( | const VectorSpace< SphericalTensor2D< Cmpt >, Cmpt, 1 > & | vs ) | [inline]
|
Construct given VectorSpace.
Definition at line 44 of file SphericalTensor2DI_.H.
SphericalTensor2D | ( | const Cmpt & | tii ) | [inline]
|
Construct given the component.
Definition at line 54 of file SphericalTensor2DI_.H.
SphericalTensor2D | ( | Istream & | is ) | [inline]
|
Construct from Istream.
Definition at line 62 of file SphericalTensor2DI_.H.
const Cmpt & ii | ( | ) | const [inline]
|
Definition at line 71 of file SphericalTensor2DI_.H.
Referenced by Foam::det(), Foam::inv(), Foam::operator&(), Foam::operator&&(), Foam::operator+(), Foam::operator-(), Foam::operator/(), Tensor2D< Cmpt >::operator=(), Tensor2D< Cmpt >::Tensor2D(), and Foam::tr().
Cmpt & ii | ( | ) | [inline]
|
Definition at line 78 of file SphericalTensor2DI_.H.
const char *const typeName = "sphericalTensor2D" [static]
|
Definition at line 69 of file SphericalTensor2D_.H.
const char * componentNames = {"ii"} [static]
|
Definition at line 70 of file SphericalTensor2D_.H.
const sphericalTensor2D zero [static]
|
Definition at line 71 of file SphericalTensor2D_.H.
const sphericalTensor2D one [static]
|
Definition at line 72 of file SphericalTensor2D_.H.
const sphericalTensor2D max [static]
|
Definition at line 73 of file SphericalTensor2D_.H.
const sphericalTensor2D min [static]
|
Definition at line 74 of file SphericalTensor2D_.H.
const sphericalTensor2D I [static]
|
Definition at line 75 of file SphericalTensor2D_.H.
const sphericalTensor2D oneThirdI [static]
|
Definition at line 76 of file SphericalTensor2D_.H.
const sphericalTensor2D twoThirdsI [static]
|
Definition at line 77 of file SphericalTensor2D_.H.