50 #ifndef STARCDCoordinateRotation_H
51 #define STARCDCoordinateRotation_H
124 virtual const tensor&
R()
const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A coordinateRotation defined by the STAR-CD convention.
virtual const vector e2() const
Return local Cartesian y-axis in global coordinates.
virtual void write(Ostream &) const
Write.
virtual autoPtr< coordinateRotation > clone() const
Construct and return a clone.
virtual const tensor & R() const
Return local-to-global transformation tensor.
TypeName("STARCDRotation")
Runtime type information.
virtual void updatePoints(const UList< vector > &points)
Update the rotation for a list of points.
virtual tmp< vectorField > invTransform(const vectorField &vf) const
Inverse transform vectorField using transformation tensor field.
virtual tmp< vectorField > transform(const vectorField &vf) const
Transform vectorField using transformation tensor field.
virtual const vector e1() const
Return local Cartesian x-axis in global coordinates.
virtual const vector e3() const
Return local Cartesian z-axis in global coordinates.
virtual symmTensor transformDiagTensor(const vector &p, const vector &v) const
Transform diagTensor masquerading as a vector using transformation.
STARCDCoordinateRotation(const dictionary &)
Construct from dictionary.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Abstract base class for coordinate rotation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for managing temporary objects.