81 const Cmpt txx,
const Cmpt txy,
82 const Cmpt tyx,
const Cmpt tyy
85 this->
v_[
XX] = txx; this->
v_[
XY] = txy;
86 this->
v_[
YX] = tyx; this->
v_[
YY] = tyy;
220 t.
xx()*v.
x() + t.
xy()*v.
y(),
221 t.
yx()*v.
x() + t.
yy()*v.
y()
232 v.
x()*t.
xx() + v.
y()*t.
yx(),
233 v.
x()*t.
xy() + v.
y()*t.
yy()
244 v1.
x()*v2.
x(), v1.
x()*v2.
y(),
245 v1.
y()*v2.
x(), v1.
y()*v2.
y()
254 return t.
xx() + t.
yy();
272 t.
xx(), 0.5*(t.
xy() + t.
yx()),
294 0.0, 0.5*(t.
xy() - t.
yx()),
295 0.5*(t.
yx() - t.
xy()), 0.0
320 return(t.
xx()*t.
yy() - t.
xy()*t.
yx());
392 st1.
ii() + t2.
xx(), t2.
xy(),
393 t2.
yx(), st1.
ii() + t2.
yy()
404 t1.
xx() + st2.
ii(), t1.
xy(),
405 t1.
yx(), t1.
yy() + st2.
ii()
416 st1.
ii() - t2.
xx(), -t2.
xy(),
417 -t2.
yx(), st1.
ii() - t2.
yy()
428 t1.
xx() - st2.
ii(), t1.
xy(),
429 t1.
yx(), t1.
yy() - st2.
ii()
470 return(st1.
ii()*t2.
xx() + st1.
ii()*t2.
yy());
479 return(t1.
xx()*st2.
ii() + t1.
yy()*st2.
ii());
491 st1.
xx() + t2.
xx(), st1.
xy() + t2.
xy(),
492 st1.
xy() + t2.
yx(), st1.
yy() + t2.
yy()
503 t1.
xx() + st2.
xx(), t1.
xy() + st2.
xy(),
504 t1.
yx() + st2.
xy(), t1.
yy() + st2.
yy()
515 st1.
xx() - t2.
xx(), st1.
xy() - t2.
xy(),
516 st1.
xy() - t2.
yx(), st1.
yy() - t2.
yy()
527 t1.
xx() - st2.
xx(), t1.
xy() - st2.
xy(),
528 t1.
yx() - st2.
xy(), t1.
yy() - st2.
yy()
540 st1.
xx()*t2.
xx() + st1.
xy()*t2.
yx(),
541 st1.
xx()*t2.
xy() + st1.
xy()*t2.
yy(),
543 st1.
xy()*t2.
xx() + st1.
yy()*t2.
yx(),
556 t1.
xx()*st2.
xx() + t1.
xy()*st2.
xy(),
557 t1.
xx()*st2.
xy() + t1.
xy()*st2.
yy(),
559 t1.
yx()*st2.
xx() + t1.
yy()*st2.
xy(),
573 + st1.
xy()*t2.
yx() + st1.
yy()*t2.
yy()
586 + t1.
yx()*st2.
xy() + t1.
yy()*st2.
yy()
Cmpt invariantII(const SymmTensor< Cmpt > &st)
Return the 2nd invariant of a symmetric tensor.
Tensor2D< Cmpt > T() const
Transpose.
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
dimensionedTensor skew(const dimensionedTensor &dt)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Vector2D< Cmpt > x() const
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Tensor2D()
Construct null.
void operator=(const SymmTensor2D< Cmpt > &)
Copy SymmTensor2D.
dimensionedScalar det(const dimensionedSphericalTensor &dt)
SphericalTensor< Cmpt > sph(const DiagTensor< Cmpt > &dt)
Return the spherical part of a diagonal tensor.
Vector2D< Cmpt > y() const
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.
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)
tmp< GeometricField< Type, fvPatchField, volMesh > > operator &(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
dimensionSet operator &&(const dimensionSet &, const dimensionSet &)
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
Cmpt invariantIII(const SymmTensor< Cmpt > &st)
Return the 3rd invariant of a symmetric tensor.
tmp< fvMatrix< Type > > operator-(const fvMatrix< Type > &)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
tmp< fvMatrix< Type > > operator+(const fvMatrix< Type > &, const fvMatrix< Type > &)
dimensionedSymmTensor dev2(const dimensionedSymmTensor &dt)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
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.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Cmpt invariantI(const SymmTensor< Cmpt > &st)
Return the 1st invariant of a symmetric tensor.
Templated 2D symmetric tensor derived from VectorSpace adding construction from 4 components...
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
Templated 2D Vector derived from VectorSpace adding construction from 2 components, element access using x() and y() member functions and the inner-product (dot-product).
dimensionedSymmTensor cof(const dimensionedSymmTensor &dt)
Cmpt v_[Ncmpts]
The components of this vector space.