From: Bertrand <bco...@us...> - 2016-06-25 18:09:25
|
Update of /cvsroot/jsbsim/JSBSim/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7132/scripts Modified Files: mk82_script.xml Log Message: The Mk82 model now uses STRUCTURE contact points. Its corresponding script is now using a better integration scheme to handle the high spin rates (and prevent overflows).And finally the simulation is terminated as soon as the bomb hits the ground (to avoid a violent rebound which cannot happen anyway). Index: mk82_script.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/scripts/mk82_script.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** mk82_script.xml 24 Aug 2006 13:38:16 -0000 1.3 --- mk82_script.xml 25 Jun 2016 18:09:22 -0000 1.4 *************** *** 5,8 **** name="MK-82-01A"> <use aircraft="mk82" initialize="reset00"/> ! <run start="0.00" end="500.00" dt="0.020"/> </runscript> --- 5,15 ---- name="MK-82-01A"> <use aircraft="mk82" initialize="reset00"/> ! <run start="0.00" end="500.00" dt="0.020"> ! <property value="3">simulation/integrator/position/rotational</property> ! <event name="Boom!"> ! <condition>contact/unit/WOW == 1</condition> ! <set name="simulation/terminate" value="1"/> ! <notify/> ! </event> ! </run> </runscript> |