52 const scalar
c = n1 & n2;
54 const scalar magSqrN3 =
magSqr(n3);
64 + (1 - c)*
sqr(n3)/magSqrN3;
73 const scalar magSqrN4 =
magSqr(n4);
74 return -
I + 2*
sqr(n4)/magSqrN4;
91 const scalar
s =
sin(omega);
92 const scalar
c =
cos(omega);
108 const scalar
s =
sin(omega);
109 const scalar
c =
cos(omega);
125 const scalar
s =
sin(omega);
126 const scalar
c =
cos(omega);
142 const scalar
s =
sin(omega);
143 const scalar
c =
cos(omega);
147 sqr(a.
x())*(1 - c) +
c,
148 a.
y()*a.
x()*(1 -
c) - a.
z()*
s,
149 a.
x()*a.
z()*(1 -
c) + a.
y()*
s,
151 a.
x()*a.
y()*(1 -
c) + a.
z()*
s,
152 sqr(a.
y())*(1 - c) +
c,
153 a.
y()*a.
z()*(1 -
c) - a.
x()*
s,
155 a.
x()*a.
z()*(1 -
c) - a.
y()*
s,
156 a.
y()*a.
z()*(1 -
c) + a.
x()*
s,
157 sqr(a.
z())*(1 - c) +
c 274 template<
class Type1,
class Type2>
312 scalar
cos = vec & e0;
313 scalar
sin = vec & e1;
Templated 3D symmetric tensor derived from VectorSpace adding construction from 6 components...
scalar pseudoAngle(const vector &e0, const vector &e1, const vector &vec)
Estimate angle of vec in coordinate system (e0, e1, e0^e1).
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Holds information (coordinate and normal) regarding nearest wall point.
sphericalTensor transformMask< sphericalTensor >(const symmTensor &st)
tensor rotationTensor(const vector &n1, const vector &n2)
Rotational transformation tensor from unit vector n1 to n2.
SphericalTensor< Cmpt > sph(const DiagTensor< Cmpt > &dt)
Return the spherical part of a diagonal tensor.
const dimensionedScalar c
Speed of light in a vacuum.
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))
dimensionedScalar cos(const dimensionedScalar &ds)
symmTensor transformMask< symmTensor >(const symmTensor &st)
static const Identity< scalar > I
dimensioned< scalar > magSqr(const dimensioned< Type > &)
dimensionedScalar sin(const dimensionedScalar &ds)
tensor Ry(const scalar &omega)
Rotational transformation tensor about the y-axis by omega radians.
Vector< Cmpt > perpendicular(const Vector< Cmpt > &v)
Type1 transformMask(const Type2 &t)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
tensor Rz(const scalar &omega)
Rotational transformation tensor about the z-axis by omega radians.
tensor Ra(const vector &a, const scalar omega)
Rotational transformation tensor about axis a by omega radians.
const scalar piByTwo(0.5 *pi)
Tensor< scalar > tensor
Tensor of scalars.
tensor Rx(const scalar &omega)
Rotational transformation tensor about the x-axis by omega radians.
dimensionSet transform(const dimensionSet &)