mirror of
https://github.com/aselimov/cea-rs.git
synced 2026-04-19 00:24:20 +00:00
Initial commit
This commit is contained in:
commit
02d2e9f50b
4 changed files with 52 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# cea-rs 🚀🦀
|
||||
|
||||
[](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:
|
||||
|
||||
- [] TP, HP, SP
|
||||
- [] TV, UV, SV
|
||||
- [] CJ detonation
|
||||
- [] shock
|
||||
- [] rocket
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [MIT License](LICENSE).
|
||||
Loading…
Add table
Add a link
Reference in a new issue