Lecture 강의

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

[03. 예제 - MDOF] 고유진동수 해석(cae,inp)

작성자 : kim2kie

(2023-02-06)

조회수 : 3099

MDOFfn.cae 내려받기

Job-MDOFfn.inp 내려받기

[참조]

Simulation of the damped natural frequency of a SDOF system via Abaqus, 2022
https://www.youtube.com/watch?v=kVT1fzVcG-k

김두기, 구조동역학, 2021
MATLAB: 6.4.3 모드중첩법을 사용한 시간이력해석

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

--------
[문제]
다자유도계(MDOF)의 모드해석을 통해 고유진동수와 모드형상을 구하라.
.단위: m, kg(자중은 무시), N
.[M] = [1   0   0       [K] =60 *  [ 1  -1  0
        0  1.5  0                   -1   3 -2
        0   0   2] (kg)              0  -2  5] (N/m)

.참조) MATLAB/PYTHON/ABAQUS: 3.1.1 고유치해석 (ch03_eigen.m; ch03_eigen.py)


f00


(1) Part
.mass1, mass2, mass3의 point를 지정 

 

 

 


(2) Property
.mass에 inertia를 할당

 

 

 


(3) Assembly
.part를 instance(실체)로 작성
 

 


(4) Step
.Step-1: Linear perturbation : Frequency : nfreq = 9

 

 


(5) Interaction
.Spring, Dashpot 

  

 


(6) Load
.fixed base

 

(7) Mesh


(8) Job
.Create Job


(9) Visualization
.Result > Animante: Harmonic
.이론해 vs 수치해석 결과