The button corresponding to the creation of a new coordinate system using
three nodes is called
CORD1 (Nastran),
NODE (Abaqus) or
CS (ANSYS®).
In the latter case, only Cartesian coordinate systems are supported.
In the other two cases, the type of the coordinate system is chosen in
the drop down list.
Coordinate system type |
solver |
CS_DEF button label |
COORD database |
Cartesian |
Abaqus
|
Z RECTANGULAR |
ORIENTATION_NODES_R |
RECTANGULAR |
ORIENTATION_NODES_DYN |
Nastran |
CORD1R |
CORD_NODES_R |
ANSYS® |
CS |
LOCAL_NODES_DYN |
Cylindrical |
Abaqus |
CYLINDRICAL |
ORIENTATION_NODES_C |
Nastran |
CORD1C |
CORD_NODES_C |
ANSYS® |
not supported |
not supported |
Spherical |
Abaqus |
SPHERICAL |
ORIENTATION_NODES_S |
Nastran |
CORD1S |
CORD_NODES_S |
ANSYS® |
not supported |
not supported |
In each case, after the command is chosen, the user selects three
nodes from the model that are used as follows:
- the first node is the origin;
- the direction from the origin to the second node is the direction
of the first axis that is x-axis (in case of
NODES | RECTANGULAR
(Abaqus)
,
CS (ANSYS®)
or ..._NODES_DYN
(in selection window)) or z-axis (otherwise);
- the axis that follows after the first one (that is, y- or x-axis) lies
in the plane defined by the three nodes, perpendicular to the first axis
and closer to the direction from the origin to the third node;
- the last axis is perpendicular to the first and the second one, forming
a positively oriented basis.
The following figure shows the definition of coordinate systems using
three nodes in Tosca Structure.gui:
In Tosca Structure.gui,
the IDs of nodes should be entered in the corresponding fields, and
also the fields Axis
(x-axis or z-axis) and Plane
(X-Y plane or X-Z plane) should be specified. Then, the first chosen
node (Node ID of Origin field) is the origin, the second
node (Node on Axis field) defines the axis (specified
in Axis field) as described above, and the third node
(Node in Plane field) is needed to define the plane
according to Plane field.
Example
A Cartesian coordinate system with the label, CS_12, should be defined
by the three nodes 101, 102 and 103. Node 101 is located at the origin
of CS_12, node 102 is on Z axis and node 103 is in XZ plane as shown
in the following figure:
CS_DEF
ID_NAME = CS_12
CS_TYPE = RECTANGULAR
DEF_TYPE = NODE
CS_AXIS = Z_XZ
NODE_ORIGIN = 101
NODE_AXIS = 102
NODE_PLANE = 103
END_