A32X: Fix FDE behavior on touchdown and rotation

This commit is contained in:
Joshua Davidson 2018-01-15 14:36:47 -05:00
parent f5463a1eb9
commit 31e59db4e2
7 changed files with 34 additions and 34 deletions

View file

@ -28,7 +28,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<vtailarm unit="FT" > 57.33 </vtailarm>
<location name="AERORP" unit="M">
<x> 19.4274 </x>
<x> 19.2274 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -57,7 +57,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<emptywt unit="LBS" > 80431 </emptywt>
<location name="CG" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -74,7 +74,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<pointmass name="PAX">
<weight unit="LBS">23000</weight>
<location name="POINTMASS" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -427,7 +427,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 1 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -438,7 +438,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 2 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>

View file

@ -28,7 +28,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<vtailarm unit="FT" > 57.33 </vtailarm>
<location name="AERORP" unit="M">
<x> 19.4274 </x>
<x> 19.2274 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -57,7 +57,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<emptywt unit="LBS" > 80431 </emptywt>
<location name="CG" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -74,7 +74,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<pointmass name="PAX">
<weight unit="LBS">23000</weight>
<location name="POINTMASS" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -427,7 +427,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 1 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -438,7 +438,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 2 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>

View file

@ -28,7 +28,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<vtailarm unit="FT" > 57.33 </vtailarm>
<location name="AERORP" unit="M">
<x> 19.4274 </x>
<x> 19.2274 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -57,7 +57,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<emptywt unit="LBS" > 80431 </emptywt>
<location name="CG" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -74,7 +74,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<pointmass name="PAX">
<weight unit="LBS">23000</weight>
<location name="POINTMASS" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -427,7 +427,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 1 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -438,7 +438,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 2 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>

View file

@ -28,7 +28,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<vtailarm unit="FT" > 57.33 </vtailarm>
<location name="AERORP" unit="M">
<x> 19.4274 </x>
<x> 19.2274 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -57,7 +57,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<emptywt unit="LBS" > 80431 </emptywt>
<location name="CG" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -74,7 +74,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<pointmass name="PAX">
<weight unit="LBS">23000</weight>
<location name="POINTMASS" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -427,7 +427,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 1 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -438,7 +438,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 2 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>

View file

@ -28,7 +28,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<vtailarm unit="FT" > 57.33 </vtailarm>
<location name="AERORP" unit="M">
<x> 19.4274 </x>
<x> 19.2274 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -57,7 +57,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<emptywt unit="LBS" > 80431 </emptywt>
<location name="CG" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -74,7 +74,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<pointmass name="PAX">
<weight unit="LBS">23000</weight>
<location name="POINTMASS" unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -427,7 +427,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 1 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -438,7 +438,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Engine 2 Pipes -->
<location unit="M">
<x> 19.0231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>

View file

@ -46,7 +46,7 @@
<property>metrics/Sw-sqft</property>
<property>velocities/q-aero-rad_sec</property>
<property>aero/ci2vel</property>
<value>8.5404</value>
<value>6.5404</value>
</product>
</function>
@ -57,7 +57,7 @@
<property>metrics/Sw-sqft</property>
<property>aero/alphadot-rad_sec</property>
<property>aero/ci2vel</property>
<value>2.9706</value>
<value>1.9706</value>
</product>
</function>
@ -77,7 +77,7 @@
<property>aero/qbar-psf</property>
<property>metrics/Sw-sqft</property>
<property>fcs/pitch-trim-pos-geared</property>
<value>0.2395</value>
<value>0.0151</value>
</product>
</function>
@ -122,7 +122,7 @@
<property>aero/qbar-psf</property>
<property>metrics/Sw-sqft</property>
<property>fcs/speedbrake-pos-norm</property>
<value>-0.1</value>
<value>-0.15</value>
</product>
</function>
@ -423,7 +423,7 @@
<property>metrics/Sw-sqft</property>
<property>metrics/cbarw-ft</property>
<property>aero/alpha-rad</property>
<value>-0.7918</value>
<value>-0.5918</value>
</product>
</function>
@ -434,7 +434,7 @@
<property>metrics/Sw-sqft</property>
<property>metrics/cbarw-ft</property>
<property>fcs/pitch-pos-geared</property>
<value>-1.825</value>
<value>-1.425</value>
</product>
</function>
@ -445,7 +445,7 @@
<property>metrics/Sw-sqft</property>
<property>metrics/cbarw-ft</property>
<property>fcs/pitch-trim-pos-geared</property>
<value>-3.045</value>
<value>-2.845</value>
</product>
</function>
@ -469,7 +469,7 @@
<property>metrics/cbarw-ft</property>
<property>aero/ci2vel</property>
<property>aero/alphadot-rad_sec</property>
<value>-1.1356</value>
<value>-1.0356</value>
</product>
</function>

View file

@ -1 +1 @@
4302
4303