FMGC: Fix calculation bug under 100ft agl of Valphaprot/max
This commit is contained in:
parent
327ca1b839
commit
d798910999
1 changed files with 7 additions and 2 deletions
|
@ -566,6 +566,11 @@
|
||||||
</fcs_function>
|
</fcs_function>
|
||||||
|
|
||||||
<!-- V alpha prot/max -->
|
<!-- 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">
|
<fcs_function name="/FMGC/internal/valpha-prot">
|
||||||
<function>
|
<function>
|
||||||
<product>
|
<product>
|
||||||
|
@ -577,7 +582,7 @@
|
||||||
<pow>
|
<pow>
|
||||||
<max>
|
<max>
|
||||||
<quotient>
|
<quotient>
|
||||||
<property>fbw/protections/alpha-input</property>
|
<property>/FMGC/internal/alpha-input</property>
|
||||||
<property>fbw/alpha-prot-deg</property>
|
<property>fbw/alpha-prot-deg</property>
|
||||||
</quotient>
|
</quotient>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
|
@ -599,7 +604,7 @@
|
||||||
<pow>
|
<pow>
|
||||||
<max>
|
<max>
|
||||||
<quotient>
|
<quotient>
|
||||||
<property>fbw/protections/alpha-input</property>
|
<property>/FMGC/internal/alpha-input</property>
|
||||||
<property>fbw/alpha-max-deg</property>
|
<property>fbw/alpha-max-deg</property>
|
||||||
</quotient>
|
</quotient>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
|
|
Loading…
Reference in a new issue