From: <mk...@us...> - 2003-10-20 00:52:13
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Data/XML/vehicles/aircraft In directory sc8-pr-cvs1:/tmp/cvs-serv17617/Data/XML/vehicles/aircraft Modified Files: m2k.xml Log Message: Index: m2k.xml =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Data/XML/vehicles/aircraft/m2k.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** m2k.xml 18 Jul 2003 21:55:28 -0000 1.7 --- m2k.xml 20 Oct 2003 00:23:22 -0000 1.8 *************** *** 8,23 **** <Path name="model">m2k.model</Path> - <Bool name="complex_physics">true</Bool> - - <!-- these values come from a FS2k2 add-on --> - <Float name="aileron_min">-15.0</Float> - <Float name="aileron_max">+19.5</Float> - <Float name="elevator_min">-20.6</Float> - <Float name="elevator_max">+27.5</Float> - <Float name="rudder_min">-23.5</Float> - <Float name="rudder_max">+23.5</Float> - - <Float name="airbrake_max">60.0</Float> - <Float name="airbrake_rate">20.0</Float> <!-- Mass/Inertial properties --> --- 8,11 ---- *************** *** 31,54 **** </Matrix> ! <Object class="AircraftDynamics" name="aircraft_dynamics"> ! ! <Path name="flight_model">m2k.fm</Path> ! ! <Path name="gear_dynamics">m2k.gear</Path> ! ! <Object class="EngineDynamics" name="engine_dynamics"> ! <List name="engine_set"> ! <!-- real engine power is 9700 kg --> ! <!-- thrustdata values comes from F4SP3: f16.dat --> ! <Object class="Engine"> ! <Path name="thrust_data">m2k.thrust</Path> ! <Float name="engine_idle_rpm">0.68</Float> ! <Float name="engine_ab_thrust">0.95</Float> ! <Vector name="thrust_direction">0.0 1.0 0.0</Vector> ! <Vector name="engine_offset">0.0 0.0 0.0</Vector> ! <Vector name="smoke_emitter_location">0.0 -5.5 0.0</Vector> ! </Object> ! </List> ! </Object> ! </Object> </Object> --- 19,24 ---- </Matrix> ! <Path name="human_systems">m2k.systems</Path> ! <Path name="agent_systems">m2k.systems</Path> ! </Object> |