1
0
Fork 0

FDM: Ground Reactions

This commit is contained in:
Josh Davidson 2020-06-03 10:36:51 -04:00
parent a65c77a128
commit 6296cf6de9

View file

@ -1,13 +1,14 @@
<!-- Airbus A320 JSBsim -->
<?xml version="1.0"?>
<!-- Airbus A320 JSBsim -->
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
<ground_reactions>
<contact type="BOGEY" name="NOSE_LG">
<location unit="M">
<x> 7.52385 </x>
<x>-12.768</x>
<y>0</y>
<z> -4.31395 </z>
<z>-4.07014</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>
@ -61,16 +62,17 @@
</contact>
<contact type="BOGEY" name="LEFT_MLG">
<location unit="M">
<x> 20.318 </x>
<y> -4.25855 </y>
<z> -4.51844 </z>
<x>-0.2554</x>
<y>-4.32562</y>
<z>-4.27463</z>
</location>
<static_friction>0.4</static_friction>
<dynamic_friction>0.6</dynamic_friction>
<rolling_friction>0.02</rolling_friction>
<spring_coeff unit="LBS/FT">59785</spring_coeff>
<damping_coeff unit="LBS/FT/SEC">23957</damping_coeff>
<max_steer unit="DEG"> 0.0 </max_steer>
<damping_coeff_rebound unit="LBS/FT/SEC">25</damping_coeff_rebound>
<max_steer unit="DEG">0</max_steer>
<table name="CORNERING_COEFF" type="internal">
<tableData> <!-- jsbsim-pacejka.py 3.0 0.06 2.8 0.4 1.03 0.4 -->
-90.0 -0.5760395836174765
@ -117,16 +119,17 @@
</contact>
<contact type="BOGEY" name="RIGHT_MLG">
<location unit="M">
<x> 20.318 </x>
<y> 4.25855 </y>
<z> -4.51844 </z>
<x>-0.2554</x>
<y>4.32562</y>
<z>-4.27463</z>
</location>
<static_friction>0.4</static_friction>
<dynamic_friction>0.6</dynamic_friction>
<rolling_friction>0.02</rolling_friction>
<spring_coeff unit="LBS/FT">59785</spring_coeff>
<damping_coeff unit="LBS/FT/SEC">23957</damping_coeff>
<max_steer unit="DEG"> 0.0 </max_steer>
<damping_coeff_rebound unit="LBS/FT/SEC">25</damping_coeff_rebound>
<max_steer unit="DEG">0</max_steer>
<table name="CORNERING_COEFF" type="internal">
<tableData> <!-- jsbsim-pacejka.py 3.0 0.06 2.8 0.4 1.03 0.4 -->
-90.0 -0.5760395836174765
@ -174,9 +177,9 @@
<contact type="STRUCTURE" name="NOSE_1">
<location unit="M">
<x> 2.6272 </x>
<x>-17.919</x>
<y>0</y>
<z> -1.10572 </z>
<z>-0.80668</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -189,9 +192,9 @@
</contact>
<contact type="STRUCTURE" name="NOSE_2">
<location unit="M">
<x> 5.0858 </x>
<x>-14.9761</x>
<y>0</y>
<z> 1.34919 </z>
<z>1.47783</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -205,9 +208,9 @@
<contact type="STRUCTURE" name="BOTTOM_1">
<location unit="M">
<x> 6.84944 </x>
<x>-12.7651</x>
<y>0</y>
<z> -2.11157 </z>
<z>-2.19457</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -220,9 +223,9 @@
</contact>
<contact type="STRUCTURE" name="BOTTOM_2">
<location unit="M">
<x> 27.7516 </x>
<x>5.90761</x>
<y>0</y>
<z> -2.10594 </z>
<z>-2.21212</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -236,9 +239,9 @@
<contact type="STRUCTURE" name="TOP_1">
<location unit="M">
<x> 8.9842 </x>
<x>-11.9354</x>
<y>0</y>
<z> 2.00377 </z>
<z>1.96919</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -251,9 +254,9 @@
</contact>
<contact type="STRUCTURE" name="TOP_2">
<location unit="M">
<x> 30.4145 </x>
<x>10.2081</x>
<y>0</y>
<z> 1.98661 </z>
<z>1.96409</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -267,9 +270,9 @@
<contact type="STRUCTURE" name="ENG_1">
<location unit="M">
<x> 14.3962788 </x>
<y> -5.755 </y>
<z> -3.1750887 </z>
<x>-4.70712</x>
<y>-5.63082</y>
<z>-3.2689</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -282,9 +285,9 @@
</contact>
<contact type="STRUCTURE" name="ENG_2">
<location unit="M">
<x> 14.3962788 </x>
<y> 5.755 </y>
<z> -3.1750887 </z>
<x>-4.70712</x>
<y>5.63082</y>
<z>-3.2689</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -298,9 +301,9 @@
<contact type="STRUCTURE" name="TAIL_1">
<location unit="M">
<x> 40.0923 </x>
<x>19.6402</x>
<y>0</y>
<z> 0.85936 </z>
<z>0.93489</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -313,9 +316,9 @@
</contact>
<contact type="STRUCTURE" name="TAIL_2">
<location unit="M">
<x> 38.543 </x>
<x>17.9141</x>
<y>0</y>
<z> 7.84126 </z>
<z>7.81038</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -329,9 +332,9 @@
<contact type="STRUCTURE" name="WING_TIP_1">
<location unit="M">
<x> 23.7872 </x>
<y> -16.9102 </y>
<z> 0.22943 </z>
<x>3.27303</x>
<y>-16.9301</y>
<z>0.38936</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>0.4</dynamic_friction>
@ -344,9 +347,9 @@
</contact>
<contact type="STRUCTURE" name="WING_TIP_2">
<location unit="M">
<x> 23.7872 </x>
<y> 16.9102 </y>
<z> 0.22943 </z>
<x>3.27303</x>
<y>16.9301</y>
<z>0.38936</z>
</location>
<static_friction>1.0</static_friction>
<dynamic_friction>1</dynamic_friction>