Go to the documentation of this file.
36 quaternion(0,
vector(0, 0, 0))
41 quaternion(1,
vector(0, 0, 0))
57 buf <<
'(' <<
s.t() <<
',' <<
s.r() <<
')';
86 is.
check(
"operator>>(Istream&, septernion&)");
Istream & readEnd(const char *funcName)
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
A class for handling words, derived from string.
Septernion class used to perform translations and rotations in 3D space.
quaternion slerp(const quaternion &qa, const quaternion &qb, const scalar t)
Spherical linear interpolation of quaternions.
static const septernion zero
string str() const
Return the string.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
const quaternion & r() const
Ostream & operator<<(Ostream &, const edgeMesh &)
virtual bool check(const char *operation) const
Check IOstream status for given operation.
Vector< scalar > vector
A scalar version of the templated Vector.
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))
septernion()
Construct null.
Output to memory buffer stream.
Istream & operator>>(Istream &, edgeMesh &)
static const septernion I
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Istream & readBegin(const char *funcName)
static const char *const typeName
word name(const complex &)
Return a string representation of a complex.