32 #ifndef symmTransform_H 33 #define symmTransform_H 123 + (stt.
xx()*st.
xy() + stt.
xy()*st.
yy() + stt.
xz()*st.
yz())*stt.
xy()
124 + (stt.
xx()*st.
xz() + stt.
xy()*st.
yz() + stt.
xz()*st.
zz())*stt.
xz(),
127 + (stt.
xx()*st.
xy() + stt.
xy()*st.
yy() + stt.
xz()*st.
yz())*stt.
yy()
128 + (stt.
xx()*st.
xz() + stt.
xy()*st.
yz() + stt.
xz()*st.
zz())*stt.
yz(),
131 + (stt.
xx()*st.
xy() + stt.
xy()*st.
yy() + stt.
xz()*st.
yz())*stt.
yz()
132 + (stt.
xx()*st.
xz() + stt.
xy()*st.
yz() + stt.
xz()*st.
zz())*stt.
zz(),
135 + (stt.
xy()*st.
xy() + stt.
yy()*st.
yy() + stt.
yz()*st.
yz())*stt.
yy()
136 + (stt.
xy()*st.
xz() + stt.
yy()*st.
yz() + stt.
yz()*st.
zz())*stt.
yz(),
139 + (stt.
xy()*st.
xy() + stt.
yy()*st.
yy() + stt.
yz()*st.
yz())*stt.
yz()
140 + (stt.
xy()*st.
xz() + stt.
yy()*st.
yz() + stt.
yz()*st.
zz())*stt.
zz(),
143 + (stt.
xz()*st.
xy() + stt.
yz()*st.
yy() + stt.
zz()*st.
yz())*stt.
yz()
144 + (stt.
xz()*st.
xz() + stt.
yz()*st.
yz() + stt.
zz()*st.
zz())*stt.
zz()
sphericalTensor transformMask< sphericalTensor >(const symmTensor &st)
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.
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))
symmTensor transformMask< symmTensor >(const symmTensor &st)
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.
tensor transformMask< tensor >(const symmTensor &st)
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.
dimensionSet transform(const dimensionSet &)