FDM: Loads of other coordinates changed for new 3D
This commit is contained in:
parent
6296cf6de9
commit
496b9c6c72
24 changed files with 859 additions and 583 deletions
155
A320-100-CFM.xml
155
A320-100-CFM.xml
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2020 Josh 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">
|
||||
<fdm_config name="A320" version="2.0" release="BETA">
|
||||
|
||||
<fileheader>
|
||||
<author>Joshua Davidson (Octal450)</author>
|
||||
|
@ -14,7 +11,86 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</fileheader>
|
||||
|
||||
<metrics file="Systems/a320-metrics"/>
|
||||
<mass_balance file="Systems/a320-mass-balance"/>
|
||||
|
||||
<mass_balance>
|
||||
<ixx unit="SLUG*FT2">611903</ixx>
|
||||
<iyy unit="SLUG*FT2">1735389</iyy>
|
||||
<izz unit="SLUG*FT2">1401293</izz>
|
||||
<ixy unit="SLUG*FT2">0</ixy>
|
||||
<ixz unit="SLUG*FT2">0</ixz>
|
||||
<iyz unit="SLUG*FT2">0</iyz>
|
||||
<emptywt unit="LBS">95087.5</emptywt>
|
||||
|
||||
<location name="CG" unit="M">
|
||||
<x>-1.5496</x> <!-- 28.5% MAC -->
|
||||
<y>0</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
|
||||
<pointmass name="Crew">
|
||||
<weight unit="LBS">320</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-15.44</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Forward Cabin">
|
||||
<weight unit="LBS">3722</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-10.8</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Center Cabin">
|
||||
<weight unit="LBS">11361</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-4.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cabin">
|
||||
<weight unit="LBS">8422</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-5.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Fwd Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-6.8</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-3.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Bulk Cargo">
|
||||
<weight unit="LBS">0</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-8.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
</mass_balance>
|
||||
|
||||
<ground_reactions file="Systems/a320-ground-reactions"/>
|
||||
|
||||
<propulsion>
|
||||
|
@ -98,75 +174,74 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
|
||||
<tank type="FUEL"> <!-- Outer Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12272.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12272.9</capacity>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
|
||||
<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... -->
|
||||
<location unit="M">
|
||||
<x> 18.9731 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> -0.61182 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 14623.00 </capacity>
|
||||
<capacity unit="LBS">14623</capacity>
|
||||
<contents unit="LBS">42</contents>
|
||||
<unusable-volume unit="LTR"> 23.20 </unusable-volume>
|
||||
<unusable-volume unit="LTR">23.2</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12272.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12272.9</capacity>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Outer Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 1 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -175,9 +250,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 2 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -186,9 +261,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- APU Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
|
150
A320-200-CFM.xml
150
A320-200-CFM.xml
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2020 Josh 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">
|
||||
<fdm_config name="A320" version="2.0" release="BETA">
|
||||
|
||||
<fileheader>
|
||||
<author>Joshua Davidson (Octal450)</author>
|
||||
|
@ -14,7 +11,86 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</fileheader>
|
||||
|
||||
<metrics file="Systems/a320-metrics"/>
|
||||
<mass_balance file="Systems/a320-mass-balance"/>
|
||||
|
||||
<mass_balance>
|
||||
<ixx unit="SLUG*FT2">611903</ixx>
|
||||
<iyy unit="SLUG*FT2">1735389</iyy>
|
||||
<izz unit="SLUG*FT2">1401293</izz>
|
||||
<ixy unit="SLUG*FT2">0</ixy>
|
||||
<ixz unit="SLUG*FT2">0</ixz>
|
||||
<iyz unit="SLUG*FT2">0</iyz>
|
||||
<emptywt unit="LBS">95721.5</emptywt>
|
||||
|
||||
<location name="CG" unit="M">
|
||||
<x>-1.5496</x> <!-- 28.5% MAC -->
|
||||
<y>0</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
|
||||
<pointmass name="Crew">
|
||||
<weight unit="LBS">320</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-15.44</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Forward Cabin">
|
||||
<weight unit="LBS">3722</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-10.8</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Center Cabin">
|
||||
<weight unit="LBS">11361</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-4.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cabin">
|
||||
<weight unit="LBS">8422</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-5.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Fwd Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-6.8</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-3.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Bulk Cargo">
|
||||
<weight unit="LBS">0</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-8.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
</mass_balance>
|
||||
|
||||
<ground_reactions file="Systems/a320-ground-reactions"/>
|
||||
|
||||
<propulsion>
|
||||
|
@ -98,74 +174,74 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
|
||||
<tank type="FUEL"> <!-- Outer Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">12591.95</capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Center Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9731 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> -0.61182 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 14623.00 </capacity>
|
||||
<capacity unit="LBS">14623</capacity>
|
||||
<contents unit="LBS">42</contents>
|
||||
<unusable-volume unit="LTR"> 23.20 </unusable-volume>
|
||||
<unusable-volume unit="LTR">23.2</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">12591.95</capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Outer Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 1 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -174,9 +250,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 2 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -185,9 +261,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- APU Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
|
154
A320-200-IAE.xml
154
A320-200-IAE.xml
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2020 Josh 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">
|
||||
<fdm_config name="A320" version="2.0" release="BETA">
|
||||
|
||||
<fileheader>
|
||||
<author>Joshua Davidson (Octal450)</author>
|
||||
|
@ -14,7 +11,86 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</fileheader>
|
||||
|
||||
<metrics file="Systems/a320-metrics"/>
|
||||
<mass_balance file="Systems/a320-mass-balance"/>
|
||||
|
||||
<mass_balance>
|
||||
<ixx unit="SLUG*FT2">611903</ixx>
|
||||
<iyy unit="SLUG*FT2">1735389</iyy>
|
||||
<izz unit="SLUG*FT2">1401293</izz>
|
||||
<ixy unit="SLUG*FT2">0</ixy>
|
||||
<ixz unit="SLUG*FT2">0</ixz>
|
||||
<iyz unit="SLUG*FT2">0</iyz>
|
||||
<emptywt unit="LBS">95409.5</emptywt>
|
||||
|
||||
<location name="CG" unit="M">
|
||||
<x>-1.5496</x> <!-- 28.5% MAC -->
|
||||
<y>0</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
|
||||
<pointmass name="Crew">
|
||||
<weight unit="LBS">320</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-15.44</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Forward Cabin">
|
||||
<weight unit="LBS">3722</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-10.8</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Center Cabin">
|
||||
<weight unit="LBS">11361</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-4.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cabin">
|
||||
<weight unit="LBS">8422</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-5.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Fwd Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-6.8</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-3.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Bulk Cargo">
|
||||
<weight unit="LBS">0</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-8.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
</mass_balance>
|
||||
|
||||
<ground_reactions file="Systems/a320-ground-reactions"/>
|
||||
|
||||
<propulsion>
|
||||
|
@ -98,74 +174,74 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
|
||||
<tank type="FUEL"> <!-- Outer Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12272.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12272.9</capacity>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Center Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9731 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> -0.61182 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 14623.00 </capacity>
|
||||
<capacity unit="LBS">14623</capacity>
|
||||
<contents unit="LBS">42</contents>
|
||||
<unusable-volume unit="LTR"> 23.20 </unusable-volume>
|
||||
<unusable-volume unit="LTR">23.2</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12272.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12272.9</capacity>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Outer Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 1 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -174,9 +250,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 2 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -185,9 +261,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- APU Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
|
154
A320neo-CFM.xml
154
A320neo-CFM.xml
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2020 Josh 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">
|
||||
<fdm_config name="A320" version="2.0" release="BETA">
|
||||
|
||||
<fileheader>
|
||||
<author>Joshua Davidson (Octal450)</author>
|
||||
|
@ -14,7 +11,86 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</fileheader>
|
||||
|
||||
<metrics file="Systems/a320-metrics"/>
|
||||
<mass_balance file="Systems/a320-mass-balance"/>
|
||||
|
||||
<mass_balance>
|
||||
<ixx unit="SLUG*FT2">611903</ixx>
|
||||
<iyy unit="SLUG*FT2">1735389</iyy>
|
||||
<izz unit="SLUG*FT2">1401293</izz>
|
||||
<ixy unit="SLUG*FT2">0</ixy>
|
||||
<ixz unit="SLUG*FT2">0</ixz>
|
||||
<iyz unit="SLUG*FT2">0</iyz>
|
||||
<emptywt unit="LBS">98160.71</emptywt>
|
||||
|
||||
<location name="CG" unit="M">
|
||||
<x>-1.5496</x> <!-- 28.5% MAC -->
|
||||
<y>0</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
|
||||
<pointmass name="Crew">
|
||||
<weight unit="LBS">320</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-15.44</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Forward Cabin">
|
||||
<weight unit="LBS">3722</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-10.8</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Center Cabin">
|
||||
<weight unit="LBS">11361</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-4.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cabin">
|
||||
<weight unit="LBS">8422</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-5.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Fwd Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-6.8</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-3.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Bulk Cargo">
|
||||
<weight unit="LBS">0</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-8.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
</mass_balance>
|
||||
|
||||
<ground_reactions file="Systems/a320-ground-reactions"/>
|
||||
|
||||
<propulsion>
|
||||
|
@ -98,74 +174,74 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
|
||||
<tank type="FUEL"> <!-- Outer Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12155.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12155.9</capacity>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Center Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9731 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> -0.61182 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 14620.00 </capacity>
|
||||
<capacity unit="LBS">14620</capacity>
|
||||
<contents unit="LBS">42</contents>
|
||||
<unusable-volume unit="LTR"> 23.20 </unusable-volume>
|
||||
<unusable-volume unit="LTR">23.2</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12155.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12155.9</capacity>
|
||||
<contents unit="LBS">6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Outer Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 1 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -174,9 +250,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 2 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -185,9 +261,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- APU Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
|
154
A320neo-PW.xml
154
A320neo-PW.xml
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2020 Josh 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">
|
||||
<fdm_config name="A320" version="2.0" release="BETA">
|
||||
|
||||
<fileheader>
|
||||
<author>Joshua Davidson (Octal450)</author>
|
||||
|
@ -14,7 +11,86 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</fileheader>
|
||||
|
||||
<metrics file="Systems/a320-metrics"/>
|
||||
<mass_balance file="Systems/a320-mass-balance"/>
|
||||
|
||||
<mass_balance>
|
||||
<ixx unit="SLUG*FT2">611903</ixx>
|
||||
<iyy unit="SLUG*FT2">1735389</iyy>
|
||||
<izz unit="SLUG*FT2">1401293</izz>
|
||||
<ixy unit="SLUG*FT2">0</ixy>
|
||||
<ixz unit="SLUG*FT2">0</ixz>
|
||||
<iyz unit="SLUG*FT2">0</iyz>
|
||||
<emptywt unit="LBS">97497.7</emptywt>
|
||||
|
||||
<location name="CG" unit="M">
|
||||
<x>-1.5496</x> <!-- 28.5% MAC -->
|
||||
<y>0</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
|
||||
<pointmass name="Crew">
|
||||
<weight unit="LBS">320</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-15.44</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Forward Cabin">
|
||||
<weight unit="LBS">3722</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-10.8</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Center Cabin">
|
||||
<weight unit="LBS">11361</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-4.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cabin">
|
||||
<weight unit="LBS">8422</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-5.3</x>
|
||||
<y>0</y>
|
||||
<z>0.3</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Fwd Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-6.8</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-3.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Bulk Cargo">
|
||||
<weight unit="LBS">0</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x>-8.1</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</location>
|
||||
</pointmass>
|
||||
</mass_balance>
|
||||
|
||||
<ground_reactions file="Systems/a320-ground-reactions"/>
|
||||
|
||||
<propulsion>
|
||||
|
@ -98,74 +174,74 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
|
||||
<tank type="FUEL"> <!-- Outer Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Left Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> -5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>-4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12155.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12155.9</capacity>
|
||||
<contents unit="LBS"> 6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Center Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9731 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> -0.61182 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 14620.00 </capacity>
|
||||
<capacity unit="LBS">14620</capacity>
|
||||
<contents unit="LBS">42</contents>
|
||||
<unusable-volume unit="LTR"> 23.20 </unusable-volume>
|
||||
<unusable-volume unit="LTR">23.2</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Inner Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>4.1029</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 12155.90 </capacity>
|
||||
<contents unit="LBS"> 6000.00 </contents>
|
||||
<unusable-volume unit="LTR"> 28.0 </unusable-volume>
|
||||
<capacity unit="LBS">12155.9</capacity>
|
||||
<contents unit="LBS"> 6000</contents>
|
||||
<unusable-volume unit="LTR">28</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Outer Right Wing Tank -->
|
||||
<location unit="M">
|
||||
<x> 18.9231 </x>
|
||||
<y> 5.1104 </y>
|
||||
<z> -0.61182 </z>
|
||||
<x>-1.5496</x>
|
||||
<y>7.0291</y>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS"> 1523.00 </capacity>
|
||||
<contents unit="LBS"> 1523.00 </contents>
|
||||
<unusable-volume unit="LTR"> 4.0 </unusable-volume>
|
||||
<capacity unit="LBS">1523</capacity>
|
||||
<contents unit="LBS">1523</contents>
|
||||
<unusable-volume unit="LTR">4</unusable-volume>
|
||||
<priority>1</priority>
|
||||
<density unit="LBS/GAL">6.71</density>
|
||||
<temperature>50</temperature>
|
||||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 1 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -174,9 +250,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- Engine 2 Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
@ -185,9 +261,9 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
|
|||
</tank>
|
||||
<tank type="FUEL"> <!-- APU Pipes -->
|
||||
<location unit="M">
|
||||
<x> 18.8231 </x>
|
||||
<x>-1.5496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
<capacity unit="LBS">10</capacity>
|
||||
<contents unit="LBS">0</contents>
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
<name>A320-100-CFM</name>
|
||||
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
|
||||
|
||||
<offsets>
|
||||
<x-m>-18.8499</x-m>
|
||||
<z-m>1.7005004</z-m>
|
||||
</offsets>
|
||||
|
||||
<model>
|
||||
<name>A320</name>
|
||||
<path>Aircraft/A320-family/Models/A320-common.xml</path>
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
<name>A320-200-CFM</name>
|
||||
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
|
||||
|
||||
<offsets>
|
||||
<x-m>-18.8499</x-m>
|
||||
<z-m>1.7005004</z-m>
|
||||
</offsets>
|
||||
|
||||
<model>
|
||||
<name>A320</name>
|
||||
<path>Aircraft/A320-family/Models/A320-common.xml</path>
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
<name>A320-200-IAE</name>
|
||||
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
|
||||
|
||||
<offsets>
|
||||
<x-m>-18.8499</x-m>
|
||||
<z-m>1.7005004</z-m>
|
||||
</offsets>
|
||||
|
||||
<model>
|
||||
<name>A320</name>
|
||||
<path>Aircraft/A320-family/Models/A320-common.xml</path>
|
||||
|
|
|
@ -14,13 +14,6 @@
|
|||
<model>
|
||||
<name>Interior</name>
|
||||
<path>Aircraft/A320-family/Models/A320-interior.xml</path>
|
||||
<!-- On multiplayer models, the interior is loaded separately and global
|
||||
offsets are not applied. This cancels the global offsets, so that
|
||||
the interior is loaded at (0,0,0) anyway. -->
|
||||
<offsets>
|
||||
<x-m>18.8499</x-m>
|
||||
<z-m>-1.7005004</z-m>
|
||||
</offsets>
|
||||
<usage>interior</usage>
|
||||
</model>
|
||||
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
<name>A320neo-CFM</name>
|
||||
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
|
||||
|
||||
<offsets>
|
||||
<x-m>-18.8499</x-m>
|
||||
<z-m>1.7005004</z-m>
|
||||
</offsets>
|
||||
|
||||
<model>
|
||||
<name>A320</name>
|
||||
<path>Aircraft/A320-family/Models/A320-common.xml</path>
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
<name>A320neo-PW</name>
|
||||
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
|
||||
|
||||
<offsets>
|
||||
<x-m>-18.8499</x-m>
|
||||
<z-m>1.7005004</z-m>
|
||||
</offsets>
|
||||
|
||||
<model>
|
||||
<name>A320</name>
|
||||
<path>Aircraft/A320-family/Models/A320-common.xml</path>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 ADR -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 ADR -->
|
||||
<!-- Copyright (c) 2019 Jonathan Redpath -->
|
||||
|
||||
<system name="A320: ADR">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 Aerodynamics -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 Aerodynamics -->
|
||||
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
||||
|
||||
<aerodynamics>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 APU -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 APU -->
|
||||
<!-- Copyright (c) 2020 Jonathan Redpath -->
|
||||
|
||||
<system name="A320: APU">
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2019 Jonathan Redpath (legoboyvdlp) -->
|
||||
|
||||
<system name="A320: Engine Fire">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 JSBsim -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 JSBsim -->
|
||||
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
||||
|
||||
<external_reactions>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 FMGC -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 FMGC -->
|
||||
<!-- Copyright (c) 2019 Jonathan Redpath -->
|
||||
|
||||
<system name="A320: FMGC">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 Fuel -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 Fuel -->
|
||||
<!-- Copyright (c) 2019 Jonathan Redpath -->
|
||||
|
||||
<system name="A320: Fuel:">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 FWC -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 FWC -->
|
||||
<!-- Copyright (c) 2019 Jonathan Redpath -->
|
||||
|
||||
<system name="A320: FWC">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<location unit="M">
|
||||
<x>-12.768</x>
|
||||
<y>0</y>
|
||||
<z>-4.07014</z>
|
||||
<z>-4.15014</z>
|
||||
</location>
|
||||
<static_friction>1.4</static_friction> <!-- Arbitrarily high to help nose wheel steering - no effect on braking -->
|
||||
<dynamic_friction>0.6</dynamic_friction>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2019 Jonathan Redpath (legoboyvdlp) -->
|
||||
|
||||
<system name="A320: Lights">
|
||||
|
|
|
@ -1,83 +0,0 @@
|
|||
<!-- Airbus A320 JSBsim -->
|
||||
|
||||
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
||||
|
||||
<mass_balance>
|
||||
<ixx unit="SLUG*FT2"> 611903 </ixx>
|
||||
<iyy unit="SLUG*FT2"> 1735389 </iyy>
|
||||
<izz unit="SLUG*FT2"> 1401293 </izz>
|
||||
|
||||
<ixy unit="SLUG*FT2"> 0 </ixy>
|
||||
<ixz unit="SLUG*FT2"> 0 </ixz>
|
||||
<iyz unit="SLUG*FT2"> 0 </iyz>
|
||||
<emptywt unit="LBS" > 80431 </emptywt>
|
||||
|
||||
<location name="CG" unit="M">
|
||||
<x> 18.849 </x> <!-- 25% MAC -->
|
||||
<y> 0 </y>
|
||||
<z> 0.19249 </z>
|
||||
</location>
|
||||
|
||||
<pointmass name="Crew">
|
||||
<weight unit="LBS">320</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x> 5.29845 </x>
|
||||
<y> 0 </y>
|
||||
<z> 0.5 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Forward Cabin">
|
||||
<weight unit="LBS">3722</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x> 10 </x>
|
||||
<y> 0 </y>
|
||||
<z> 0.5 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Center Cabin">
|
||||
<weight unit="LBS">11361</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x> 16.5 </x>
|
||||
<y> 0 </y>
|
||||
<z> 0.5 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cabin">
|
||||
<weight unit="LBS">8422</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x> 26 </x>
|
||||
<y> 0 </y>
|
||||
<z> 0.5 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Fwd Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x> 14.0 </x>
|
||||
<y> 0 </y>
|
||||
<z> -1.1 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Cargo">
|
||||
<weight unit="LBS">3000</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x> 24.0 </x>
|
||||
<y> 0 </y>
|
||||
<z> -1.1 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
|
||||
<pointmass name="Aft Bulk Cargo">
|
||||
<weight unit="LBS">0</weight>
|
||||
<location name="POINTMASS" unit="M">
|
||||
<x> 29.0 </x>
|
||||
<y> 0 </y>
|
||||
<z> -1.1 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
</mass_balance>
|
|
@ -1,21 +1,20 @@
|
|||
<!-- Airbus A320 JSBsim -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 JSBsim -->
|
||||
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
||||
|
||||
<metrics>
|
||||
|
||||
<wingarea unit="FT2">1319.79</wingarea>
|
||||
<wingspan unit="FT" >117.26</wingspan>
|
||||
<wing_incidence > 1.03 </wing_incidence>
|
||||
<chord unit="FT" >20.76</chord>
|
||||
<htailarea unit="FT2">334.24</htailarea>
|
||||
<htailarm unit="FT" > 57.88 </htailarm>
|
||||
<vtailarea unit="FT2">248.79</vtailarea>
|
||||
<vtailarm unit="FT" > 57.33 </vtailarm>
|
||||
|
||||
<location name="AERORP" unit="M">
|
||||
<x> 19.2274 </x>
|
||||
<x>-1.8496</x>
|
||||
<y>0</y>
|
||||
<z> 0.19249 </z>
|
||||
<z>-0.66395</z>
|
||||
</location>
|
||||
|
||||
<location name="EYEPOINT" unit="M">
|
||||
|
@ -25,8 +24,9 @@
|
|||
</location>
|
||||
|
||||
<location name="VRP" unit="M">
|
||||
<x> 18.8499 </x>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z> -1.7005004 </z>
|
||||
<z>0</z>
|
||||
</location>
|
||||
|
||||
</metrics>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Airbus A320 FCS -->
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Airbus A320 Spoilers -->
|
||||
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
||||
|
||||
<system name="A320: Spoilers">
|
||||
|
|
Loading…
Add table
Reference in a new issue