141 dt1.
xx() + t2.
xx(), t2.
xy(), t2.
xz(),
142 t2.
yx(), dt1.
yy() + t2.
yy(), t2.
yz(),
143 t2.
zx(), t2.
zy(), dt1.
zz() + t2.
zz()
154 t1.
xx() + dt2.
xx(), t1.
xy(), t1.
xz(),
155 t1.
yx(), t1.
yy() + dt2.
yy(), t1.
yz(),
156 t1.
zx(), t1.
zy(), t1.
zz() + dt2.
zz()
167 dt1.
xx() - t2.
xx(), -t2.
xy(), -t2.
xz(),
168 -t2.
yx(), dt1.
yy() - t2.
yy(), -t2.
yz(),
169 -t2.
zx(), -t2.
zy(), dt1.
zz() - t2.
zz()
180 t1.
xx() - dt2.
xx(), t1.
xy(), t1.
xz(),
181 t1.
yx(), t1.
yy() - dt2.
yy(), t1.
yz(),
182 t1.
zx(), t1.
zy(), t1.
zz() - dt2.
zz()
188 inline SymmTensor<Cmpt>
193 dt1.
xx() + t2.
xx(), t2.
xy(), t2.
xz(),
194 dt1.
yy() + t2.
yy(), t2.
yz(),
201 inline SymmTensor<Cmpt>
206 t1.
xx() + dt2.
xx(), t1.
xy(), t1.
xz(),
207 t1.
yy() + dt2.
yy(), t1.
yz(),
214 inline SymmTensor<Cmpt>
219 dt1.
xx() - t2.
xx(), -t2.
xy(), -t2.
xz(),
220 dt1.
yy() - t2.
yy(), -t2.
yz(),
227 inline SymmTensor<Cmpt>
232 t1.
xx() - dt2.
xx(), t1.
xy(), t1.
xz(),
233 t1.
yy() - dt2.
yy(), t1.
yz(),
241 inline DiagTensor<Cmpt>
327 inline DiagTensor<Cmpt>
347 return dt.
xx() + dt.
yy() + dt.
zz();
363 return t.
xx()*t.
yy()*t.
zz();
Templated 3D DiagTensor derived from VectorSpace.
DiagTensor()
Construct null.
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,...
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...
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.name(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
dimensionedScalar det(const dimensionedSphericalTensor &dt)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
SphericalTensor< Cmpt > sph(const DiagTensor< Cmpt > &dt)
Return the spherical part of a diagonal tensor.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
tmp< VolField< Type > > operator&(const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &)
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
tmp< fvMatrix< Type > > operator+(const fvMatrix< Type > &, const fvMatrix< Type > &)
tmp< fvMatrix< Type > > operator-(const fvMatrix< Type > &)
tmp< fvMatrix< Type > > operator/(const fvMatrix< Type > &, const volScalarField::Internal &)