cantera (science/cantera) Updated: 2 years, 3 months ago Add to my watchlist

Cantera software package

Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes. Fortran support is disabled by install using MacPorts.

Version: 2.5.1 License: BSD GitHub
Maintainers thomasfiala
Categories science
Homepage https://cantera.org
Platforms darwin
Variants
  • sundials (Build with sundials support)

Subport(s) (1)


"cantera" depends on

lib (7)
build (9)
run (1)

Ports that depend on "cantera"

No ports


Port notes

Cantera C++ demos are installed in:
${prefix}/share/cantera/samples
Cantera python demos are installed in:
/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/cantera/examples
Cantera data files are installed in:
${prefix}/share/cantera/data

Try running the following in python3.10 to find the equilibrium composition of a stoichiometric methane/air mixture at 1000 K and 1 atm:

>>> import cantera as ct
>>> g = ct.Solution('gri30.xml')
>>> g.TPX = 1000, ct.one_atm, 'CH4:1, O2:2, N2:8'
>>> g.equilibrate('TP')
>>> g()


Port Health:

Loading Port Health

Installations (30 days)

0

Requested Installations (30 days)

0

Livecheck results

cantera seems to have been updated (port version: 2.5.1, new version: 3.0.0)

livecheck ran: 20 hours ago