• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H17-Sep-2021-478423

data/H17-Sep-2021-66,98262,653

doc/H17-Sep-2021-6,2964,709

ext/H03-May-2022-453,331256,268

include/cantera/H17-Sep-2021-50,11914,837

interfaces/H17-Sep-2021-50,27840,344

platform/posix/H17-Sep-2021-618495

samples/H03-May-2022-5,4933,883

site_scons/H17-Sep-2021-1,6071,148

src/H17-Sep-2021-80,84265,506

test/H17-Sep-2021-25,15422,097

test_problems/H17-Sep-2021-8,7557,247

.codecov.ymlH A D17-Sep-2021102 107

.gitignoreH A D17-Sep-20211.1 KiB6160

.gitmodulesH A D17-Sep-2021449 1615

AUTHORSH A D17-Sep-20212.3 KiB6058

CODE_OF_CONDUCT.mdH A D17-Sep-20215.3 KiB13397

CONTRIBUTING.mdH A D17-Sep-20215.5 KiB9788

INSTALLH A D17-Sep-2021639 2214

README.rstH A D17-Sep-20215.3 KiB142106

SConstructH A D03-May-202279.4 KiB1,9951,728

README.rst

1.. Cantera
2
3|cantera|
4
5|doi| |codecov| |ci| |release|
6
7
8What is Cantera?
9================
10
11Cantera is an open-source collection of object-oriented software tools for
12problems involving chemical kinetics, thermodynamics, and transport processes.
13Among other things, it can be used to:
14
15* Evaluate thermodynamic and transport properties of mixtures
16* Compute chemical equilibrium
17* Evaluate species chemical production rates
18* Conduct kinetics simulations with large reaction mechanisms
19* Simulate one-dimensional flames
20* Conduct reaction path analysis
21* Create process simulations using networks of stirred reactors
22* Model non-ideal fluids
23
24Cantera can be used from Python and Matlab, or in applications written in C++
25and Fortran 90. A number of `examples of Cantera's capabilities
26<https://github.com/Cantera/cantera-jupyter>`_ are available in the form of
27Jupyter notebooks. These examples can be tried interactively, in the cloud by
28using the following MyBinder link:
29
30.. image:: https://mybinder.org/badge.svg
31    :target: https://mybinder.org/repo/cantera/cantera-jupyter
32
33Installation
34============
35
36`Installation instructions for the current release of Cantera
37<https://cantera.org/install/index.html>`_ are available from the main `Cantera
38documentation site <https://cantera.org>`_. Installers are provided for Windows (MSI
39packages), macOS, and Ubuntu. Anaconda packages containing the Cantera Python and Matlab
40modules are also available for Windows, macOS, and Linux.
41
42.. image:: https://anaconda.org/cantera/cantera/badges/installer/conda.svg
43    :target: https://anaconda.org/Cantera/cantera
44
45For other platforms, or for users wishing to install a development version of
46Cantera, `compilation instructions <https://cantera.org/install/index.html>`_
47are also available.
48
49Documentation
50=============
51
52The `documentation <https://cantera.org/documentation>`_
53offers a number of starting points:
54
55- `Python tutorial
56  <https://cantera.org/tutorials/python-tutorial.html>`_
57- `Application Examples in Python
58  <https://github.com/Cantera/cantera-jupyter#cantera-jupyter>`_
59- `A guide to Cantera's input file format
60  <https://cantera.org/tutorials/input-files.html>`_
61- `Information about the Cantera community
62  <https://cantera.org/community.html>`_
63- `Affiliated packages
64  <https://cantera.org/affiliated-packages.html>`_
65
66`Documentation for the development version of Cantera
67<https://cantera.org/documentation/dev-docs.html>`_ is also available.
68
69Code of Conduct
70===============
71
72.. image:: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square
73    :alt: conduct
74    :target: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
75
76In order to have a more open and welcoming community, Cantera adheres to a
77`code of conduct <CODE_OF_CONDUCT.md>`_ adapted from the `Contributor Covenant
78code of conduct <https://contributor-covenant.org/>`_.
79
80Please adhere to this code of conduct in any interactions you have in the
81Cantera community. It is strictly enforced on all official Cantera
82repositories, websites, users' group, and other resources. If you encounter
83someone violating these terms, please `contact the code of conduct team
84<mailto:conduct@cantera.org>`_ (`@speth <https://github.com/speth>`_,
85`@bryanwweber <https://github.com/bryanwweber>`_, and `@kyleniemeyer
86<https://github.com/kyleniemeyer>`_) and we will address it as soon as
87possible.
88
89Development Site
90================
91
92The current development version is 2.6.0a3. The current stable version is
932.5.1. The `latest Cantera source code <https://github.com/Cantera/cantera>`_,
94the `issue tracker <https://github.com/Cantera/cantera/issues>`_ for bugs and
95enhancement requests, `downloads of Cantera releases and binary installers
96<https://github.com/Cantera/cantera/releases>`_ , and the `Cantera wiki
97<https://github.com/Cantera/cantera/wiki>`_ can all be found on Github.
98
99Users' Group
100============
101
102The `Cantera Users' Group <https://groups.google.com/group/cantera-users>`_ is a
103message board/mailing list for discussions amongst Cantera users.
104
105Continuous Integration Status
106=============================
107
108|ci|
109
110
111NumFOCUS
112========
113
114Cantera is a fiscally-sponsored project of `NumFOCUS <https://numfocus.org>`__,
115a non-profit dedicated to supporting the open source scientific computing
116community. Please consider `making a donation
117<https://numfocus.salsalabs.org/donate-to-cantera/index.html>`__ to support the
118development of Cantera through NumFOCUS.
119
120.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
121    :target: https://numfocus.salsalabs.org/donate-to-cantera/index.html
122    :alt: Powered by NumFOCUS
123
124.. |cantera| image:: https://cantera.org/assets/img/cantera-logo.png
125    :target: https://cantera.org
126    :alt: cantera logo
127    :width: 675px
128    :align: middle
129
130.. |ci| image:: https://github.com/Cantera/cantera/workflows/CI/badge.svg
131    :target: https://github.com/Cantera/cantera/actions?query=workflow%3ACI+event%3Apush
132
133.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.170284.svg
134   :target: https://doi.org/10.5281/zenodo.1174508
135
136.. |codecov| image:: https://img.shields.io/codecov/c/github/Cantera/cantera/main.svg
137   :target: https://codecov.io/gh/Cantera/cantera?branch=main
138
139.. |release| image:: https://img.shields.io/github/release/cantera/cantera.svg
140   :target: https://github.com/Cantera/cantera/releases
141   :alt: GitHub release
142