A32X: Fix missing Lift and Drag due to pitch trim

This commit is contained in:
Joshua Davidson 2017-12-28 11:47:18 -05:00
parent 50acc6052e
commit e1643b6c27

View file

@ -209,13 +209,23 @@
</product>
</function>
<function name="aero/force/Drag_elevator">
<description>Drag due to Elevator Deflection</description>
<function name="aero/force/Drag_pitch_control">
<description>Drag due to pitch control deflection</description>
<product>
<property>aero/qbar-psf</property>
<property>metrics/Sw-sqft</property>
<abs><property>fcs/pitch-pos-geared</property></abs>
<value>0.04</value>
<value>0.02</value>
</product>
</function>
<function name="aero/force/Drag_pitch_trim_control">
<description>Drag due to pitch trim control deflection</description>
<product>
<property>aero/qbar-psf</property>
<property>metrics/Sw-sqft</property>
<abs><property>fcs/pitch-trim-pos-geared</property></abs>
<value>0.02</value>
</product>
</function>