Content deleted Content added
utype = dotlength |
GliderMaven (talk | contribs) No edit summary |
||
Line 76:
default = "DPI",
link = "Dots_per_inch#Proposed_metrication",
},
["isp"] = {
name1 = "second",
symbol = "second",
utype = "speed",
invert = 1,
scale = 9.8066,
default = "m/s",
link = "specific impulse",
},
["si_tsfc"] = {
name1 = "g/kNs",
name2 = "g/kNs",
symbol = "g/kNs",
utype = "speed",
invert = -1,
iscomplex= true,
scale = 9.8066/101972,
default = "tsfc",
link = "thrust specific fuel consumption",
},
["tsfc"] = {
name1 = "lb/lbf h",
name2 = "lb/lbf h",
symbol = "lb/lbf h",
utype = "speed",
invert = -1,
iscomplex= true,
scale = 32.16/3600*9.8066,
default = "si_tsfc",
link = "thrust specific fuel consumption",
},
}
|