-
Notifications
You must be signed in to change notification settings - Fork 2
/
c310p-set.xml
114 lines (108 loc) · 3.49 KB
/
c310p-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0"?>
<PropertyList include="c310a-set.xml">
<sim>
<description>Cessna 310P (JSBsim)</description>
<minimum-fg-version>2020.4.0</minimum-fg-version>
<rating>
<FDM type="int">4</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">5</model>
</rating>
<flight-model>jsb</flight-model>
<aero>Systems/310p-fdm</aero>
<model>
<path>Aircraft/c310-family/Models/c310p.xml</path>
</model>
<variant-of>c310a</variant-of>
<primary-set type="bool">false</primary-set>
</sim>
<fdm>
<jsbsim>
<aero>
<function>
<runtimeaircraftmodel>0</runtimeaircraftmodel>
</function>
</aero>
<systems>
<flaps>
<max-flap-pos-deg>35</max-flap-pos-deg>
</flaps>
<propulsion>
<prop-low-pitch type="double">12.8</prop-low-pitch>
<prop-low-rpm type="double">1800</prop-low-rpm>
<prop-high-pitch type="double">25</prop-high-pitch> <!-- guessed -->
<prop-high-rpm type="double">2625</prop-high-rpm>
<prop-feather-pitch type="double">82.6</prop-feather-pitch>
</propulsion>
</systems>
</jsbsim>
</fdm>
<limits>
<max-flap-extension-speed>
<flaps>0.428</flaps>
<speed>139</speed>
</max-flap-extension-speed>
<max-flap-extension-speed>
<flaps>1</flaps>
<speed>139</speed>
</max-flap-extension-speed>
<max-gear-extension-speed>139</max-gear-extension-speed>
<max-gear-operation-speed>139</max-gear-operation-speed>
<max-positive-g>3.8</max-positive-g>
<max-negative-g>-1.52</max-negative-g>
<vne>224</vne>
<mass-and-balance>
<maximum-ramp-mass-lbs>5200</maximum-ramp-mass-lbs>
<maximum-takeoff-mass-lbs>5200</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>5200</maximum-landing-mass-lbs>
<!--<maximum-zero-fuel-mass-lbs>3475.1</maximum-zero-fuel-mass-lbs>-->
</mass-and-balance>
</limits>
<payload>
<weight n="2">
<name type="string">Left forward passenger</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
</weight>
<weight n="3">
<name type="string">Center forward passenger</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
</weight>
<weight n="4">
<name type="string">Right forward passenger</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
</weight>
<weight n="5">
<name type="string">Left rear passenger</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[5]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
<hidden type="bool">true</hidden>
</weight>
<weight n="6">
<name type="string">Right rear passenger</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[6]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">300.0</max-lb>
<hidden type="bool">true</hidden>
</weight>
<weight n="7">
<name type="string">Forward baggage</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[7]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">200.0</max-lb>
</weight>
<weight n="8">
<name type="string">Rear baggage</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[8]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">200.0</max-lb>
</weight>
</payload>
</PropertyList>