cea-rs/README.md

23 lines
764 B
Markdown
Raw Normal View History

2026-03-26 10:38:26 -04:00
# cea-rs 🚀🦀
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
This is a rust port of the Chemical Equilibrium with Applications method.
Code was generally developed following the approach described in and not really from referencing the [NASA open source codebase](https://github.com/nasa/cea).
>Gordon, S., & McBride, B. J. (1994). Computer program for calculation of complex chemical equilibrium compositions and applications. Part 1: Analysis (No. NAS 1.61: 1311).
## Completeness
Below are the list of solvers in CEA and whether they are currently supported or not:
2026-03-26 10:39:28 -04:00
- [ ] TP, HP, SP
- [ ] TV, UV, SV
- [ ] CJ detonation
- [ ] shock
- [ ] rocket
2026-03-26 10:38:26 -04:00
## License
This project is licensed under the [MIT License](LICENSE).