悬臂梁振动模拟
ID:151 View Protection:PUBLIC Updated Time:2020-09-29 17:54:10 Hits:2055 CCVR 2020 Prize-winning works

Start Time:Pending(Asia/Shanghai)

Duration:Pending

Session:No Session »

Abstract
悬臂梁有弹簧质点系统构成。
弹簧支点系统的运动方程使用隐式欧拉法求解。
运动方程如下:(与GAMES201课程的公式区别:力和速度进行中值处理)            
速度:v(t+1) = v(t) + dt * inv(M) * (F(t) + F(t+1)) / 2            
位移:x(t+1) = x(t) + dt * (v(t) + v(t+1)) / 2
弹簧为理想的无阻尼弹簧。
振动模拟
振动激励为三角波,激励源被安装在悬臂梁的支点处。
每秒24帧的实时模拟。
模拟规模为120个质点,需要求解的线性方程的系数矩阵为120x120x2的稀疏矩阵。
代码连接:
实现过程中参考了,胡渊鸣老师在GAMES 201课程中的显式求解器的代码框架。
https://github.com/kphmd/games201/blob/master/HW2/beam_mode_shape.py
Keywords
振动,悬臂梁,模拟
Speaker
安潘
Games201

Submission Author
安潘 Games201
Submit Comment
Verify Code Change Another
All Comments
Important Date
  • Conference Date

    Sep 17

    2020

    to

    Sep 20

    2020

  • Oct 28 2020

    Registration deadline

  • Nov 10 2020

    Draft paper submission deadline

Sponsored By
中国计算机学会
中国图象图形学学会
中国仿真学会
Organized By
吉林动画学院
吉林大学
长春理工大学
长春大学
中科院长春光机所
Previous Conferences