![]() |
|
Public Member Functions | |
TypeName ("Cartesian") | |
Runtime type information. | |
cartesianCS (const word &name, const vector &origin, const vector &axis, const vector &dir) | |
Construct from origin and 2 axes. | |
cartesianCS (const word &name, const vector &origin, const coordinateRotation &cr) | |
Construct from origin and rotation angles. | |
cartesianCS (const word &name, const dictionary &dict) | |
Construct from dictionary. | |
virtual | ~cartesianCS () |
virtual vector | toGlobal (const vector &localV) const |
Convert from local coordinate system to the global Cartesian system. | |
virtual tmp< vectorField > | toGlobal (const vectorField &localV) const |
virtual vector | toLocal (const vector &globalV) const |
Convert from global Cartesian system to the local coordinate system. | |
virtual tmp< vectorField > | toLocal (const vectorField &globalV) const |
|
Construct from origin and 2 axes.
|
|
Construct from origin and rotation angles.
|
|
Construct from dictionary.
|
|
Definition at line 110 of file cartesianCS.H. References Foam::vector, and Foam::vectorField. |
|
Implements coordinateSystem. Reimplemented in cylindricalCS, parabolicCylindricalCS, sphericalCS, and toroidalCS. |
|
Convert from local coordinate system to the global Cartesian system.
Implements coordinateSystem. Reimplemented in cylindricalCS, parabolicCylindricalCS, sphericalCS, and toroidalCS. |
|
Implements coordinateSystem. Reimplemented in cylindricalCS, parabolicCylindricalCS, sphericalCS, and toroidalCS. |
|
Convert from global Cartesian system to the local coordinate system.
Implements coordinateSystem. Reimplemented in cylindricalCS, parabolicCylindricalCS, sphericalCS, and toroidalCS. |
|
Runtime type information.
|