matlab code/program to solve 3 dimensional nonlinear variable differential equation using 4-5 order adaptive variable step length RUNGE-KUTTA method
조회 수: 2 (최근 30일)
이전 댓글 표시
how to get a numerical simulation model using RUNGE kutta nethod in simulink of a nonlinear time varying differential equations. A 3 dimensional nonlinear dynamic model for gear transmission system is to be developed considering the time-varying meshing stiffness,tooth surface friction and backlash and taking into the dynamic distribution of load between each pair of gear. the 4-5 order adaptive variable step length runge-kutta method is to be used to solve the variable differential equations of gear dynamic model.
****Ip(theta double dot p)+rp(k1+k2)s+Tfp=Tp
Ig(theta double dot g)-rg(k1+k2)s+cw(theta dot- theta g dot)+kw(theta-theta g)-Tfg =0
I(theta double dot )-cw(theta dot- theta g dot)-kw(theta-theta g)=-T****
Ip,Ig-moment of inertia of pinion and gear respectively p-pinion ,g-gear k1,k2-meshing stiffness of gear pair, cw,kw-torsional damping coefficent and web torsional stiffness respectively r-radius t-torque theta-angular momentum
the above equations are taken from technical paper"EFFECT OF WEB STIFFNESS AND DAMPING ON THE VIBRATION OF GEAR TRANSMISSION"-2010 2ND international conference on mechanical and electronics engineering
댓글 수: 1
Ryan G
2013년 3월 13일
Looks like you've got your equations already, check out Seth's post about building ODE's in Simulink.
답변 (1개)
Steve Miller
2020년 8월 4일
There are a set of transmission templates in Simscape Driveline that would be a good starting point:
The equations you cite could be put into a custom Simscape language block to handle the nonlinear effects.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Tires and Vehicles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!