sf25b-yasim.xml 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0"?>
  2. <!--
  3. Flight model for SF25C
  4. -->
  5. <airplane mass="1190">
  6. <approach speed="38" aoa="6" fuel="0.2">
  7. <control-setting axis="/controls/engines/engine[0]/throttle" value="0.2"/>
  8. <control-setting axis="/controls/engines/engine[0]/mixture" value="1.0"/>
  9. <control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="1.0"/>
  10. </approach>
  11. <cruise speed="60" alt="4000" fuel="0.7">
  12. <control-setting axis="/controls/engines/engine[0]/throttle" value="0.3"/>
  13. <control-setting axis="/controls/engines/engine[0]/mixture" value="1.0"/>
  14. <control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="1.0"/>
  15. </cruise>
  16. <cockpit x="-0.216" y="0.154" z="0.616"/>
  17. <fuselage ax="1.949" ay="0" az="0.139" bx="-4.803" by="0" bz="0.294" width="1.176" taper="0.2" midpoint="0.260"/>
  18. <wing x="-0.371" y="0.502" z="-0.077" taper="0.466" incidence="5.0" twist="-2.5" length="7.22" chord="1.5" sweep="-4.5" dihedral="3" camber="0.05" effectiveness="2">
  19. <stall aoa="16" width="10" peak="1.5"/>
  20. <flap0 start="0.595" end="1" lift="1.165" drag="1.2"/>
  21. <control-input axis="/controls/flight/aileron" control="FLAP0" split="true"/>
  22. <control-output control="FLAP0" side="left" prop="surface-positions/left-aileron-pos-norm"/>
  23. <control-output control="FLAP0" side="right" prop="surface-positions/right-aileron-pos-norm"/>
  24. <spoiler start="0.231" end="0.38" lift="-0.2" drag="10"/>
  25. <control-input axis="/controls/flight/spoilers" control="SPOILER" src0="0.0" src1="0.8" dst0="0.0" dst1="1.0"/>
  26. <control-output control="SPOILER" prop="/surface-positions/speedbrake-pos-norm"/>
  27. </wing>
  28. <hstab x="-4.295" y="0.0" z="0.477" taper="1" length="1.45" chord="0.9" sweep="0" camber="0.1" effectiveness="2">
  29. <stall aoa="18" width="6" peak="1.5"/>
  30. <flap0 start="0.0" end="1" lift="1.3" drag="1.45"/>
  31. <control-input axis="/controls/flight/elevator" control="FLAP0"/>
  32. <control-input axis="/controls/flight/elevator-trim" control="FLAP0"/>
  33. <control-output control="FLAP0" prop="/surface-positions/elevator-pos-norm"/>
  34. </hstab>
  35. <vstab x="-4.837" y="0" z="0.307" taper="0.47" length="1.45" chord="1.46" sweep="0" effectiveness="2">
  36. <stall aoa="15" width="6" peak="1.5"/>
  37. <flap0 start="0" end="0.88" lift="1.7" drag="1.75"/>
  38. <control-input axis="/controls/flight/rudder" square="true" control="FLAP0" invert="true"/>
  39. <control-input axis="/controls/flight/rudder-trim" control="FLAP0" invert="true"/>
  40. <control-output control="FLAP0" prop="/surface-positions/rudder-pos-norm" min="1" max="-1"/>
  41. </vstab>
  42. <propeller x="1.463" y="0.0" z="0.071" mass="200" moment="2.25" radius="0.782" cruise-speed="106" cruise-rpm="3300" cruise-alt="5000" cruise-power="80" takeoff-power="60" takeoff-rpm="2700">
  43. <actionpt x="1.690" y="0.0" z="0.137"/>
  44. <piston-engine eng-rpm="3400" eng-power="80" displacement="121" compression="8.6">
  45. <control-input control="THROTTLE" axis="/controls/engines/engine[0]/throttle"/>
  46. <control-input control="STARTER" axis="/controls/engines/engine[0]/starter"/>
  47. <control-input control="MAGNETOS" axis="/controls/engines/engine[0]/magnetos"/>
  48. <control-input control="MIXTURE" axis="/controls/engines/engine[0]/mixture"/>
  49. </piston-engine>
  50. </propeller>
  51. <gear x="0.485" y="0.0" z="-0.76" dfric="0.6" sfric="0.7" damp="0.5" spring="1.5" compression="0.1">
  52. <control-input axis="/controls/gear/brake-parking" control="BRAKE" split="false"/>
  53. <control-input axis="/controls/flight/spoilers" control="BRAKE" split="false" src0="0.8" src1="1.0" dst0="0.0" dst1="0.7"/>
  54. </gear>
  55. <gear x="0.036" y="-3.087" z="-0.646" dfric="0.07" sfric="0.08" damp="5" spring="0.5" compression="0.1"/>
  56. <gear x="0.036" y="3.087" z="-0.646" dfric="0.07" sfric="0.08" damp="5" spring="0.5" compression="0.1"/>
  57. <gear x="-4.765" y="0" z="-0.05" dfric="1" sfric="1" damp="0.5" spring="2" compression="0.02">
  58. <control-input axis="/controls/flight/rudder" control="STEER" src0="-1.0" src1="1.0" dst0=".25" dst1="-.25"/>
  59. </gear>
  60. <!-- tank capacity 55lt (x1.58= 86.9 pounds) -->
  61. <tank x="-0.537" y="0" z="0.548" capacity="86.9"/>
  62. <!-- Pilots -->
  63. <ballast x="0.201" y="-0.254" z="0.51" mass="120"/>
  64. <ballast x="0.201" y="0.254" z="0.51" mass="120"/>
  65. <!-- tail weight fudge to get CG right -->
  66. <ballast x="1.3" y="0" z="0.260" mass="200"/>
  67. </airplane>