Hi guys, any room for the rookie?
I decided to throw my python app at the kiloton challenge. For most of a day I tried to see if it could be done in a single build (e.g. no launch pad assembly, no BP editing). I could not get it done. The suggested builds varied from requiring 155-175 horizontal lines of fuel tanks alone, and the build area itself is only 160 horizontal lines tall. I tried as many as five stages without success.
I've never done a launch pad assembly before (and my Mission Control is an iPad, so no BP editing for me), so this was a chance for me to learn some more. I built the payload and stage 3 together, with some RCS thrusters for easy maneuvering in a fully-cheated environment. Moved it aside. Built stage 2, picked it up and moved it aside. Built stage 1, maneuvered my assembly on top.
I was torn between optimizing for a smol build (least tonnage in the final assembly) and just throwing something together to apply to the club. I went with the latter. My parameters (for no particular reason) were three stages, each one flies 1/3 of the delta-V budget of 3100m/s (I'm not very good at flying this thing), stage 1 has a maximum of one row of engines, stage 2 has a maximum of 2 rows of engines, and stage 3 has a maximum of 4 rows of engines. Once again, I feel like my python program is stymied by an artificial limitation of maximum engine count per stage. I feel I have to introduce some limitations because otherwise I can get a solution with 55 frontier engines or something. Based on some other entrants, maybe I should throw caution to the wind and start building with 55 frontiers???
Anyway, this was the output of my program given the (artificial) constraints I gave it:
Code:
Stage three Report:
Bill Of Materials
1 x probe
2 x docking-2w
1 x honking payload
4 x RCS-thruster
5 x Titan engines
695.0 tons tanks
total weight 1758.58 tons; deltaV=1034m/s (>1033); thrust=2000.0T; TWR(earth)=1.14 (>1.00); burn time=75s (>75)
Stage two Report:
Bill Of Materials
2 x docking-2w
1 x (stage three 1758.58T)
9 x Titan engines
1220.0 tons tanks
total weight 3086.96 tons; deltaV=1034m/s (>1033); thrust=3600.0T; TWR(earth)=1.17 (>1.10); burn time=73s (>73)
Stage one Report:
Bill Of Materials
1 x (stage two 3086.96T)
1 x docking-2w
17 x Titan engines
2147.5 tons tanks
total weight 5438.65 tons; deltaV=1033m/s (>1032); thrust=6800.0T; TWR(earth)=1.25 (>1.20); burn time=68s (>68)
Here's the payload (1000T fuel, plus four RCS thrusters):
View attachment 41185
Here she is fully assembled:
View attachment 41186
I admit, this beast is brutalist and I'm no artist.
Here is my flight. Launch in a great ball of fire:
View attachment 41187
Stage 1 spent (a.k.a. how quickly can I light 9 damn engines?):
View attachment 41188
Stage 2 spent:
View attachment 41189
and orbit!!!
View attachment 41190
View attachment 41191
So... can somebody sponsor me for membership?