Skip to content

Commit fbff6ff

Browse files
committed
added propellant clarification
1 parent 87da34e commit fbff6ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/falcon9.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
version: '1D+',
8080
layout: 'octaweb',
8181
engine_loss_max: 2,
82-
propellant_1: 'oxygen',
83-
propellant_2: 'kerosene',
82+
propellant_1: 'liquid oxygen',
83+
propellant_2: 'RP-1 kerosene',
8484
thrust_sea_level: {
8585
kN: 845,
8686
lbf: 190000

data/falcon_heavy.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
version: '1D+',
8484
layout: 'octaweb',
8585
engine_loss_max: 6,
86-
propellant_1: 'oxygen',
87-
propellant_2: 'kerosene',
86+
propellant_1: 'subcooled liquid oxygen',
87+
propellant_2: ' RP-1 kerosene',
8888
thrust_sea_level: {
8989
kN: 845,
9090
lbf: 190000

0 commit comments

Comments
 (0)