cylindricalCS Class Reference
Cylindrical coordinate system.
More...
List of all members.
|
Public Member Functions |
| | TypeName ("cylindrical") |
| | Runtime type information.
|
| | cylindricalCS (const bool inDegrees=true) |
| | Construct null.
|
| | cylindricalCS (const coordinateSystem &, const bool inDegrees=true) |
| | Construct copy.
|
| | cylindricalCS (const word &name, const coordinateSystem &, const bool inDegrees=true) |
| | Construct copy with a different name.
|
| | cylindricalCS (const word &name, const point &origin, const coordinateRotation &, const bool inDegrees=true) |
| | Construct from origin and rotation.
|
| | cylindricalCS (const word &name, const point &origin, const vector &axis, const vector &dirn, const bool inDegrees=true) |
| | Construct from origin and 2 axes.
|
| | cylindricalCS (const word &name, const dictionary &) |
| | Construct from dictionary.
|
| bool | inDegrees () const |
| | Are angles in degrees?
|
| bool & | inDegrees () |
| | Non-const access to inDegrees.
|
Protected Member Functions |
| virtual vector | localToGlobal (const vector &, bool translate) const |
| | Convert from local coordinate system to the global Cartesian system.
|
| virtual tmp< vectorField > | localToGlobal (const vectorField &, bool translate) const |
| | Convert from local coordinate system to the global Cartesian system.
|
| virtual vector | globalToLocal (const vector &, bool translate) const |
| | Convert from global Cartesian system to the local coordinate system.
|
| virtual tmp< vectorField > | globalToLocal (const vectorField &, bool translate) const |
| | Convert from global Cartesian system to the local coordinate system.
|
Detailed Description
Cylindrical coordinate system.
- Source files
-
Definition at line 45 of file cylindricalCS.H.
Constructor & Destructor Documentation
Member Function Documentation
| Foam::vector localToGlobal |
( |
const vector & |
local, |
|
|
bool |
translate | |
|
) |
| | const [protected, virtual] |
Convert from local coordinate system to the global Cartesian system.
with optional translation for the origin
Reimplemented from coordinateSystem.
Definition at line 120 of file cylindricalCS.C.
Convert from local coordinate system to the global Cartesian system.
with optional translation for the origin
Reimplemented from coordinateSystem.
Definition at line 139 of file cylindricalCS.C.
| Foam::vector globalToLocal |
( |
const vector & |
global, |
|
|
bool |
translate | |
|
) |
| | const [protected, virtual] |
Convert from global Cartesian system to the local coordinate system.
with optional translation for the origin
Reimplemented from coordinateSystem.
Definition at line 161 of file cylindricalCS.C.
Convert from global Cartesian system to the local coordinate system.
with optional translation for the origin
Reimplemented from coordinateSystem.
Definition at line 182 of file cylindricalCS.C.
| TypeName |
( |
"cylindrical" |
|
) |
|
Runtime type information.
The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd