Difference between r1.2 and the current
@@ -3,15 +3,27 @@
* 목적 :
* 순서
1. Mesh 생성 :
mesh
* 순서
1. File → New → 임의의 이름 입력
[[Attachment(PatranMenu.png,align=center,caption="MSC. Patran 2005 menu")]]
1. Geometry
1. 2개의 point 생성 : Action Create → Object point → Method point → Point Coordinate List <x y z> → <0 0 0>, <10 0 0>
[[Attachment(CreatePoint.png,align=center,caption="2개의 point 생성")]]
1. 1개의 curve 생성 : Action Create → Object Curve → Method point → 위에서 생성한 2개의 point 선택
[[Attachment(CreateCurve.png,align=center,caption="1개의 Curve 생성")]]
1. Element
{{{#!folding more
1. File → New → 임의의 이름 입력 [[Attachment(PatranMenu.png,align=center,caption="MSC. Patran 2005 menu")]]
1. Decide on what units to use : Patran에서는 단위가 정해져 있지 않으므로, 해석을 시작하기 전에 모델링 단위를 결정해야한다. (여기에서는 mNks[* meter, N, kg, second]를 이용한다.
1. Create Geometry
1. 2개의 point 생성 : Action Create → Object point → Method point → Point Coordinate List <x y z> → <0 0 0>, <10 0 0> [[Attachment(CreatePoint.png,align=center,caption="2개의 point 생성")]]
1. 1개의 curve 생성 : Action Create → Object Curve → Method point → 위에서 생성한 2개의 point 선택 [[Attachment(CreateCurve.png,align=center,caption="1개의 Curve 생성")]]
1. Specify Boundary conditions and Loading on the Geometry
1. Specify Material properties
1. Assign material properties to geometry
1. Create finite element mesh
1. Create a loadcase
1. Carry out the analysis
1. read result
1. Post processing of the results
mesh
@@ -20,3 +32,4 @@
Properties
tube 형태의 element를 생성하려면 2개의 field를 설정하면 된다.
tube 형태의 element를 생성하려면 2개의 field를 설정하면 된다.
}}}
{{|Patran version : MSC. Patran 2005 13.0.053|}}
Beam element 생성 ¶
- 목적 :
- 순서
- More