{"id":13409043,"url":"https://github.com/Cantera/cantera","last_synced_at":"2025-03-14T14:30:55.794Z","repository":{"id":29404920,"uuid":"32940327","full_name":"Cantera/cantera","owner":"Cantera","description":"Chemical kinetics, thermodynamics, and transport tool suite","archived":false,"fork":false,"pushed_at":"2024-11-16T21:59:08.000Z","size":55986,"stargazers_count":618,"open_issues_count":71,"forks_count":348,"subscribers_count":40,"default_branch":"main","last_synced_at":"2024-11-19T17:11:53.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cantera.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cantera.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"License.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["numfocus"],"custom":["https://numfocus.org/donate-to-cantera"]}},"created_at":"2015-03-26T16:54:16.000Z","updated_at":"2024-11-19T06:42:34.000Z","dependencies_parsed_at":"2024-02-08T21:01:45.682Z","dependency_job_id":"440312bb-2498-4c3d-b7cf-a70a71e3509f","html_url":"https://github.com/Cantera/cantera","commit_stats":{"total_commits":11466,"total_committers":107,"mean_commits":107.1588785046729,"dds":0.6001221001221001,"last_synced_commit":"afa45f417b1ae83d58fdb9da49ae68471eb0817f"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cantera%2Fcantera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cantera%2Fcantera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cantera%2Fcantera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cantera%2Fcantera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cantera","download_url":"https://codeload.github.com/Cantera/cantera/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243593273,"owners_count":20316158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:00:57.528Z","updated_at":"2025-03-14T14:30:55.780Z","avatar_url":"https://github.com/Cantera.png","language":"C++","funding_links":["https://github.com/sponsors/numfocus","https://numfocus.org/donate-to-cantera"],"categories":["Thermodynamics","Simulations","Tools","Computational Fluid Dynamics"],"sub_categories":["Sound","Chemical Kinetics"],"readme":".. Cantera\n\n|cantera|\n\n|doi| |codecov| |ci| |release|\n\n\nWhat is Cantera?\n================\n\nCantera is an open-source collection of object-oriented software tools for\nproblems involving chemical kinetics, thermodynamics, and transport processes.\nAmong other things, it can be used to:\n\n* Evaluate thermodynamic and transport properties of mixtures\n* Compute chemical equilibrium\n* Evaluate species chemical production rates\n* Conduct kinetics simulations with large reaction mechanisms\n* Simulate one-dimensional flames\n* Conduct reaction path analysis\n* Create process simulations using networks of stirred reactors\n* Model non-ideal fluids\n\nCantera can be used from Python and Matlab, or in applications written in C++\nand Fortran 90. A number of `examples of Cantera's capabilities\n\u003chttps://github.com/Cantera/cantera-jupyter\u003e`_ are available in the form of\nJupyter notebooks. These examples can be tried interactively, in the cloud by\nusing the following MyBinder link:\n\n.. image:: https://mybinder.org/badge.svg\n    :target: https://mybinder.org/repo/cantera/cantera-jupyter\n\nInstallation\n============\n\n|pip| |conda-forge|\n\n`Installation instructions for the current release of Cantera\n\u003chttps://cantera.org/stable/install/index.html\u003e`_ are available from the main `Cantera\ndocumentation site \u003chttps://cantera.org\u003e`_.\n\n- The Python module can also be installed using pip on Windows, macOS, and Linux.\n\n- Conda packages containing the Cantera Python and Matlab modules are also available\n  for Windows, macOS, and Linux.\n\n- Additional installation packages are provided for Windows, macOS, Ubuntu, Fedora,\n  RHEL, Gentoo, and FreeBSD.\n\n- For other platforms, or for users wishing to install a development version of\n  Cantera, `compilation instructions \u003chttps://cantera.org/stable/develop/index.html\u003e`_\n  are also available.\n\nDocumentation\n=============\n\nThe `documentation \u003chttps://cantera.org\u003e`_ offers a number of starting points:\n\n- `Python tutorial\n  \u003chttps://cantera.org/stable/userguide/python-tutorial.html\u003e`_\n- `Application Examples in Python\n  \u003chttps://cantera.org/stable/examples/python/index.html\u003e`_\n- `A guide to Cantera's input file format\n  \u003chttps://cantera.org/stable/userguide/input-tutorial.html\u003e`_\n- `User Guide: Tutorials, FAQ, and Task Guides\n  \u003chttps://cantera.org/stable/userguide/index.html\u003e`\n- `Information about the Cantera community\n  \u003chttps://cantera.org/community.html\u003e`_\n- `Affiliated packages\n  \u003chttps://cantera.org/affiliated.html\u003e`_\n\nCode of Conduct\n===============\n\n.. image:: https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg\n    :alt: conduct\n    :target: https://www.contributor-covenant.org/version/2/0/code_of_conduct/\n\nIn order to have a more open and welcoming community, Cantera adheres to a\n`code of conduct \u003cCODE_OF_CONDUCT.md\u003e`_ adapted from the `Contributor Covenant\ncode of conduct \u003chttps://contributor-covenant.org/\u003e`_.\n\nPlease adhere to this code of conduct in any interactions you have in the\nCantera community. It is strictly enforced on all official Cantera\nrepositories, websites, users' group, and other resources. If you encounter\nsomeone violating these terms, please `contact the code of conduct team\n\u003cmailto:conduct@cantera.org\u003e`_ (`@speth \u003chttps://github.com/speth\u003e`_,\n`@bryanwweber \u003chttps://github.com/bryanwweber\u003e`_, and `@kyleniemeyer\n\u003chttps://github.com/kyleniemeyer\u003e`_) and we will address it as soon as\npossible.\n\nDevelopment Site\n================\n\nThe current development version is 3.2.0a1. The current stable version is\n3.1.0. The `latest Cantera source code \u003chttps://github.com/Cantera/cantera\u003e`_,\nthe `issue tracker \u003chttps://github.com/Cantera/cantera/issues\u003e`_ for bugs and\nenhancement requests, `downloads of Cantera releases and binary installers\n\u003chttps://github.com/Cantera/cantera/releases\u003e`_ , and the `Cantera wiki\n\u003chttps://github.com/Cantera/cantera/wiki\u003e`_ can all be found on Github.\n\nUsers' Group\n============\n\nThe `Cantera Users' Group \u003chttps://groups.google.com/group/cantera-users\u003e`_ is a\nmessage board/mailing list for discussions amongst Cantera users.\n\nContinuous Integration Status\n=============================\n\n|ci|\n\nNumFOCUS\n========\n\nCantera is a fiscally-sponsored project of `NumFOCUS \u003chttps://numfocus.org\u003e`__,\na non-profit dedicated to supporting the open source scientific computing\ncommunity. Please consider `making a donation\n\u003chttps://numfocus.org/donate-to-cantera\u003e`__ to support the\ndevelopment of Cantera through NumFOCUS.\n\n.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat\u0026colorA=E1523D\u0026colorB=007D8A\n    :target: https://numfocus.org/donate-to-cantera\n    :alt: Powered by NumFOCUS\n\n.. |cantera| image:: https://cantera.org/_static/cantera-logo.png\n    :target: https://cantera.org\n    :alt: cantera logo\n    :width: 675px\n    :align: middle\n\n.. |ci| image:: https://github.com/Cantera/cantera/workflows/CI/badge.svg\n    :target: https://github.com/Cantera/cantera/actions?query=workflow%3ACI+event%3Apush\n\n.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14455267.svg\n   :target: https://doi.org/10.5281/zenodo.14455267\n\n.. |codecov| image:: https://img.shields.io/codecov/c/github/Cantera/cantera/main.svg\n   :target: https://codecov.io/gh/Cantera/cantera?branch=main\n\n.. |release| image:: https://img.shields.io/github/release/cantera/cantera.svg\n   :target: https://github.com/Cantera/cantera/releases\n   :alt: GitHub release\n\n.. |pip| image:: https://img.shields.io/pypi/v/cantera\n   :target: https://pypi.org/project/Cantera/\n\n.. |conda-forge| image:: https://img.shields.io/conda/v/conda-forge/cantera\n   :target: https://anaconda.org/conda-forge/cantera\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCantera%2Fcantera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCantera%2Fcantera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCantera%2Fcantera/lists"}