Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexfernandez/mass-driver
Simulations for a mass driver.
https://github.com/alexfernandez/mass-driver
Last synced: about 1 month ago
JSON representation
Simulations for a mass driver.
- Host: GitHub
- URL: https://github.com/alexfernandez/mass-driver
- Owner: alexfernandez
- License: mit
- Created: 2018-02-05T10:46:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T11:16:05.000Z (over 3 years ago)
- Last Synced: 2024-11-24T18:39:01.418Z (about 1 month ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mass-driver
This page is dedicated to the study of a
[mass driver](mass driver):
space travel made easy!## Concept
A vehicle is launched from the top of a high mountain,
accelerated to scape velocity
(with some margin for speed lost to drag).
It is driven up there using a linear motor,
essentially a large coilgun in a tunnel
where a near vacuum has been created.## Simulation
Open the [drag simulator](./drag.html) in a browser.
It is a very crude simulation of drag for a mass driver.
There are several adjustable parameters.## References
Forces are computed using the
[drag equation](https://en.wikipedia.org/wiki/Drag_equation).
Air density at any height is computed very crudely using the
[ideal gas law](https://en.wikipedia.org/wiki/Density_of_air).
Temperature is
[linearly interpolated](http://acmg.seas.harvard.edu/people/faculty/djj/book/bookchap2.html).Drag coefficient supposes the vehicle is a
[waverider](http://www.aerospaceweb.org/design/waverider/main.shtml).## Conclusion
A mass driver will surely be the way of space exploration
in the near future.## License
MIT licensed.