-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbeech-v35-new.xml
48 lines (41 loc) · 2.29 KB
/
beech-v35-new.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
<!-- WEIGHTS, ETC. OBTAINED FROM POH -->
<!-- cruise speed is max cruise speed (buckaroo's method #1) -->
<? xml version="1.0" ?>
<airplane mass="1855">
<approach speed="78" aoa="8" fuel="0.2">
<control-setting axis="/controls/engines/engine[0]/throttle" value="0.4" />
<control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="1.0" />
<control-setting axis="/controls/engines/engine[0]/mixture" value="1.0" />
<control-setting axis="/controls/flight/flaps" value="1" />
<control-setting axis="/controls/gear/gear-down" value="true" />
<solve-weight idx="0" weight="220" />
<solve-weight idx="1" weight="220" />
<solve-weight idx="2" weight="170" />
<solve-weight idx="3" weight="170" />
<solve-weight idx="4" weight="60" />
</approach>
<cruise speed="185" alt="8000" fuel="0.8">
<control-setting axis="/controls/engines/engine[0]/throttle" value="1.0" />
<control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="1.0" />
<control-setting axis="/controls/engines/engine[0]/mixture" value="0.6" />
<control-setting axis="/controls/flight/flaps" value="0" />
<control-setting axis="/controls/gear/gear-down" value="true" />
<solve-weight idx="0" weight="220" />
<solve-weight idx="1" weight="220" />
<solve-weight idx="2" weight="170" />
<solve-weight idx="3" weight="170" />
<solve-weight idx="4" weight="60" />
</cruise>
<cockpit x="-.27" y=".49" z="2.44" />
<!-- nose -->
<fuselage ax=".37" ay="0" az="-.18" bx="1.86" by="0" bz="-.18" width=".80" taper="1" midpoint=".5" />
<!-- fuselage -->
<fuselage ax="1.86" ay="0" az="-.18" bx="7.50" by="0" bz="-.18" cx="1.2" cy="1.2" width="1.20" taper=".2" midpoint="0" />
<wing x="2.63" y=".64" z="-.45" length="4.2" chord="2.0" taper=".5" sweep="-3.5" dihedral="6" incidence="3.5" twist="-2.5" camber="0.087">
<stall aoa="14" peak="1.5" width="8.0" />
<flap0 start="0" end=".5" lift="1.3" drag="1.57" />
<flap1 start=".5" end="1" lift="1.15" drag="1.1" />
<control-input control="FLAP0" axis="/controls/flight/flaps" />
<control-input control="FLAP1" axis="/controls/flight/aileron" split="true" />
</wing>
</airplane>