Lecture 강의

Undergraduates 학부 Graduates 대학원 Lecture 역학 Lecture 설계 Lecture IT(IoT, AI) Lecture SAP2000 Lecture 아바쿠스 Lecture 파이썬 Lecture 엑셀 VBA Lecture 마이다스 Lecture 이탭스

[03. 예제 - 보] 1D 단순보 정적 선형해석(cae,inp)

작성자 : kim2kie

(2023-01-30)

조회수 : 3272

SimpleBeam1D.cae 내려받기

Job-1.inp 내려받기

[참조]

Simply supported beam solution in Abaqus, 2021
https://www.youtube.com/watch?v=n97Ugh9DRrg

 
(1) Part
(2) Property
(3) Assembly
(4) Step
(5) Interaction
(6) Load
(7) Mesh
(8) Job
(9) Visualization

--------
[문제]
등분포하중 w = 1N/mm을 받고 있는 길이 L=1000mm인 단순보의 반력과 최대변위를 구하라.
.단위: mm, kg(자중은 무시), N
.반력(지점): 1*1000/2 = 500 N
.변위(중앙): 5wL^4 / 384EI =  5*1*1000**4 / (384*1*1) = 1.3e10



(1) Part
단순보 1개 이므로 1개의 Part를 사용한다.


(2) Property
.재료
E=1,nu=0

.단면

 

.단면 할당(section assign)

.단면 방향(Assign Beam Orientation)


(3) Assembly
Part를 Instance로 만든다.

(4) Step
.Create Step: General | Static, General

.Create Field Output


(5) Interaction


(6) Load
.Create Load: Pressure

.Create Boundary Condition

 


(7) Mesh
.part 모듈로 이동한 후, mesh 모듈로 들어간다. (∵ Assembly 모듈에서 Mesh on Part로 정의했음)
.Seed Part 
.Mesh Part
.Assign Element Type


(8) Job
.Create Job


(9) Visualization
.Plot Contours on Deformed Shape