-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathG91-R1B-JSBSim.xml
executable file
·106 lines (95 loc) · 3.4 KB
/
G91-R1B-JSBSim.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
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
<fdm_config name="G91" version="2.0" release="ALPHA"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd">
<!--
Adriano Bassignana (abassign) Aeromatic and integration with Datcom datas
Necolatis for aerodynamics with Pro version of Datcom+
ATTENTION: FGFS Version is 2019.1 and later
-->
<fileheader>
<author> Aeromatic v 0.95, Adriano Bassignana (abassign), Necolatis, Joshua Davidson (it0uchpods) </author>
<filecreationdate>2015-08-01</filecreationdate>
<version> ALPHA</version>
<description> G91 JSBsim </description>
</fileheader>
<!--
Notes:
For class detail description look in this link: http://jsbsim.sourceforge.net/JSBSim/classJSBSim_1_1FGSwitch.html
-->
<!--
File: unnamed.xml
Inputs:
name: unnamed
type: single-engine transonic/supersonic fighter
max weight: 12127.5 lb
wing span: 28.08 ft
length: 33.76 ft
wing area: 176.75 sq-ft
gear type: tricycle
retractable?: yes
# engines: 1
engine type: turbine
engine layout: aft fuselage
Outputs:
wing loading: 68.61 lb/sq-ft
payload: 3328.8 lbs
CL-alpha: 3.5 per radian
CL-0: 0.08
CL-max: 1
CD-0: 0.021
K: 0.12
-->
<system file="G91-context"/>
<system file="G91-active-stability"/>
<system file="G91-fuel"/>
<system file="G91-electric"/>
<system file="G91-manual-switches"/>
<system file="G91-handle-switches"/>
<system file="G91-hydraulic"/>
<system file="G91-gears"/>
<system file="G91-landing-gear"/>
<system file="G91-brakes"/>
<system file="G91-lightning"/>
<system file="G91-canopy"/>
<system file="G91-airbrake"/>
<system file="G91-JATO"/>
<system file="G91-starter"/>
<system file="G91-engine"/>
<system file="G91-engine-sound"/>
<system file="G91-servo-wings"/>
<system file="G91-gauges"/>
<system file="G91-warning-lights"/>
<system file="G91-climate"/>
<system file="G91-autopilot"/>
<system file="G91-dragchute"/>
<system file="G91-oxygen"/>
<system file="G91-camera"/>
<system file="G91-guns"/>
<system file="G91-store"/>
<system file="G91-stations"/>
<system file="G91-stations-hardpoint-hook"/>
<system file="G91-army"/>
<system file="G91-army"/>
<system file="G91-mass-balance-modifier"/>
<!-- apparatus -->
<system file="PHI"/>
<system file="radio-PTR175"/>
<system file="UHF-emergency"/>
<system file="ADF-MARCONI-8283"/>
<system file="TACAN-NAV-ARN-21"/>
<system file="gyrocompass"/>
<system file="compass-flux-gate"/>
<system file="ATC-transponder"/>
<system file="AAU-37A"/>
<system file="AVU-8-B"/>
<system file="Altimeter-5934PA"/>
<metrics file="Systems/G91-metrics"/>
<mass_balance file="Systems/G91-mass-balance"/>
<ground_reactions file="Systems/G91-ground-reactions"/>
<external_reactions file="Systems/G91-external-reactions"/>
<propulsion file="Systems/G91-propulsion"/>
<flight_control file="Systems/G91-FCS"/>
<aerodynamics file="Systems/G91-aerodynamics"/>
</fdm_config>