32 #ifndef symmTransform_H
33 #define symmTransform_H
135 + (stt.
xx()*st.
xy() + stt.
xy()*st.
yy() + stt.
xz()*st.
yz())*stt.
xy()
136 + (stt.
xx()*st.
xz() + stt.
xy()*st.
yz() + stt.
xz()*st.
zz())*stt.
xz(),
139 + (stt.
xx()*st.
xy() + stt.
xy()*st.
yy() + stt.
xz()*st.
yz())*stt.
yy()
140 + (stt.
xx()*st.
xz() + stt.
xy()*st.
yz() + stt.
xz()*st.
zz())*stt.
yz(),
143 + (stt.
xx()*st.
xy() + stt.
xy()*st.
yy() + stt.
xz()*st.
yz())*stt.
yz()
144 + (stt.
xx()*st.
xz() + stt.
xy()*st.
yz() + stt.
xz()*st.
zz())*stt.
zz(),
147 + (stt.
xy()*st.
xy() + stt.
yy()*st.
yy() + stt.
yz()*st.
yz())*stt.
yy()
148 + (stt.
xy()*st.
xz() + stt.
yy()*st.
yz() + stt.
yz()*st.
zz())*stt.
yz(),
151 + (stt.
xy()*st.
xy() + stt.
yy()*st.
yy() + stt.
yz()*st.
yz())*stt.
yz()
152 + (stt.
xy()*st.
xz() + stt.
yy()*st.
yz() + stt.
yz()*st.
zz())*stt.
zz(),
155 + (stt.
xz()*st.
xy() + stt.
yz()*st.
yy() + stt.
zz()*st.
yz())*stt.
yz()
156 + (stt.
xz()*st.
xz() + stt.
yz()*st.
yz() + stt.
zz()*st.
zz())*stt.
zz()
Templated 3D SphericalTensor derived from VectorSpace adding construction from 1 component,...
Templated 3D tensor derived from MatrixSpace adding construction from 9 components,...
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.name(), lagrangian::cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void transform(GeometricField< Type, GeoMesh > &rtf, const GeometricField< tensor, GeoMesh > &trf, const GeometricField< Type, GeoMesh > &tf)
tensor transformMask< tensor >(const symmTensor &st)
SphericalTensor< Cmpt > sph(const DiagTensor< Cmpt > &dt)
Return the spherical part of a diagonal tensor.
sphericalTensor transformMask< sphericalTensor >(const symmTensor &st)
symmTensor transformMask< symmTensor >(const symmTensor &st)