Atmospheric reentry simulation in Javascript
Sunday, June 14th, 2009The following is the altitude of a reentry vehicle, on its decent through the atmosphere.
What makes this interesting is the way of execution: notice the browser window? The entire simulation is running in javascript, using my javascript classes jVector and jMatrix. The plot is done in jPlot2D (pre-release), utilizing RaphaelJS.
The mathematics comes from this source.
Posted in Physics, eScience, programming | Comments Off
