A32X: Major FDM Improvements

This commit is contained in:
Joshua Davidson 2017-10-05 10:17:29 -04:00
parent 032017a6aa
commit aa0bf3bbb6
20 changed files with 301 additions and 181 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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>

View file

@ -415,6 +415,7 @@
<it-fbw n="0">
<alpha-hld type="bool">0</alpha-hld>
<law type="int">0</law>
</it-fbw>
<apu>

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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </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.0974 </x>
<x> 19.4974 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
@ -338,7 +338,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -350,7 +350,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -364,7 +364,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -376,7 +376,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -2.0771987 </z>
<z> -1.04768 </z>
</location>
<orient unit="DEG">
<roll> 0.0 </roll>
@ -388,7 +388,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<tank type="FUEL"> <!-- Left Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> -5.1104 </y>
<z> -0.61182 </z>
</location>
@ -401,7 +401,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Center Tank -->
<location unit="M">
<x> 18.3731 </x>
<x> 18.7731 </x>
<y> 0 </y>
<z> -0.61182 </z>
</location>
@ -414,7 +414,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</tank>
<tank type="FUEL"> <!-- Right Wing Tank -->
<location unit="M">
<x> 18.3231 </x>
<x> 18.7231 </x>
<y> 5.1104 </y>
<z> -0.61182 </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> 18.4231 </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> 18.4231 </x>
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>

View file

@ -394,6 +394,7 @@ var doTOGAThrust = func {
setprop("/controls/engines/engine[0]/throttle", 1.0);
setprop("/controls/engines/engine[1]/throttle", 1.0);
}
#########################
# Reverse Thrust System #
#########################
@ -406,8 +407,8 @@ var toggleFastRevThrust = func {
interpolate("/engines/engine[1]/reverser-pos-norm", 1, 1.4);
setprop("/controls/engines/engine[0]/reverser", 1);
setprop("/controls/engines/engine[1]/reverser", 1);
setprop("/controls/engines/engine[0]/throttle-rev", 0.5);
setprop("/controls/engines/engine[1]/throttle-rev", 0.5);
setprop("/controls/engines/engine[0]/throttle-rev", 0.4);
setprop("/controls/engines/engine[1]/throttle-rev", 0.4);
setprop("/fdm/jsbsim/propulsion/engine[0]/reverser-angle-rad", 3.14);
setprop("/fdm/jsbsim/propulsion/engine[1]/reverser-angle-rad", 3.14);
} else if ((getprop("/controls/engines/engine[0]/reverser") == "1") or (getprop("/controls/engines/engine[1]/reverser") == "1") and (getprop("/gear/gear[1]/wow") == 1) and (getprop("/gear/gear[2]/wow") == 1)) {
@ -426,11 +427,11 @@ var doRevThrust = func {
if (getprop("/controls/engines/engine[0]/reverser") == "1" and getprop("/controls/engines/engine[1]/reverser") == "1" and getprop("/gear/gear[1]/wow") == 1 and getprop("/gear/gear[2]/wow") == 1) {
var pos1 = getprop("/controls/engines/engine[0]/throttle-rev");
var pos2 = getprop("/controls/engines/engine[1]/throttle-rev");
if (pos1 < 0.5) {
setprop("/controls/engines/engine[0]/throttle-rev", pos1 + 0.167);
if (pos1 < 0.4) {
setprop("/controls/engines/engine[0]/throttle-rev", pos1 + 0.133333333);
}
if (pos2 < 0.5) {
setprop("/controls/engines/engine[1]/throttle-rev", pos2 + 0.167);
if (pos2 < 0.4) {
setprop("/controls/engines/engine[1]/throttle-rev", pos2 + 0.133333333);
}
}
var state1 = getprop("/systems/thrust/state1");
@ -452,12 +453,12 @@ var unRevThrust = func {
var pos1 = getprop("/controls/engines/engine[0]/throttle-rev");
var pos2 = getprop("/controls/engines/engine[1]/throttle-rev");
if (pos1 > 0.0) {
setprop("/controls/engines/engine[0]/throttle-rev", pos1 - 0.167);
setprop("/controls/engines/engine[0]/throttle-rev", pos1 - 0.133333333);
} else {
unRevThrust_b();
}
if (pos2 > 0.0) {
setprop("/controls/engines/engine[1]/throttle-rev", pos2 - 0.167);
setprop("/controls/engines/engine[1]/throttle-rev", pos2 - 0.133333333);
} else {
unRevThrust_b();
}

View file

@ -250,7 +250,7 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>aero/beta-rad</property>
<value>-0.1</value>
<value>-0.05</value>
</product>
</function>
@ -262,7 +262,15 @@
<property>metrics/bw-ft</property>
<property>aero/bi2vel</property>
<property>velocities/p-aero-rad_sec</property>
<value>-0.91</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -0.91
1 -0.66
2 -0.66
3 -0.66
</tableData>
</table>
</product>
</function>
@ -285,7 +293,15 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>fcs/roll-pos-rad</property>
<value>0.11</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 0.11
1 0.09
2 0.09
3 0.09
</tableData>
</table>
</product>
</function>
@ -324,10 +340,12 @@
<property>fcs/pitch-pos-rad</property>
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">fcs/internal-fbw-law</independentVar>
<tableData>
0.0 -1.750
0.2 -1.650
2.0 -0.700
0 1 2 3
0.0 -1.850 -1.850 -1.850 -1.850
0.2 -1.750 -1.750 -1.750 -1.750
2.0 -0.650 -0.650 -0.450 -0.450
</tableData>
</table>
</product>
@ -341,7 +359,15 @@
<property>metrics/cbarw-ft</property>
<property>aero/ci2vel</property>
<property>velocities/q-aero-rad_sec</property>
<value>-136</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -136
1 -136
2 -116
3 -116
</tableData>
</table>
</product>
</function>

View file

@ -250,7 +250,7 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>aero/beta-rad</property>
<value>-0.1</value>
<value>-0.05</value>
</product>
</function>
@ -262,7 +262,15 @@
<property>metrics/bw-ft</property>
<property>aero/bi2vel</property>
<property>velocities/p-aero-rad_sec</property>
<value>-0.91</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -0.91
1 -0.66
2 -0.66
3 -0.66
</tableData>
</table>
</product>
</function>
@ -285,7 +293,15 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>fcs/roll-pos-rad</property>
<value>0.11</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 0.11
1 0.09
2 0.09
3 0.09
</tableData>
</table>
</product>
</function>
@ -324,10 +340,12 @@
<property>fcs/pitch-pos-rad</property>
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">fcs/internal-fbw-law</independentVar>
<tableData>
0.0 -1.750
0.2 -1.650
2.0 -0.700
0 1 2 3
0.0 -1.850 -1.850 -1.850 -1.850
0.2 -1.750 -1.750 -1.750 -1.750
2.0 -0.650 -0.650 -0.450 -0.450
</tableData>
</table>
</product>
@ -341,7 +359,15 @@
<property>metrics/cbarw-ft</property>
<property>aero/ci2vel</property>
<property>velocities/q-aero-rad_sec</property>
<value>-136</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -136
1 -136
2 -116
3 -116
</tableData>
</table>
</product>
</function>

View file

@ -250,7 +250,7 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>aero/beta-rad</property>
<value>-0.1</value>
<value>-0.05</value>
</product>
</function>
@ -262,7 +262,15 @@
<property>metrics/bw-ft</property>
<property>aero/bi2vel</property>
<property>velocities/p-aero-rad_sec</property>
<value>-0.91</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -0.91
1 -0.66
2 -0.66
3 -0.66
</tableData>
</table>
</product>
</function>
@ -285,7 +293,15 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>fcs/roll-pos-rad</property>
<value>0.11</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 0.11
1 0.09
2 0.09
3 0.09
</tableData>
</table>
</product>
</function>
@ -324,10 +340,12 @@
<property>fcs/pitch-pos-rad</property>
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">fcs/internal-fbw-law</independentVar>
<tableData>
0.0 -1.750
0.2 -1.650
2.0 -0.700
0 1 2 3
0.0 -1.850 -1.850 -1.850 -1.850
0.2 -1.750 -1.750 -1.750 -1.750
2.0 -0.650 -0.650 -0.450 -0.450
</tableData>
</table>
</product>
@ -341,7 +359,15 @@
<property>metrics/cbarw-ft</property>
<property>aero/ci2vel</property>
<property>velocities/q-aero-rad_sec</property>
<value>-136</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -136
1 -136
2 -116
3 -116
</tableData>
</table>
</product>
</function>

View file

@ -250,7 +250,7 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>aero/beta-rad</property>
<value>-0.1</value>
<value>-0.05</value>
</product>
</function>
@ -262,7 +262,15 @@
<property>metrics/bw-ft</property>
<property>aero/bi2vel</property>
<property>velocities/p-aero-rad_sec</property>
<value>-0.91</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -0.91
1 -0.66
2 -0.66
3 -0.66
</tableData>
</table>
</product>
</function>
@ -285,7 +293,15 @@
<property>metrics/Sw-sqft</property>
<property>metrics/bw-ft</property>
<property>fcs/roll-pos-rad</property>
<value>0.11</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 0.11
1 0.09
2 0.09
3 0.09
</tableData>
</table>
</product>
</function>
@ -324,10 +340,12 @@
<property>fcs/pitch-pos-rad</property>
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">fcs/internal-fbw-law</independentVar>
<tableData>
0.0 -1.750
0.2 -1.650
2.0 -0.700
0 1 2 3
0.0 -1.850 -1.850 -1.850 -1.850
0.2 -1.750 -1.750 -1.750 -1.750
2.0 -0.650 -0.650 -0.450 -0.450
</tableData>
</table>
</product>
@ -341,7 +359,15 @@
<property>metrics/cbarw-ft</property>
<property>aero/ci2vel</property>
<property>velocities/q-aero-rad_sec</property>
<value>-136</value>
<table>
<independentVar lookup="row">fcs/internal-fbw-law</independentVar>
<tableData>
0 -136
1 -136
2 -116
3 -116
</tableData>
</table>
</product>
</function>

View file

@ -8,6 +8,20 @@
<system name="A3XX: FCS">
<property value="2">fcs/internal-fbw-law</property>
<channel name="FBW">
<switch name="Internal FBW Law">
<default value="/it-fbw/law"/>
<test logic="OR" value="2">
/gear/gear[1]/wow == 1
/gear/gear[2]/wow == 1
</test>
</switch>
</channel>
<channel name="Roll">
<summer name="Roll Trim Sum">

View file

@ -1 +1 @@
2100
2101