A | B | C | D | E | F | |
---|---|---|---|---|---|---|
1 | <?xml version="1.0"?> | |||||
2 | ||||||
3 | <!-- | |||||
4 | ************************************************************************** | |||||
5 | ||||||
6 | Copyright (c) 2019 Simon 'bomber' Morley | |||||
7 | simonbomber64 at googlemail.com | |||||
8 | ||||||
9 | This work is licensed under the | |||||
10 | Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. | |||||
11 | To view a copy of this license, | |||||
12 | visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or | |||||
13 | send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. | |||||
14 | ||||||
15 | Attribution, You must give appropriate credit, provide a link to the license, | |||||
16 | and indicate if changes were made. You may do so in any reasonable manner, | |||||
17 | but not in any way that suggests the licensor endorses you or your use. | |||||
18 | ||||||
19 | NonCommercial, You may not use the material for commercial purposes. | |||||
20 | ||||||
21 | ShareAlike, If you remix, transform, or build upon the material, | |||||
22 | you must distribute your contributions under the same license as the original. | |||||
23 | ||||||
24 | ************************************************************************** | |||||
25 | --> | |||||
26 | ||||||
27 | <?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?> | |||||
28 | <fdm_config name="T4T-Spitfire_MkI With Merlin II(JSBSim)" version="2.0" release="BETA" | |||||
29 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||||
30 | xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> | |||||
31 | ||||||
32 | <fileheader> | |||||
33 | <author>Simon 'bomber' Morley</author> | |||||
34 | <filecreationdate> 2017-10-26 </filecreationdate> | |||||
35 | <version> $Revision: 1.0 $ </version> | |||||
36 | <description>Spitfire MkI with Merlin II engine and 3 blade 2 pitch Prop </description> | |||||
37 | </fileheader> | |||||
38 | ||||||
39 | <metrics> | |||||
40 | ||||||
41 | <wingspan unit="FT">36.91</wingspan> | |||||
42 | <wingarea unit="FT2">242.086744416544</wingarea> | |||||
43 | <chord unit="FT">7.4</chord> | <!-- @ 50% ft--> | ||||
44 | ||||||
45 | <htailarea unit="FT2">31.415548942209</htailarea> | |||||
46 | <htailarm unit="FT">46.8230103126873</htailarm> | |||||
47 | ||||||
48 | <vtailarea unit="FT2">18.7873292413251</vtailarea> | |||||
49 | <vtailarm unit="FT">47.1190178491466</vtailarm> | |||||
50 | ||||||
51 | </metrics> | |||||
52 | ||||||
53 | <mass_balance> | |||||
54 | ||||||
55 | <ixx unit="SLUG*FT2">2387.205956408</ixx> | |||||
56 | <iyy unit="SLUG*FT2">4876.2006629527</iyy> | |||||
57 | <izz unit="SLUG*FT2">6689.02659441294</izz> | |||||
58 | <ixy unit="SLUG*FT2">8.70490899843573</ixy> | |||||
59 | <ixz unit="SLUG*FT2">61.5609384017168</ixz> | |||||
60 | <iyz unit="SLUG*FT2">-6.60709596315303</iyz> | |||||
61 | <emptywt unit="LBS">5172.10626202797</emptywt> | |||||
62 | <location name="AERORP" unit="IN"> | |||||
63 | <x>-51.0571939616202</x> | |||||
64 | <y>0.0483171772084164</y> | |||||
65 | <z>-8.91145670436589</z> | |||||
66 | </location> | |||||
67 | <location name="CG" unit="IN"> | |||||
68 | <x>-51.0571939616202</x> | |||||
69 | <y>0.0483171772084164</y> | |||||
70 | <z>-8.91145670436589</z> | |||||
71 | </location> | |||||
72 | ||||||
73 | <pointmass name="dummy weight"> | |||||
74 | <weight unit="LBS"> 0 </weight> | |||||
75 | <location name="POINTMASS" unit="FT"> </location> | |||||
76 | </pointmass> | |||||
77 | ||||||
78 | </mass_balance> | |||||
79 | ||||||
80 | <ground_reactions> | |||||
81 | ||||||
82 | <contact type="BOGEY" name="left_main"> | |||||
83 | <location unit="FT"> | |||||
84 | <x>-5.24934383202099</x> | |||||
85 | <y>-2.95275590551181</y> | |||||
86 | <z>-6.56167979002624</z> | |||||
87 | </location> | |||||
88 | <static_friction>0.8</static_friction> | |||||
89 | <dynamic_friction>0.05</dynamic_friction> | |||||
90 | <rolling_friction>0.01</rolling_friction> | |||||
91 | <spring_coeff unit="LBS/FT">36992.9415721678</spring_coeff> | |||||
92 | <damping_coeff unit="LBS/FT/SEC">4254.1882807993</damping_coeff> | |||||
93 | <damping_coeff_rebound unit="LBS/FT/SEC">2127.09414039965</damping_coeff_rebound> | |||||
94 | <brake_group>LEFT</brake_group> | |||||
95 | <retractable>1</retractable> | |||||
96 | </contact> | |||||
97 | ||||||
98 | <contact type="BOGEY" name="right_main"> | |||||
99 | <location unit="FT"> | |||||
100 | <x>-5.24934383202099</x> |