A32X: Remove a 0
This commit is contained in:
parent
e1643b6c27
commit
39e81f8f74
1 changed files with 14 additions and 4 deletions
|
@ -61,13 +61,23 @@
|
|||
</product>
|
||||
</function>
|
||||
|
||||
<function name="aero/force/Lift_elevator">
|
||||
<description>Lift due to Elevator Deflection</description>
|
||||
<function name="aero/force/Lift_pitch_control">
|
||||
<description>Lift due to pitch control deflection</description>
|
||||
<product>
|
||||
<property>aero/qbar-psf</property>
|
||||
<property>metrics/Sw-sqft</property>
|
||||
<property>fcs/pitch-pos-geared</property>
|
||||
<value>0.4791</value>
|
||||
<value>0.2395</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
<function name="aero/force/Lift_pitch_trim_control">
|
||||
<description>Lift due to pitch trim control deflection</description>
|
||||
<product>
|
||||
<property>aero/qbar-psf</property>
|
||||
<property>metrics/Sw-sqft</property>
|
||||
<property>fcs/pitch-trim-pos-geared</property>
|
||||
<value>0.2395</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
|
@ -402,7 +412,7 @@
|
|||
<property>metrics/Sw-sqft</property>
|
||||
<property>metrics/bw-ft</property>
|
||||
<property>fcs/roll-pos-rad</property>
|
||||
<value>0.110</value>
|
||||
<value>0.11</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
|
|
Reference in a new issue