No description
Find a file
Ray Speth b8b1022c2f Fix midpoint temperature in SiF4-NH3 mechanism
The correct midpoint temperature is 1000 K, despite what it says in the original
input file. This can be easily verified by plotting the high and low temperature
polynomials and noting that the differences in cp/R, h/RT, and s/R are all zero
at 1000 K, but not at the stated midpoint temperature of 600 K.
2018-09-07 23:20:53 -04:00
flames Make flame examples default to Python 3 2016-08-14 22:37:03 -04:00
reactors Fix midpoint temperature in SiF4-NH3 mechanism 2018-09-07 23:20:53 -04:00
thermo Add flame temperature example 2016-08-04 12:14:45 -04:00
.gitignore Add continuous reactor example 2016-09-20 18:52:31 -04:00
environment.yml Switch to environment.yml for Binder setup 2018-08-23 23:54:05 -04:00
python_tutorial.ipynb Update documentation links to point to new website 2018-08-24 21:56:30 -04:00
README.md Update documentation links to point to new website 2018-08-24 21:56:30 -04:00

cantera-jupyter

Cantera examples in the form of Jupyter notebooks. To see the rendered notebooks, browse the directories above or visit the links in the list of examples below.

Existing Cantera users: If you have Cantera and Jupyter installed on your local machine, simply download any Jupyter notebook and you should be able to run it.

New Cantera Users: If you don't have an exiting Cantera installation, you can either download and install Cantera or give Cantera a test drive in the cloud. Click on the Binder link below to launch an interactive environment where you can run these examples. For this, there is no installation required.

Binder

Examples


Freely Propagating Flame

Strained Flames

Continuous Stirred Tank Reactor

Batch Reactor

Frequently Asked Questions

How do I use Cantera with Python?

An introduction to the Cantera Python interface is available here. For more advanced uses of Cantera, the complete documentation can be found here.

Can I forgo installing Cantera locally and just use Cantera in the cloud every time?

The problem with using Cantera with Binder is that there is no way for you to save your work. You can upload/download files in a session, but once the session is over (you close your browser window), you lose all your work. You thus cannot save your modified Jupyter notebooks.

I still can't figure something out. Who do I ask?

If you have more questions, need help with something, or have any suggestions, please visit the Cantera Google Groups Page and create a post.