128 dt1.
xx() + t2.
xx(), t2.
xy(), t2.
xz(),
129 t2.
yx(), dt1.
yy() + t2.
yy(), t2.
yz(),
130 t2.
zx(), t2.
zy(), dt1.
zz() + t2.
zz()
141 t1.
xx() + dt2.
xx(), t1.
xy(), t1.
xz(),
142 t1.
yx(), t1.
yy() + dt2.
yy(), t1.
yz(),
143 t1.
zx(), t1.
zy(), t1.
zz() + dt2.
zz()
154 dt1.
xx() - t2.
xx(), -t2.
xy(), -t2.
xz(),
155 -t2.
yx(), dt1.
yy() - t2.
yy(), -t2.
yz(),
156 -t2.
zx(), -t2.
zy(), dt1.
zz() - t2.
zz()
167 t1.
xx() - dt2.
xx(), t1.
xy(), t1.
xz(),
168 t1.
yx(), t1.
yy() - dt2.
yy(), t1.
yz(),
169 t1.
zx(), t1.
zy(), t1.
zz() - dt2.
zz()
282 return dt.
xx() + dt.
yy() + dt.
zz();
298 return t.
xx()*t.
yy()*t.
zz();
Templated 3D symmetric tensor derived from VectorSpace adding construction from 6 components...
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
dimensionedScalar operator/(const scalar s1, const dimensionedScalar &ds2)
dimensionedScalar det(const dimensionedSphericalTensor &dt)
SphericalTensor< Cmpt > sph(const DiagTensor< Cmpt > &dt)
Return the spherical part of a diagonal 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.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
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))
Templated 3D DiagTensor derived from VectorSpace.
tmp< fvMatrix< Type > > operator-(const fvMatrix< Type > &)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
tmp< fvMatrix< Type > > operator+(const fvMatrix< Type > &, const fvMatrix< Type > &)
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.
DiagTensor()
Construct null.
tmp< GeometricField< Type, fvPatchField, volMesh > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
Templated 3D tensor derived from MatrixSpace 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.
Cmpt v_[Ncmpts]
The components of this vector space.