Merge 2018.2 fixes for the C172P
FDM: fix aileron trim preset, introduce spiral propwash tuning setting propwash coefficient to 0.5
This commit is contained in:
parent
fd34b39c6b
commit
74a14a7dbc
2 changed files with 7 additions and 1 deletions
|
@ -514,7 +514,7 @@ http://forum.flightgear.org/viewtopic.php?f=4&t=25157
|
|||
|
||||
<controls>
|
||||
<flight>
|
||||
<aileron-trim type="double">0.044</aileron-trim>
|
||||
<aileron-trim type="double">0.022</aileron-trim>
|
||||
<rudder-trim type="double">0.02</rudder-trim>
|
||||
|
||||
<freeze-yoke type="bool">false</freeze-yoke>
|
||||
|
@ -1049,6 +1049,11 @@ http://forum.flightgear.org/viewtopic.php?f=4&t=25157
|
|||
<damage type="bool">true</damage>
|
||||
<damage-flag type="bool">false</damage-flag>
|
||||
</settings>
|
||||
<aero>
|
||||
<coefficient>
|
||||
<spiral-propwash-coeff type="double">0.5</spiral-propwash-coeff>
|
||||
</coefficient>
|
||||
</aero>
|
||||
</jsbsim>
|
||||
</fdm>
|
||||
<!-- End Damage Mod -->
|
||||
|
|
|
@ -1654,6 +1654,7 @@
|
|||
<property>metrics/Sw-sqft</property>
|
||||
<property>metrics/bw-ft</property>
|
||||
<value>-0.05</value>
|
||||
<property>aero/coefficient/spiral-propwash-coeff</property>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
|
|
Loading…
Reference in a new issue