Sim: Fix weights to proper locations, Aero: Adjust drag

This commit is contained in:
Joshua Davidson 2019-02-09 14:18:29 -05:00
parent 93bd21099a
commit 0e7dd5b62f
4 changed files with 66 additions and 21 deletions

View file

@ -446,22 +446,40 @@
<max-lb type="double">440</max-lb> <max-lb type="double">440</max-lb>
</weight> </weight>
<weight n="1"> <weight n="1">
<name>Passengers</name> <name>Forward Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/> <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<min-lb type="double">0</min-lb> <min-lb type="double">0</min-lb>
<max-lb type="double">24360</max-lb> <max-lb type="double">4649</max-lb>
</weight> </weight>
<weight n="2"> <weight n="2">
<name>Forward Cargo</name> <name>Center Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/> <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0</min-lb> <min-lb type="double">0</min-lb>
<max-lb type="double">9400</max-lb> <max-lb type="double">13949</max-lb>
</weight> </weight>
<weight n="3"> <weight n="3">
<name>Aft Cargo</name> <name>Aft Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/> <weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0</min-lb> <min-lb type="double">0</min-lb>
<max-lb type="double">9400</max-lb> <max-lb type="double">10462</max-lb>
</weight>
<weight n="4">
<name>Forward Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">5000</max-lb>
</weight>
<weight n="5">
<name>Aft Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[5]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">6662</max-lb>
</weight>
<weight n="6">
<name>Aft Bulk Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[6]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">3285</max-lb>
</weight> </weight>
</payload> </payload>

View file

@ -181,9 +181,9 @@
<independentVar lookup="row">aero/alpha-rad</independentVar> <independentVar lookup="row">aero/alpha-rad</independentVar>
<tableData> <tableData>
-1.57 1.3083 -1.57 1.3083
-0.20 0.0331 -0.20 0.0301
0.00 0.0000 0.00 0.0000
0.20 0.0331 0.20 0.0301
1.57 1.3083 1.57 1.3083
</tableData> </tableData>
</table> </table>
@ -210,7 +210,7 @@
<tableData> <tableData>
0.00 0.000 0.00 0.000
0.20 0.000 0.20 0.000
0.79 0.002 0.82 0.002
1.10 0.023 1.10 0.023
1.80 0.015 1.80 0.015
</tableData> </tableData>

View file

@ -20,38 +20,65 @@
</location> </location>
<pointmass name="Crew"> <pointmass name="Crew">
<weight unit="LBS">380</weight> <weight unit="LBS">320</weight>
<location name="POINTMASS" unit="M"> <location name="POINTMASS" unit="M">
<x> 5.29845 </x> <x> 5.29845 </x>
<y> 0 </y> <y> 0 </y>
<z> -0.66384 </z> <z> 0.5 </z>
</location> </location>
</pointmass> </pointmass>
<pointmass name="PAX"> <pointmass name="Forward Cabin">
<weight unit="LBS">23000</weight> <weight unit="LBS">3722</weight>
<location name="POINTMASS" unit="M"> <location name="POINTMASS" unit="M">
<x> 18.8231 </x> <x> 10 </x>
<y> 0 </y> <y> 0 </y>
<z> 0.19249 </z> <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> </location>
</pointmass> </pointmass>
<pointmass name="Fwd Cargo"> <pointmass name="Fwd Cargo">
<weight unit="LBS">3000</weight> <weight unit="LBS">3000</weight>
<location name="POINTMASS" unit="M"> <location name="POINTMASS" unit="M">
<x> 13.0849 </x> <x> 14.0 </x>
<y> 0 </y> <y> 0 </y>
<z> -1.18112 </z> <z> -1.1 </z>
</location> </location>
</pointmass> </pointmass>
<pointmass name="Aft Cargo"> <pointmass name="Aft Cargo">
<weight unit="LBS">3000</weight> <weight unit="LBS">3000</weight>
<location name="POINTMASS" unit="M"> <location name="POINTMASS" unit="M">
<x> 24.5565 </x> <x> 24.0 </x>
<y> 0 </y> <y> 0 </y>
<z> -1.18112 </z> <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> </location>
</pointmass> </pointmass>
</mass_balance> </mass_balance>

View file

@ -1 +1 @@
4753 4754