Skip to content

Commit ec0aa1c

Browse files
committed
added dragon data
1 parent 02bf88d commit ec0aa1c

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

data/dragon.rb

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
name: 'Dragon',
3+
active: 'true',
4+
sidewall_angle_deg: '15',
5+
orbit_duration_yr: '2',
6+
variations: {
7+
cargo: {
8+
details: 'Resupply the space station and return cargo to earth.'
9+
},
10+
crew: {
11+
details: 'Take humans to space in partnership with NASA.'
12+
},
13+
dragonlab: {
14+
details: 'Free flying microgravity lab that can last up to 2 years in space.'
15+
}
16+
},
17+
heat_shield: {
18+
material: 'PICA-X',
19+
size_meters: '3.6',
20+
temp_degrees: '3000',
21+
dev_partner: 'NASA'
22+
},
23+
thrusters: {
24+
type: 'Draco',
25+
amount: '18',
26+
pods: '4',
27+
fuel_1: 'nitrogen tetroxide',
28+
fuel_2: 'monomethylhydrazine',
29+
thrust: {
30+
N: '400',
31+
lbf: '90'
32+
}
33+
},
34+
launch_payload_mass: {
35+
kg: '6000',
36+
lb: '13228'
37+
},
38+
launch_payload_vol: {
39+
cubic_meters: '25',
40+
cubic_feet: '883'
41+
},
42+
return_payload_mass: {
43+
kg: '3000',
44+
lb: '6614'
45+
},
46+
return_payload_vol: {
47+
cubic_meters: '11',
48+
cubic_feet: '388'
49+
},
50+
pressurized_capsule: {
51+
payload_volume: {
52+
cubic_meters: '11',
53+
cubic_feet: '388'
54+
}
55+
},
56+
trunk: {
57+
trunk_volume: {
58+
cubic_meters: '14',
59+
cubic_feet: '494'
60+
},
61+
cargo: {
62+
solar_array: '2',
63+
unpressurized_cargo: 'true'
64+
}
65+
},
66+
height_w_trunk: {
67+
meters: '7.2',
68+
feet: '23.6'
69+
},
70+
diameter: {
71+
meters: '3.7',
72+
feet: '12'
73+
}
74+
}

0 commit comments

Comments
 (0)