A32X: Fix missing Lift and Drag due to pitch trim
This commit is contained in:
parent
50acc6052e
commit
e1643b6c27
1 changed files with 13 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue