1
0
Fork 0

FMGC: Fix calculation bug under 100ft agl of Valphaprot/max

This commit is contained in:
Josh Davidson 2022-06-26 17:35:47 -04:00
parent 327ca1b839
commit d798910999

View file

@ -566,6 +566,11 @@
</fcs_function>
<!-- V alpha prot/max -->
<lag_filter name="/FMGC/internal/alpha-input">
<input>aero/alpha-deg-fixed</input>
<c1>1.0</c1>
</lag_filter>
<fcs_function name="/FMGC/internal/valpha-prot">
<function>
<product>
@ -577,7 +582,7 @@
<pow>
<max>
<quotient>
<property>fbw/protections/alpha-input</property>
<property>/FMGC/internal/alpha-input</property>
<property>fbw/alpha-prot-deg</property>
</quotient>
<value>0</value>
@ -599,7 +604,7 @@
<pow>
<max>
<quotient>
<property>fbw/protections/alpha-input</property>
<property>/FMGC/internal/alpha-input</property>
<property>fbw/alpha-max-deg</property>
</quotient>
<value>0</value>