Sim: Corrections in mass/balence

This commit is contained in:
Joshua Davidson 2018-10-25 14:33:35 -04:00
parent 39c1878e7a
commit 8e49f066c9
8 changed files with 10 additions and 72 deletions

View file

@ -18,7 +18,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</fileheader>
<metrics file="Systems/a320-metrics"/>
<mass_balance file="Systems/a320-mass-balance-cfm"/>
<mass_balance file="Systems/a320-mass-balance"/>
<ground_reactions file="Systems/a320-ground-reactions"/>
<propulsion>

View file

@ -18,7 +18,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</fileheader>
<metrics file="Systems/a320-metrics"/>
<mass_balance file="Systems/a320-mass-balance-cfm"/>
<mass_balance file="Systems/a320-mass-balance"/>
<ground_reactions file="Systems/a320-ground-reactions"/>
<propulsion>

View file

@ -18,7 +18,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</fileheader>
<metrics file="Systems/a320-metrics"/>
<mass_balance file="Systems/a320-mass-balance-iae"/>
<mass_balance file="Systems/a320-mass-balance"/>
<ground_reactions file="Systems/a320-ground-reactions"/>
<propulsion>

View file

@ -18,7 +18,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</fileheader>
<metrics file="Systems/a320-metrics"/>
<mass_balance file="Systems/a320-mass-balance-cfm"/> <!--todo: make neo mass / balance -->
<mass_balance file="Systems/a320-mass-balance"/>
<ground_reactions file="Systems/a320-ground-reactions"/>
<propulsion>

View file

@ -18,7 +18,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
</fileheader>
<metrics file="Systems/a320-metrics"/>
<mass_balance file="Systems/a320-mass-balance-cfm"/> <!--todo: make neo mass / balance -->
<mass_balance file="Systems/a320-mass-balance"/>
<ground_reactions file="Systems/a320-ground-reactions"/>
<propulsion>

View file

@ -1,62 +0,0 @@
<!-- Airbus A320 JSBsim -->
<!-- Joshua Davidson (it0uchpods) -->
<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<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.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
<!-- average human weight 145 lbs, max 44000 lb -->
<pointmass name="Crew">
<weight unit="LBS">840</weight>
<location name="POINTMASS" unit="M">
<x> 5.29845 </x>
<y> 0 </y>
<z> -0.66384 </z>
</location>
</pointmass>
<pointmass name="PAX">
<weight unit="LBS">24360</weight>
<location name="POINTMASS" unit="M">
<x> 18.8231 </x>
<y> 0 </y>
<z> 0.19249 </z>
</location>
</pointmass>
<pointmass name="Fwd Cargo">
<weight unit="LBS">9400</weight>
<location name="POINTMASS" unit="M">
<x> 13.0849 </x>
<y> 0 </y>
<z> -1.18112 </z>
</location>
</pointmass>
<pointmass name="Aft Cargo">
<weight unit="LBS">9400</weight>
<location name="POINTMASS" unit="M">
<x> 24.5565 </x>
<y> 0 </y>
<z> -1.18112 </z>
</location>
</pointmass>
</mass_balance>

View file

@ -25,7 +25,7 @@
<!-- average human weight 145 lbs, max 44000 lb -->
<pointmass name="Crew">
<weight unit="LBS">840</weight>
<weight unit="LBS">380</weight>
<location name="POINTMASS" unit="M">
<x> 5.29845 </x>
<y> 0 </y>
@ -34,7 +34,7 @@
</pointmass>
<pointmass name="PAX">
<weight unit="LBS">24360</weight>
<weight unit="LBS">23000</weight>
<location name="POINTMASS" unit="M">
<x> 18.8231 </x>
<y> 0 </y>
@ -43,7 +43,7 @@
</pointmass>
<pointmass name="Fwd Cargo">
<weight unit="LBS">9400</weight>
<weight unit="LBS">3000</weight>
<location name="POINTMASS" unit="M">
<x> 13.0849 </x>
<y> 0 </y>
@ -52,7 +52,7 @@
</pointmass>
<pointmass name="Aft Cargo">
<weight unit="LBS">9400</weight>
<weight unit="LBS">3000</weight>
<location name="POINTMASS" unit="M">
<x> 24.5565 </x>
<y> 0 </y>

View file

@ -1 +1 @@
4686
4687