57 this->v_[XX] = st.
ii(); this->v_[XY] = 0; this->v_[XZ] = 0;
58 this->v_[YY] = st.
ii(); this->v_[YZ] = 0;
59 this->v_[ZZ] = st.
ii();
66 const Cmpt txx,
const Cmpt txy,
const Cmpt txz,
67 const Cmpt tyy,
const Cmpt tyz,
71 this->v_[XX] = txx; this->v_[XY] = txy; this->v_[XZ] = txz;
72 this->v_[YY] = tyy; this->v_[YZ] = tyz;
172 this->v_[XX] = st.
ii(); this->v_[XY] = 0; this->v_[XZ] = 0;
173 this->v_[YY] = st.
ii(); this->v_[YZ] = 0;
174 this->v_[ZZ] = st.
ii();
200 st1.
xx()*st2.
xx() + st1.
xy()*st2.
xy() + st1.
xz()*st2.
xz(),
201 st1.
xx()*st2.
xy() + st1.
xy()*st2.
yy() + st1.
xz()*st2.
yz(),
202 st1.
xx()*st2.
xz() + st1.
xy()*st2.
yz() + st1.
xz()*st2.
zz(),
204 st1.
xy()*st2.
xx() + st1.
yy()*st2.
xy() + st1.
yz()*st2.
xz(),
205 st1.
xy()*st2.
xy() + st1.
yy()*st2.
yy() + st1.
yz()*st2.
yz(),
206 st1.
xy()*st2.
xz() + st1.
yy()*st2.
yz() + st1.
yz()*st2.
zz(),
208 st1.
xz()*st2.
xx() + st1.
yz()*st2.
xy() + st1.
zz()*st2.
xz(),
209 st1.
xz()*st2.
xy() + st1.
yz()*st2.
yy() + st1.
zz()*st2.
yz(),
210 st1.
xz()*st2.
xz() + st1.
yz()*st2.
yz() + st1.
zz()*st2.
zz()
222 st1.
xx()*st2.
xx() + 2*st1.
xy()*st2.
xy() + 2*st1.
xz()*st2.
xz()
223 + st1.
yy()*st2.
yy() + 2*st1.
yz()*st2.
yz()
236 st.
xx()*v.
x() + st.
xy()*v.
y() + st.
xz()*v.
z(),
237 st.
xy()*v.
x() + st.
yy()*v.
y() + st.
yz()*v.
z(),
238 st.
xz()*v.
x() + st.
yz()*v.
y() + st.
zz()*v.
z()
250 v.
x()*st.
xx() + v.
y()*st.
xy() + v.
z()*st.
xz(),
251 v.
x()*st.
xy() + v.
y()*st.
yy() + v.
z()*st.
yz(),
252 v.
x()*st.
xz() + v.
y()*st.
yz() + v.
z()*st.
zz()
259 inline SymmTensor<Cmpt>
292 return st.
xx() + st.
yy() + st.
zz();
300 return (1.0/3.0)*
tr(st);
422 inline SymmTensor<Cmpt>
427 spt1.
ii() + st2.
xx(), st2.
xy(), st2.
xz(),
428 spt1.
ii() + st2.
yy(), st2.
yz(),
435 inline SymmTensor<Cmpt>
440 st1.
xx() + spt2.
ii(), st1.
xy(), st1.
xz(),
441 st1.
yy() + spt2.
ii(), st1.
yz(),
448 inline SymmTensor<Cmpt>
453 spt1.
ii() - st2.
xx(), -st2.
xy(), -st2.
xz(),
454 spt1.
ii() - st2.
yy(), -st2.
yz(),
461 inline SymmTensor<Cmpt>
466 st1.
xx() - spt2.
ii(), st1.
xy(), st1.
xz(),
467 st1.
yy() - spt2.
ii(), st1.
yz(),
475 inline SymmTensor<Cmpt>
480 spt1.
ii()*st2.
xx(), spt1.
ii()*st2.
xy(), spt1.
ii()*st2.
xz(),
481 spt1.
ii()*st2.
yy(), spt1.
ii()*st2.
yz(),
489 inline SymmTensor<Cmpt>
494 st1.
xx()*spt2.
ii(), st1.
xy()*spt2.
ii(), st1.
xz()*spt2.
ii(),
495 st1.
yy()*spt2.
ii(), st1.
yz()*spt2.
ii(),
506 return(spt1.
ii()*st2.
xx() + spt1.
ii()*st2.
yy() + spt1.
ii()*st2.
zz());
515 return(st1.
xx()*spt2.
ii() + st1.
yy()*spt2.
ii() + st1.
zz()*spt2.
ii());
524 v.
x()*v.
x(), v.
x()*v.
y(), v.
x()*v.
z(),
525 v.
y()*v.
y(), v.
y()*v.
z(),
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Templated 3D SphericalTensor derived from VectorSpace adding construction from 1 component,...
Templated 3D symmetric tensor derived from VectorSpace adding construction from 6 components,...
SymmTensor()
Construct null.
void operator=(const SphericalTensor< Cmpt > &)
Assign to given SphericalTensor.
const SymmTensor< Cmpt > & T() const
Transpose.
Templated 3D tensor derived from MatrixSpace adding construction from 9 components,...
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
dimensionedSymmTensor dev2(const dimensionedSymmTensor &dt)
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
dimensionedScalar det(const dimensionedSphericalTensor &dt)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
Cmpt invariantI(const SymmTensor< Cmpt > &st)
Return the 1st invariant of a symmetric tensor.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)
SphericalTensor< Cmpt > sph(const DiagTensor< Cmpt > &dt)
Return the spherical part of a diagonal tensor.
Cmpt invariantIII(const SymmTensor< Cmpt > &st)
Return the 3rd invariant of a symmetric tensor.
dimensionedSymmTensor cof(const dimensionedSymmTensor &dt)
Cmpt invariantII(const SymmTensor< Cmpt > &st)
Return the 2nd invariant of a symmetric tensor.
tmp< VolField< Type > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
tmp< fvMatrix< Type > > operator+(const fvMatrix< Type > &, const fvMatrix< Type > &)
dimensionedSymmTensor innerSqr(const dimensionedSymmTensor &dt)
tmp< fvMatrix< Type > > operator-(const fvMatrix< Type > &)
dimensioned< scalar > magSqr(const dimensioned< Type > &)
dimensioned< typename scalarProduct< Type1, Type2 >::type > operator&&(const dimensioned< Type1 > &, const dimensioned< Type2 > &)