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

Obsolete port, replaced by cantera

This port has been replaced by cantera.

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

Subport(s) (1)


"cantera-devel" depends on

lib (2)
build (2)
extract (0)
run (0)
patch (0)
test (0)
fetch (0)

Ports that depend on "cantera-devel"

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 error

Error: Port cantera-devel not found

last updated: 23 hours ago