Go to the documentation of this file.
133 r_ = X.r_ + (r_ & X.E_);
154 E_ & (v.l() - (r_ ^ v.w()))
177 return E_ & (
p - r_);
185 X_.E().T(), -X_.Erx().T(),
196 vector ETfl(X_.E().T() &
f.l());
200 (X_.E().T() &
f.w()) + (X_.r() ^ ETfl),
223 X_.E() & (
f.w() - (X_.r() ^
f.l())),
233 is >> X.
E() >> X.
r();
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
static constexpr const zero Zero
Global zero (0)
tensor Ry(const scalar &omega)
Rotational transformation tensor about the y-axis by omega radians.
Istream & operator>>(Istream &, directionInfo &)
spatialTransform Xrx(const scalar &omega)
Rotational spatial transformation tensor about the x-axis by omega radians.
tensor Rz(const scalar &omega)
Rotational transformation tensor about the z-axis by omega radians.
tensor Rx(const scalar &omega)
Rotational transformation tensor about the x-axis by omega radians.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
spatialTransform Xt(const vector &r)
Translational spatial transformation tensor for translation r.
OBJstream os(runTime.globalPath()/outputName)
spatialTransform Xr(const vector &a, const scalar omega)
Rotational spatial transformation tensor about axis a by omega radians.
spatialTransform Xry(const scalar &omega)
Rotational spatial transformation tensor about the y-axis by omega radians.
SpatialTensor< scalar > spatialTensor
SpatialTensor of scalars.
tensor Ra(const vector &a, const scalar omega)
Rotational transformation tensor about axis a by omega radians.
Tensor< Cmpt > T() const
Return non-Hermitian transpose.
SpatialVector< scalar > spatialVector
SpatialVector of scalars.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
spatialTransform Xrz(const scalar &omega)
Rotational spatial transformation tensor about the z-axis by omega radians.
static const Identity< scalar > I