Skip to content

Commit

Permalink
Merge pull request #1 from DENG-MIT/main
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
jiweiqi authored Mar 16, 2021
2 parents 877c703 + 62ac9b7 commit 60ee1c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Inspired by [`ReactionMechanismSimulator.jl`](https://github.com/ReactionMechani

`Arrhenius.jl` is designed with following in mind:

* Combustion software 2.0
* [Combustion software 2.0](https://www.linkedin.com/pulse/arrheniusjl-combustion-software-20-weiqi-ji/)
* [Differential programing](https://github.com/Cantera/enhancements/issues/82)
* [Physics informed machine learning](https://github.com/Cantera/enhancements/issues/82)
* Combustion simulation education.
Expand All @@ -22,6 +22,8 @@ You can start from the example of pyrolysis of JP10 (an aviation fuel power the
> Currently, the package relies on [`Cantera`](https://github.com/Cantera/cantera) and [`ReacTorch`](https://github.com/DENG-MIT/reactorch) for interpreting the reaction mechanism. If you want to have a try, you don't need to install Cantera and ReacTorch, since there are already some pre-compiled reaction mechanisms under the folder of `mechanism`. Otherwise, you can install [`Cantera`](https://github.com/Cantera/cantera) and [`ReacTorch`](https://github.com/DENG-MIT/reactorch) to compile it using the python script `interpreter.py` under the folder of `mechanism`. You can also ask for help in the discussion forum and our developers can compile the model for you.
**Examples**

> Note that some of the examples are in development and you can have early access by contacting [Weiqi Ji](mailto:weiqiji@mit.edu)
+ [Pyrolysis of JP10](./example/pyrolysis/pyrolysis.ipynb)
+ [Perfect Stirred Reactor](./example/perfect_stirred_reactor)
+ [Auto-ignition](https://github.com/DENG-MIT/NN-Ignition):
Expand Down

0 comments on commit 60ee1c3

Please sign in to comment.