Home Up Search Reference Manuals Return
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 const vkmh_deacc= 5 # Deacceleration when calculating critical speed func operp vkmh= 400 - vkmh_deacc * time # Vary vkmh linearilyIn order to initiate the instability mode apply an initial excitation on the car-body:
initval set_var bog_11.p= .015 initval set_var bog_12.p= .015Apply negative forces on all masses to make the vehicle follow the coordinate systems:
force rel_lsys1 deacc_car_1 car_1 0 0 -hccg_1 -mc_1*vkmh_deacc/3.6 0. 0. 0. 0. 0. force rel_lsys1 deacc_bog_11 bog_11 0 0 -hbcg_11 -mb_11*vkmh_deacc/3.6 0. 0. 0. 0. 0. force rel_lsys1 deacc_bog_12 bog_12 0 0 -hbcg_12 -mb_12*vkmh_deacc/3.6 0. 0. 0. 0. 0. force rel_lsys1 deacc_axl_111 axl_111 0 0 -ro_111 -(ma_111+Jka_111/ro_111^2)*vkmh_deacc/3.6 0. 0. 0. 0. 0. force rel_lsys1 deacc_axl_112 axl_112 0 0 -ro_112 -(ma_112+Jka_112/ro_112^2)*vkmh_deacc/3.6 0. 0. 0. 0. 0. force rel_lsys1 deacc_axl_121 axl_121 0 0 -ro_121 -(ma_121+Jka_121/ro_121^2)*vkmh_deacc/3.6 0. 0. 0. 0. 0. force rel_lsys1 deacc_axl_122 axl_122 0 0 -ro_122 -(ma_122+Jka_122/ro_122^2)*vkmh_deacc/3.6 0. 0. 0. 0. 0.