←back to thread

1355 points LorenDB | 1 comments | | HN request time: 0.206s | source
Show context
whatever1 ◴[] No.44300677[source]
Question why is it so easy today to build reusable rockets? Is it because the onboard cpu speed of the chips can solve more granular control problems with low latency?
replies(17): >>44300707 #>>44300730 #>>44300742 #>>44300756 #>>44300762 #>>44300776 #>>44300818 #>>44300828 #>>44300964 #>>44301068 #>>44301170 #>>44301448 #>>44301882 #>>44301989 #>>44302135 #>>44307276 #>>44308491 #
roshdodd ◴[] No.44301068[source]
As someone who actively works in the field, it was a culmination of:

- Advances in rocket engine design & tech to enable deep throttling

- Control algorithms for propulsive landing maturing (Google "Lars Blackmore", "GFOLD", "Mars Landing", and work through the references)

- Forward thinking and risk-taking by SpaceX to further develop tech demonstrated by earlier efforts (DC-X, Mars Landing, etc.)

Modern simulation and sensor capabilities helped, but were not the major enabling factors.

replies(6): >>44301152 #>>44301524 #>>44302182 #>>44304090 #>>44304198 #>>44316187 #
bumby ◴[] No.44301152[source]
Can you elaborate on the advances in deep throttling?
replies(3): >>44301416 #>>44301516 #>>44301563 #
hwillis ◴[] No.44301516[source]
Not in industry, but: rockets can be like 90% fuel by weight. All engines on 105% can lift the rocket, so if you want to land while the tanks are nearly empty you need to be able to get to less than 1/10th of your thrust. Turning off engines only gets you so far- the Space Shuttle engine could throttle between 67% and 109% of rated power but if you only have 1/3 engines on you can only get as low as 22% power.

One major reason for this is the mixing plate at the top of the combustor. Fuel and oxygen are distributed to tiny nozzles which mix together. The better the mixing, the more stable the burn. If you get unstable burning -eg momentarily better mixing in one area- it will cause a pressure disturbance which will further alter the burning power in different areas of the combustion chamber. At low throttle, this can be enough to cause the engine to turn off entirely.

Fluid simulations have made a huge difference. It's now possible to throttle engines down to 5% because mixing is much more stable (manufacturing improvements in the nozzles have also helped) and combustion is more protected from pressure variations.

The extra stability also just makes it easier to control a rocket period. Less thrust variation to confuse with drag properties, less bouncing, better sensor data.

replies(1): >>44301773 #
bumby ◴[] No.44301773[source]
So I’m assuming the simulations lead to better controls software and/or mechanical nozzle designs? Similar to how CFD leads to more efficient vehicle aerodynamics?

I guess I’m trying to connect the dots on how a simulation improves the actual vehicle dynamics.

replies(2): >>44302016 #>>44302121 #
1. hwillis ◴[] No.44302016[source]
There is some improvement in vehicle control, but the biggest impact was inside the engine. Controlling the vehicle at transonic speeds benefits a lot from simulation- control inversion is an example. When grid find pass the sound barrier, the flow through the holes of the grid becomes choked off by shockwaves, and the fin starts acting like it was solid and sideways. Since it's effectively pointed 90 degrees off, it acts like its reversed. Knowing when, how intensely, and how turning affects that is important. Simulation also helps you find unexpected places where flows may unexpectedly become super/subsonic and cause torque. Experimenting at these speeds is... hard.

Simulation inside the engine can find resonances, show where shockwaves propagate, and show you how to build injectors (pressure, spray etc) so they are less affected by the path of reflections. Optimizing things like that smoothly along a range of velocities and pressures without a computer is not very feasible, and you need a minimum of computing power before you start converging to accurate results. The unpredictability of turbulence means low-resolution simulations will behave very differently.