Before starting the analysis of a new model in GENSYS, it is advisable to check the model for any possibly errors. Here follows a of check-list:
| Lower sway | : | 0.6-0.7 [Hz] |
| Body bounce | : | 1.0-1.2 [Hz] |
| Body pitch | : | 1.2-1.5 [Hz] |
func operp vkmh= 400 - 5 * timeIn order to initiate the instability mode apply an initial excitation on the car-body:
initval set_var car_1.vy= .15 initval set_var car_1.vp= .15Apply negative forces on all masses to make the vehicle follow the coordinate systems:
force rel_lsys1 retard_car_1 car_1 0 0 -hccg_1 -mc_1*5/3.6 0. 0. 0. 0. 0. # Apply redardation 5[km/h/s] force rel_lsys1 retard_bog_11 bog_11 0 0 -hbcg_11 -mb_11*5/3.6 0. 0. 0. 0. 0. # as external forces force rel_lsys1 retard_bog_12 bog_12 0 0 -hbcg_12 -mb_12*5/3.6 0. 0. 0. 0. 0. force rel_lsys1 retard_axl_111 axl_111 0 0 -ro_111 -(ma_111+Jka_111/ro_111^2)*5/3.6 0. 0. 0. 0. 0. force rel_lsys1 retard_axl_112 axl_112 0 0 -ro_112 -(ma_112+Jka_112/ro_112^2)*5/3.6 0. 0. 0. 0. 0. force rel_lsys1 retard_axl_121 axl_121 0 0 -ro_121 -(ma_121+Jka_121/ro_121^2)*5/3.6 0. 0. 0. 0. 0. force rel_lsys1 retard_axl_122 axl_122 0 0 -ro_122 -(ma_122+Jka_122/ro_122^2)*5/3.6 0. 0. 0. 0. 0.