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>
|
</product>
|
||||||
</function>
|
</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">
|
<function name="aero/moment/Yaw_rudder">
|
||||||
<description>Yaw moment due to rudder</description>
|
<description>Yaw moment due to rudder</description>
|
||||||
<product>
|
<product>
|
||||||
|
|
Reference in a new issue