1
0
Fork 0
A320-family/Systems/a320-mass-balance.xml

84 lines
1.7 KiB
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<!-- Airbus A320 JSBsim -->
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<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 -->
2019-10-14 16:48:35 +00:00
<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>