2019-12-02 18:25:19 +00:00
<?xml version="1.0"?>
2019-10-14 16:48:35 +00:00
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
<!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
<fdm_config name= "A320-family" version= "2.0" release= "BETA"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<fileheader >
<author > Joshua Davidson (Octal450)</author>
<version > Pre V1.0</version>
<description > A32X FDE</description>
</fileheader>
<metrics file= "Systems/a320-metrics" />
<mass_balance file= "Systems/a320-mass-balance" />
<ground_reactions file= "Systems/a320-ground-reactions" />
<propulsion >
<engine file= "cfm56_5a1_1" >
<location unit= "M" >
<x > 14.3962788 </x>
<y > -5.755 </y>
<z > -1.04768 </z>
</location>
<orient unit= "DEG" >
<roll > 0.0 </roll>
<pitch > 2.2 </pitch>
<yaw > 1 </yaw>
</orient>
2019-12-02 18:25:19 +00:00
<feed > 5</feed>
2019-10-14 16:48:35 +00:00
<thruster file= "direct" >
<location unit= "M" >
<x > 14.3962788 </x>
<y > -5.755 </y>
<z > -1.04768 </z>
</location>
<orient unit= "DEG" >
<roll > 0.0 </roll>
<pitch > 2.2 </pitch>
<yaw > 1 </yaw>
</orient>
</thruster>
</engine>
<engine file= "cfm56_5a1_2" >
<location unit= "M" >
<x > 14.3962788 </x>
<y > 5.755 </y>
<z > -1.04768 </z>
</location>
<orient unit= "DEG" >
<roll > 0.0 </roll>
<pitch > 2.2 </pitch>
<yaw > -1 </yaw>
</orient>
2019-12-02 18:25:19 +00:00
<feed > 6</feed>
2019-10-14 16:48:35 +00:00
<thruster file= "direct" >
<location unit= "M" >
<x > 14.3962788 </x>
<y > 5.755 </y>
<z > -1.04768 </z>
</location>
<orient unit= "DEG" >
<roll > 0.0 </roll>
<pitch > 2.2 </pitch>
<yaw > -1 </yaw>
</orient>
</thruster>
</engine>
2020-04-17 19:11:44 +00:00
<engine file= "APS3200" >
<location unit= "M" >
<x > 38.9 </x>
<y > 0 </y>
<z > 0.95 </z>
</location>
<orient unit= "DEG" >
<roll > 0.0 </roll>
<pitch > 0.0 </pitch>
<yaw > 0.0 </yaw>
</orient>
<feed > 5</feed>
<thruster file= "direct" >
<location unit= "M" >
<x > 38.9 </x>
<y > 0 </y>
<z > 0.95 </z>
</location>
<orient unit= "DEG" >
<roll > 0.0 </roll>
<pitch > 0.0 </pitch>
<yaw > 0.0 </yaw>
</orient>
</thruster>
</engine>
2019-10-22 16:24:51 +00:00
<tank type= "FUEL" > <!-- Outer Left Wing Tank -->
2019-10-14 16:48:35 +00:00
<location unit= "M" >
<x > 18.9231 </x>
<y > -5.1104 </y>
<z > -0.61182 </z>
</location>
2019-11-08 20:33:21 +00:00
<capacity unit= "LBS" > 1523.00 </capacity>
<contents unit= "LBS" > 1523.00 </contents>
<unusable-volume unit= "LTR" > 4.0 </unusable-volume>
2019-10-14 16:48:35 +00:00
<priority > 1</priority>
2019-11-08 20:33:21 +00:00
<density unit= "LBS/GAL" > 6.71</density>
2019-10-14 16:48:35 +00:00
<temperature > 50</temperature>
</tank>
2019-10-22 16:24:51 +00:00
<tank type= "FUEL" > <!-- Inner Left Wing Tank -->
2019-10-14 16:48:35 +00:00
<location unit= "M" >
2019-10-22 16:24:51 +00:00
<x > 18.9231 </x>
<y > -5.1104 </y>
<z > -0.61182 </z>
</location>
2019-11-08 20:33:21 +00:00
<capacity unit= "LBS" > 12272.90 </capacity>
2019-10-22 16:24:51 +00:00
<contents unit= "LBS" > 6000.00 </contents>
2019-11-08 20:33:21 +00:00
<unusable-volume unit= "LTR" > 28.0 </unusable-volume>
2019-10-22 16:24:51 +00:00
<priority > 1</priority>
2019-11-08 20:33:21 +00:00
<density unit= "LBS/GAL" > 6.71</density>
2019-10-22 16:24:51 +00:00
<temperature > 50</temperature>
</tank>
2019-11-07 21:47:16 +00:00
2020-04-17 11:37:25 +00:00
<tank type= "FUEL" > <!-- Center Tank - wing box may be modified to center fuel tank on the - 100 so we have a center tank. Or mostly because its easier... -->
2019-11-07 21:47:16 +00:00
<location unit= "M" >
<x > 18.9731 </x>
<y > 0 </y>
<z > -0.61182 </z>
</location>
2019-11-08 20:33:21 +00:00
<capacity unit= "LBS" > 14623.00 </capacity>
<contents unit= "LBS" > 42 </contents>
2019-11-07 21:47:16 +00:00
<unusable-volume unit= "LTR" > 23.20 </unusable-volume>
<priority > 1</priority>
2019-11-08 20:33:21 +00:00
<density unit= "LBS/GAL" > 6.71</density>
2019-11-07 21:47:16 +00:00
<temperature > 50</temperature>
</tank>
2019-10-22 16:24:51 +00:00
<tank type= "FUEL" > <!-- Inner Right Wing Tank -->
<location unit= "M" >
<x > 18.9231 </x>
<y > 5.1104 </y>
2019-10-14 16:48:35 +00:00
<z > -0.61182 </z>
</location>
2019-11-08 20:33:21 +00:00
<capacity unit= "LBS" > 12272.90 </capacity>
2019-10-22 16:24:51 +00:00
<contents unit= "LBS" > 6000.00 </contents>
2019-11-08 20:33:21 +00:00
<unusable-volume unit= "LTR" > 28.0 </unusable-volume>
2019-10-14 16:48:35 +00:00
<priority > 1</priority>
2019-11-08 20:33:21 +00:00
<density unit= "LBS/GAL" > 6.71</density>
2019-10-14 16:48:35 +00:00
<temperature > 50</temperature>
</tank>
2019-10-22 16:24:51 +00:00
<tank type= "FUEL" > <!-- Outer Right Wing Tank -->
2019-10-14 16:48:35 +00:00
<location unit= "M" >
<x > 18.9231 </x>
<y > 5.1104 </y>
<z > -0.61182 </z>
</location>
2019-11-08 20:33:21 +00:00
<capacity unit= "LBS" > 1523.00 </capacity>
<contents unit= "LBS" > 1523.00 </contents>
<unusable-volume unit= "LTR" > 4.0 </unusable-volume>
2019-10-14 16:48:35 +00:00
<priority > 1</priority>
2019-11-08 20:33:21 +00:00
<density unit= "LBS/GAL" > 6.71</density>
2019-10-14 16:48:35 +00:00
<temperature > 50</temperature>
</tank>
<tank type= "FUEL" > <!-- Engine 1 Pipes -->
<location unit= "M" >
<x > 18.8231 </x>
<y > 0 </y>
<z > 0.19249 </z>
</location>
<capacity unit= "LBS" > 10</capacity>
<contents unit= "LBS" > 0</contents>
<priority > 1</priority>
2019-11-08 20:33:21 +00:00
<density unit= "LBS/GAL" > 6.71</density>
2019-10-14 16:48:35 +00:00
</tank>
<tank type= "FUEL" > <!-- Engine 2 Pipes -->
<location unit= "M" >
<x > 18.8231 </x>
<y > 0 </y>
<z > 0.19249 </z>
</location>
<capacity unit= "LBS" > 10</capacity>
<contents unit= "LBS" > 0</contents>
<priority > 1</priority>
2019-11-08 20:33:21 +00:00
<density unit= "LBS/GAL" > 6.71</density>
2019-10-14 16:48:35 +00:00
</tank>
</propulsion>
2020-03-14 10:42:32 +00:00
<system file= "glass-effect" />
2019-10-14 16:48:35 +00:00
<system file= "a320-fcs" />
2019-12-02 18:25:19 +00:00
<system file= "a320-fuel" />
2019-10-29 15:19:43 +00:00
<system file= "a320-fwc" />
2019-10-14 16:48:35 +00:00
<system file= "a320-spoiler" />
2019-10-15 15:46:38 +00:00
<system file= "a320-electrical" />
<system file= "a320-hydraulic" />
2019-10-14 16:48:35 +00:00
<system file= "a320-lights" />
<system file= "a320-engine-fire" />
2019-11-21 17:27:57 +00:00
<system file= "a320-adr" />
2019-11-30 13:39:53 +00:00
<system file= "a320-fmgc" />
2019-10-14 16:48:35 +00:00
<flight_control name= "none" />
<aerodynamics file= "Systems/a320-aerodynamics.xml" />
<external_reactions file= "Systems/a320-external-reactions" />
</fdm_config>