Next: CONSTRUCT LINE Contents [line_name] Mode [Range]
Up: CONSTRUCT COORDSYS
Previous: CONSTRUCT COORDSYS RECTANGUL
This command is used to define a local spherical coordinate system.
FEMGEN command
CONSTRUCT COORDSYS SPHERICAL [csyst] Pnamo Pnamz Pnamx
csyst | = | optional name of the local coordinate system |
Pnamo | = | origin of coordinate system |
Pnamz | = | defines the local z-axis direction, `pnamo' to `pnamz' |
Pnamx | = | defines the local x-axis direction, which is the vector from `pnamo' to |
`pnamx' projected onto the plane normal to the local z-axis. |
The spherical coordinates are connected to the local (x,y,z)
coordinates by , and
where and are in degrees.
Local spherical coordinate systems may be selected for use in the definition of point coordinates (in terms of the local spherical coordinates and using the command CONSTRUCT COORDSYS LOCAL, or for the creation of skew boundary conditions using the command PROPERTY ATTACH
Notes:
Examples:
This creates a spherical coordinate system called CS1 with its origin at P1. The z-axis is defined by P2 and the x-axis by P3
See also the following commands
'CONSTRUCT COORDSYS LOCAL'
'CONSTRUCT NAME'
'PROPERTY ATTACH'
'UTILITY TABULATE GEOMETRY CSYST'
'UTILITY DELETE GEOMETRY CSYST'
FEMVIEW command
CONSTRUCT COORDSYS SPHERICAL [csyst] def
This command is used to define a local spherical system for use with RESULTS TRANSFORM LOCAL
csyst | = | optional name of the local coordinate system |
defn | = | two sets of model coordinates (x, y, z) defining the local origin |
and local axis of the system. | ||
OR | ||
= | the keyword NODES with two node numbers defining the local origin | |
and local axis of the system. | ||
OR | ||
= | X or Y or Z if the local axis of the sphere is one of the global axes. |
Each time that a new axis system is created an axis set is drawn at the local origin to indicate the location and orientation of the coordinate system.
When the resulting spherical system is used with RESULTS LOCAL TRANSFORM the radial (or local x) direction is normal to the surface of the sphere, the hoop (or local y) direction is in a plane normal to the axis and the local z direction is perpendicular to these two.
See also the following commands
Examples:
Creates a cylindrical axis system with the origin at x=1.1, y=1.2 and z=2.1. The local axis of the system passes through x=3.2, y=2.1 and z=4. A name for the system will be generated automatically.
Creates a cylindrical axis system called SPH11 with the origin at node 1, the local axis defined by node 10.
Femsys Limited