A32X: Fix missing Yaw due to yaw rate (yaw_damp)
This commit is contained in:
parent
39e81f8f74
commit
f2e52e033b
1 changed files with 12 additions and 0 deletions
|
@ -515,6 +515,18 @@
|
|||
</product>
|
||||
</function>
|
||||
|
||||
<function name="aero/moment/Yaw_damp">
|
||||
<description>Yaw moment due to yaw rate</description>
|
||||
<product>
|
||||
<property>aero/qbar-psf</property>
|
||||
<property>metrics/Sw-sqft</property>
|
||||
<property>metrics/bw-ft</property>
|
||||
<property>aero/bi2vel</property>
|
||||
<property>velocities/r-aero-rad_sec</property>
|
||||
<value>-0.1</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
<function name="aero/moment/Yaw_rudder">
|
||||
<description>Yaw moment due to rudder</description>
|
||||
<product>
|
||||
|
|
Reference in a new issue