局部坐标系建立及局部坐标系下讀取坐标
1.局部坐标系建立:
Abaqus中提供了兩種方法:1.transform 2.orientation
1.transform
REQUIRED PARAMETER
NSET
OPTIONAL PARAMETER
TYPE (R (DEFAULT)直角坐标系)(C 柱坐标系)(S 球坐标系)
First line
1.Clobal X-coordinate of point a specifying transformation.
2.Clobal Y-coordinate of point a specifying transformation.
3.Clobal Z-coordinate of point a specifying transformation.
4.Clobal X-coordinate of point b specifying transformation.
5.Clobal Y-coordinate of point b specifying transformation.
6.Clobal Z-coordinate of point b specifying transformation.
其中a,b的定義是這樣的:
對于R
a 是X軸上一點,b是y軸上一點,原點和原先的重合
對于C
a,b定義了Z軸方向。
對于S
a,b定義了Z軸方向。(平行)
說明:
* transform 下面隻能有一行六個參數,分别三個一組,為兩個點在原坐标系中的坐标。比如在平面直角坐标系中的變化,第一個點定義新的x軸,第二點定義新的y軸,原點不變例如:
*Transform, nset=ln_piston_1_1
1.732050807568877/2,0.5,0,-0.5,1.732050807568877/2,0
預設的轉換坐标系為直角坐标系
2.orientation
定于材料中,參見于幫助
First line:
1.X-coordinate of point a.
2.Y-coordinate of point a.
3.Z-coordinate of point a.
4.X-coordinate of point b.
5.Y-coordinate of point b.
6.Z-coordinate of point b.