From: Erik H. <eh...@us...> - 2016-11-29 17:38:51
|
Update of /cvsroot/jsbsim/JSBSim/aircraft/DHC6/Systems In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7528/Systems Added Files: Conventional Controls.xml Flaps.xml Landing Gear.xml Propulsion.xml Log Message: Split up systems files, add a proper turbine engine and small modifcations to the FDM ***** Bogus filespec: Conventional --- NEW FILE --- --- NEW FILE --- <?xml version="1.0"?> <system name="Flaps"> <channel name="Flaps"> <kinematic name="Flaps Control"> <input>fcs/flap-cmd-norm</input> <traverse> <setting> <position> 0 </position> <time> 0 </time> </setting> <setting> <position>10</position> <time>4</time> </setting> <setting> <position>20</position> <time>2</time> </setting> <setting> <position>30</position> <time>2</time> </setting> <setting> <position>40</position> <time>2</time> </setting> </traverse> <output>fcs/flap-pos-deg</output> </kinematic> <aerosurface_scale name="Flap Normalization"> <input>fcs/flap-pos-deg</input> <domain> <min> 0 </min> <max> 40 </max> </domain> <range> <min> 0 </min> <max> 1 </max> </range> <output>fcs/flap-pos-norm</output> </aerosurface_scale> </channel> </system> ***** Bogus filespec: Landing --- NEW FILE --- --- NEW FILE --- <?xml version="1.0"?> <system name="Propulsion"> <channel name="Thruster"> <summer name="Thrust Coefficient Left"> <input>propulsion/engine[0]/thrust-coefficient</input> <output>systems/propulsion/thrust-coefficient-left</output> </summer> <summer name="Thrust Coefficient Right"> <input>propulsion/engine[1]/thrust-coefficient</input> <output>systems/propulsion/thrust-coefficient-right</output> </summer> <summer name="Thrust Coefficient Left-Right"> <input>systems/propulsion/thrust-coefficient-left</input> <input>-systems/propulsion/thrust-coefficient-right</input> <output>systems/propulsion/thrust-coefficient-left-right</output> </summer> <summer name="Thrust Coefficient"> <input>systems/propulsion/thrust-coefficient-left</input> <input>systems/propulsion/thrust-coefficient-right</input> <output>systems/propulsion/thrust-coefficient</output> </summer> </channel> </system> |