Gnat_T1-yasim.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <!-- Folland Gnat by Warty -->
  2. <airplane mass="4138">
  3. <!-- Approach configuration -->
  4. <approach speed="140" aoa="7" fuel="0.3">
  5. <control-setting axis="/controls/engines/engine[0]/throttle" value="0.4"/>
  6. <control-setting axis="/controls/flight/flaps" value="0.4"/>
  7. <control-setting axis="/controls/gear/gear-down" value="1"/>
  8. <control-setting axis="/controls/flight/speedbrake" value="0"/>
  9. </approach>
  10. <!-- Cruise configuration. -->
  11. <cruise speed="500" alt="24000" fuel="0.7">
  12. <control-setting axis="/controls/engines/engine[0]/throttle" value="1"/>
  13. <control-setting axis="/controls/flight/flaps" value="0.0"/>
  14. <control-setting axis="/controls/gear/gear-down" value="0"/>
  15. <control-setting axis="/controls/flight/speedbrake" value="0"/>
  16. </cruise>
  17. <!-- pilot eyepoint -->
  18. <cockpit x="-2.45" y="-0.0" z="0.6"/>
  19. <!-- Nose cone -->
  20. <fuselage ax= "0" ay="0" az="-0.15"
  21. bx= "-2.0" by="0" bz="0"
  22. width="0.45" taper="0.05" midpoint="1.00"/>
  23. <!-- main body -->
  24. <fuselage ax= "-2.0" ay="0" az="0"
  25. bx= "-8.58" by="0" bz="0.171"
  26. width="1.22" taper= "0.3" midpoint= "0.4" />
  27. <wing x="-4.606" y="0.5" z="0.4"
  28. taper="0.54"
  29. incidence="1.5"
  30. twist="0"
  31. length="3.906"
  32. chord="2.861"
  33. sweep="37"
  34. dihedral="-3">
  35. <stall aoa="25" width="8" peak="1.5"/>
  36. <flap0 start="0.1" end="0.5" lift="1.5" drag="2.0"/>
  37. <flap1 start="0.5" end="0.9" lift="1.3" drag="1.2"/>
  38. <control-input axis="/controls/flight/aileron" control="FLAP1" split="true"/>
  39. <control-input axis="/controls/flight/aileron-trim" control="FLAP1" split="true"/>
  40. <control-input axis="/controls/flight/flaps" control="FLAP0"/>
  41. <control-output control="FLAP0" prop="/surface-positions/flap-pos-norm"/>
  42. <control-output control="FLAP1" prop="/surface-positions/aileron-pos-norm"/>
  43. <control-speed control="FLAP0" transition-time="3"/>
  44. <control-speed control="FLAP1" transition-time="1.2"/>
  45. </wing>
  46. <hstab x="-8.14" y="0.30" z="0.05"
  47. taper="0.55"
  48. length="1.485"
  49. chord="1.239"
  50. sweep="41"
  51. dihedral="0.0">
  52. <stall aoa="13.5" width="6" peak="1.5"/>
  53. <flap0 start="0.00" end="1.0" lift="2.5" drag="0.7"/>
  54. <control-input axis="/controls/flight/elevator" control="FLAP0"/>
  55. <control-input axis="/controls/flight/elevator-trim" control="FLAP0"/>
  56. <control-output control="FLAP0" prop="/surface-positions/elevator-pos-norm"/>
  57. <control-speed control="FLAP0" transition-time="1.0"/>
  58. </hstab>
  59. <vstab x="-7.962" y="0.0" z="0.665"
  60. taper="0.42"
  61. length="1.883"
  62. chord="1.642"
  63. sweep="35" >
  64. <stall aoa="13.5" width="6" peak="1.5"/>
  65. <flap0 start="0.2" end="0.8" lift="1.3" drag="1.1"/>
  66. <control-input axis="/controls/flight/rudder" control="FLAP0" invert="true"/>
  67. <control-input axis="/controls/flight/rudder-trim" control="FLAP0" invert="true"/>
  68. <control-output control="FLAP0" prop="/surface-positions/rudder-pos-norm"/>
  69. <control-speed control="FLAP0" transition-time="1.0"/>
  70. </vstab>
  71. <jet x="-7.1" y="0" z="0.171"
  72. mass="835"
  73. thrust="5000"
  74. n1-idle="25" n1-max="100" n2-idle="30" n2-max="100"
  75. exhaust-speed="3800"
  76. rotation="0">
  77. <actionpt x="-8.85" y="0" z="0.171"/>
  78. <control-input axis="/controls/engines/engine[0]/throttle" control="THROTTLE"/>
  79. </jet>
  80. <!-- Landing gear -->
  81. <!-- nose -->
  82. <gear x="-2.733" y="0" z="-1.1"
  83. retract-time="1"
  84. compression="0.7"
  85. spring="1.1"
  86. damp="1.4">
  87. <control-input axis="/controls/flight/rudder" control="STEER" square="false"/>
  88. <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
  89. <control-output control="EXTEND" prop="/gear/gear[0]/position-norm"/>
  90. <control-speed control="EXTEND" transition-time="3"/>
  91. </gear>
  92. <!-- main gear is cheat/trainer wheels :o) -->
  93. <!-- port -->
  94. <gear x="-5.2" y="1.5" z="-1.1"
  95. retract-time="1"
  96. compression="0.8"
  97. spring="0.85"
  98. damp="2">
  99. <control-input axis="/controls/gear/brake-left" control="BRAKE"/>
  100. <control-input axis="/controls/gear/brake-parking" control="BRAKE" />
  101. <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
  102. <control-output control="EXTEND" prop="/gear/gear[1]/position-norm"/>
  103. <control-speed control="EXTEND" transition-time="4"/>
  104. <control-speed control="BRAKE" transition-time="1"/>
  105. </gear>
  106. <!-- stbd -->
  107. <gear x="-5.5" y="-1.5" z="-1.1"
  108. retract-time="1"
  109. compression="0.8"
  110. spring="0.85"
  111. damp="2">
  112. <control-input axis="/controls/gear/brake-right" control="BRAKE"/>
  113. <control-input axis="/controls/gear/brake-parking" control="BRAKE" />
  114. <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
  115. <control-output control="EXTEND" prop="/gear/gear[2]/position-norm"/>
  116. <control-speed control="EXTEND" transition-time="5"/>
  117. <control-speed control="BRAKE" transition-time="1"/>
  118. </gear>
  119. <!-- Fuel -->
  120. <tank x="-5.2" y="0.0" z="0.1" jet="true" capacity="1457"/>
  121. <ballast x="-2.0" y="0" z="-0.1" mass="1000" />
  122. </airplane>