121 dt1.
xx() + t2.
xx(), t2.
xy(), t2.
xz(),
122 t2.
yx(), dt1.
yy() + t2.
yy(), t2.
yz(),
123 t2.
zx(), t2.
zy(), dt1.
zz() + t2.
zz()
134 t1.
xx() + dt2.
xx(), t1.
xy(), t1.
xz(),
135 t1.
yx(), t1.
yy() + dt2.
yy(), t1.
yz(),
136 t1.
zx(), t1.
zy(), t1.
zz() + dt2.
zz()
147 dt1.
xx() - t2.
xx(), -t2.
xy(), -t2.
xz(),
148 -t2.
yx(), dt1.
yy() - t2.
yy(), -t2.
yz(),
149 -t2.
zx(), -t2.
zy(), dt1.
zz() - t2.
zz()
160 t1.
xx() - dt2.
xx(), t1.
xy(), t1.
xz(),
161 t1.
yx(), t1.
yy() - dt2.
yy(), t1.
yz(),
162 t1.
zx(), t1.
zy(), t1.
zz() - dt2.
zz()
275 return dt.
xx() + dt.
yy() + dt.
zz();
291 return t.
xx()*t.
yy()*t.
zz();
Templated 3D tensor derived from VectorSpace adding construction from 9 components, element access using xx(), xy() etc. member functions and the inner-product (dot-product) and outer-product of two Vectors (tensor-product) operators.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject( name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE ))
tmp< GeometricField< Type, fvPatchField, volMesh > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
Templated 3D symmetric tensor derived from VectorSpace adding construction from 6 components...
tmp< fvMatrix< Type > > operator+(const fvMatrix< Type > &, const fvMatrix< Type > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
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.
Templated 3D Vector derived from VectorSpace adding construction from 3 components, element access using x(), y() and z() member functions and the inner-product (dot-product) and cross product operators.
tmp< fvMatrix< Type > > operator-(const fvMatrix< Type > &)
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
Cmpt v_[nCmpt]
The components of this vector space.
dimensionedScalar operator/(const scalar s1, const dimensionedScalar &ds2)
Templated 3D DiagTensor derived from VectorSpace.
dimensionedScalar det(const dimensionedSphericalTensor &dt)
SphericalTensor< Cmpt > sph(const DiagTensor< Cmpt > &dt)
Return the spherical part of a diagonal tensor.
DiagTensor()
Construct null.