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!