This commit is contained in:
2026-02-02 14:32:39 +08:00
parent 2bfb64c855
commit 833b094e58
24 changed files with 2328 additions and 624 deletions

View File

@@ -35,8 +35,8 @@ PAYLOAD_PER_LAUNCH = 125 # metric tons per launch (average of 100-150)
TOTAL_LAUNCHES_NEEDED = TOTAL_PAYLOAD / PAYLOAD_PER_LAUNCH # 800,000 launches
# 火箭参数
ISP = 450 # 比冲 (秒) - 液氧液氢
SPECIFIC_FUEL_ENERGY = 15.5e6 # J/kg 燃料比能量
ISP = 363 # 比冲 (秒) - 液氧甲烷 (LOX/CH4, Raptor-class)
SPECIFIC_FUEL_ENERGY = 11.9e6 # J/kg 燃料比能量
ALPHA = 0.10 # 结构系数
NUM_STAGES = 3 # 3级火箭