Content deleted Content added
GliderMaven (talk | contribs) change symbol for Isp so abbr is 's', change pitch to length as there's no practical downsides, and the inverse bug may be fixed at some point, change isp default to km/s for compactness |
GliderMaven (talk | contribs) add kNs/kg as well, and explain why Ns/kg is speed |
||
Line 87:
link = "specific impulse",
},
-- from F=ma, Ns/kg is equivalent to units of speed
-- which is fortunate because convert couldn't handle it otherwise
["Ns/kg"] = {
name1 = "N-s/kg",
Line 94 ⟶ 96:
invert = 1,
scale = 1,
default = "isp",
link = "specific impulse",
},
["kNs/kg"] = {
name1 = "kN-s/kg",
name2 = "kN-s/kg";
symbol = "kN-s/kg",
utype = "speed",
invert = 1,
scale = 1000,
default = "isp",
link = "specific impulse",
|