1
0
Fork 0

Aero: Add Cm moment due to sym dsp, FMGC: fix VLS too high bug

This commit is contained in:
Josh Davidson 2022-05-07 13:16:43 -04:00
parent 08ddfc8664
commit 333b308177
3 changed files with 45 additions and 15 deletions

View file

@ -736,6 +736,24 @@
<value>-2.575</value> <value>-2.575</value>
</product> </product>
</function> </function>
<function name="aero/coefficient/Cmdsp">
<description>Pitch moment due to symmetrical spoiler</description>
<product>
<property>aero/qbar-psf</property>
<property>metrics/Sw-sqft</property>
<property>metrics/cbarw-ft</property>
<table>
<independentVar lookup="row">aero/h_b-mac-ft</independentVar>
<tableData>
0 0.5
1 1.0
</tableData>
</table>
<toradians><property>fcs/spoiler-symmetrical-deg</property></toradians>
<value>0.01</value>
</product>
</function>
</axis> </axis>

View file

@ -611,22 +611,22 @@
<fcs_function name="/FMGC/internal/vls"> <fcs_function name="/FMGC/internal/vls">
<function> <function>
<product> <max>
<max> <product>
<property>/FMGC/internal/vs1g-kts</property> <property>/FMGC/internal/vs1g-kts</property>
<value>113</value> <sum>
</max> <property>/FMGC/internal/vls-factor</property>
<sum> <table>
<property>/FMGC/internal/vls-factor</property> <independentVar lookup="row">atmosphere/density-altitude</independentVar>
<table> <tableData>
<independentVar lookup="row">atmosphere/density-altitude</independentVar> 0 0.00
<tableData> 43000 0.22
0 0.00 </tableData>
43000 0.22 </table>
</tableData> </sum>
</table> </product>
</sum> <value>113</value>
</product> </max>
</function> </function>
<clipto> <clipto>
<min>/FMGC/internal/vs1g</min> <min>/FMGC/internal/vs1g</min>

View file

@ -986,6 +986,18 @@
</quotient> </quotient>
</function> </function>
</fcs_function> </fcs_function>
<fcs_function name="fcs/spoiler-symmetrical-deg">
<function>
<quotient>
<min>
<property>fcs/spoiler-left-sum</property>
<property>fcs/spoiler-right-sum</property>
</min>
<value>5</value>
</quotient>
</function>
</fcs_function>
</channel> </channel>