Go to the documentation of this file.
35 namespace coordinateRotations
64 coordinateRotations::
axes(crot)
70 coordinateRotations::
axes(axis)
84 os <<
type() <<
" axis: " << axis1_;
94 os.beginBlock(keyword);
96 os.writeEntry(
"type",
type());
97 os.writeEntry(
"axis", axis1_);
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
A class for handling words, derived from Foam::string.
virtual void write(Ostream &os) const
virtual void writeEntry(const word &keyword, Ostream &os) const
static constexpr const zero Zero
A special purpose coordinateRotation that is generally for use in combination with a cylindricalCS wh...
addToRunTimeSelectionTable(coordinateRotation, axisAngle, dictionary)
A coordinateRotation specified using global axes.
static tensor rotation(const vector &axis)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
fileName::Type type(const fileName &name, const bool followLink=true)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
@ E3_E1
The axis1 (dominant) is local Z, axis2 is local X.
static tensor rotation(const vector &axis1, const vector &axis2, axisOrder order=E3_E1)