The heat flow across the Thermal Protection System (TPS) tiles of the STS-96 space shuttle flight was modelled during re-entry conditions. A 1D model was made using Fourier's heat equation, and the solution was obtained through four different numerical methods: forward differencing, DuFort-Frankel, backward differencing and Crank-Nicolson. The stabilities of the different methods were evaluated in respect to the time step, Δt and the spatial step, Δx.
Full Report: Numerical Modelling for the Space Shuttle Thermal Protection System
- Import .m files
- Import .jpg temperature profiles
- Initialise
shuttleGUI_exported.m
- Run script
plottemp.m
: Converts temp###.jpg to numerical data, in Celsiusshuttle.m
: Computes temperature profile data and solves numerically for zero heat-flow (Neumann) boundary conditionssimpleShooting.m
: Utilises the shoothing method algorithm to solve for the tile thickness based on desired inner wall temperaturestabilitySpaceTime.m
: Iterates through numerical step sizes for stability analysisshuttleGUI_exported.m
: Interactive GUI for tile thickness computation