Go to the documentation of this file.
141 virtual void clear();
147 virtual const tensor&
R()
const
virtual bool uniform() const
Return if the rotation is uniform.
virtual tmp< symmTensorField > transformVector(const vectorField &vf) const
Transform vectorField using transformation tensorField and return.
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
virtual const tensor & R() const
Return local-to-global transformation tensor.
virtual const tensor & Rtr() const
Return global-to-local transformation tensor.
virtual tmp< tensorField > transformTensor(const tensorField &tf) const
Transform tensor field using transformation tensorField.
A class for managing temporary objects.
cylindrical(const dictionary &, const objectRegistry &)
Construct from dictionary and objectRegistry.
virtual const vector e1() const
Return local Cartesian x-axis.
A local coordinate rotation. The cell based rotational field can be created in two ways:
virtual ~cylindrical()
Destructor.
Mesh consisting of general polyhedral cells.
point origin_
Origin of the coordinate system.
virtual const vector e3() const
Return local Cartesian z-axis.
Registry of regIOobjects.
virtual void clear()
Reset rotation to an identity rotation.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
Abstract base class for coordinate rotation.
autoPtr< tensorField > Rptr_
AutoPtr to transformation tensor.
virtual const tensorField & Tr() const
Return local-to-global transformation tensor.
virtual tmp< vectorField > transform(const vectorField &tf) const
Transform vectorField using transformation tensor field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
autoPtr< coordinateRotation > clone() const
Return clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< vectorField > invTransform(const vectorField &vf) const
Inverse transform vectorField using transformation tensor field.
TypeName("cylindrical")
Runtime type information.
virtual const vector e2() const
Return local Cartesian y-axis.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void init(const objectRegistry &obr, const List< label > &cells=List< label >())
Init transformation tensor field.
virtual void updateCells(const polyMesh &mesh, const labelList &cells)
Update the rotation for a list of cells.
virtual void write(Ostream &) const
Write.