mirror of
https://github.com/aselimov/cea-rs.git
synced 2026-04-21 01:14:20 +00:00
Initial commit up to species parsing in thermo.inp
This commit is contained in:
parent
a7a75c1dd1
commit
516cf945ad
11 changed files with 16523 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -17,6 +17,25 @@ Below are the list of solvers in CEA and whether they are currently supported or
|
|||
- [ ] shock
|
||||
- [ ] rocket
|
||||
|
||||
|
||||
## Overview
|
||||
|
||||
```
|
||||
.
|
||||
├── Cargo.toml
|
||||
├── LICENSE
|
||||
├── README.md
|
||||
└── src
|
||||
├── properties/ # Thermodynamic input data and polynomial calculations
|
||||
├── models/ # Basic Gas and GasMixture structs
|
||||
├── equilibrium/ # Iterative solvers for TP, HP, SP, UV, TV, SV
|
||||
├── rocket/ # Rocket solver functions
|
||||
├── cj/ # Cj detonation functions
|
||||
├── shock/ # shock solver functions
|
||||
├── inputs.rs # input file parsing
|
||||
└── main.rs
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [MIT License](LICENSE).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue