by Rodolfo Rodrigues on March 20th, 2012 at 2:20 pm in Didactic application, General, HOW-TO, Math package, Process simulation, Softwares
Tagged with Cantera, chemical equilibrium, combustion, object-oriented tool, python
An previous post presented Cantera, a package for thermodynamics, kinetic and transport calculations. Cantera is a function library with object-oriented features that can be use in C++, FORTRAN, MATLAB, and PYTHON applications. One of its main strength may be the functions for combustion problems. In this sense it is possible to do equilibrium and kinetic calculations.
Let us talk about an easy sample which you wish to calculate the adiabatic flame temperature for stoichiometric combustion of methane using air:
Read more of this »
by Rodolfo Rodrigues on August 10th, 2011 at 11:30 pm in Process simulation, Softwares with 2 comments
Tagged with c++, Cantera, chemical kinetics, chemical reactor engineering, fortran, linux, Matlab, object-oriented tool, open source, python

I feel comfortable writing some words about Cantera, an open source tool, because I have been an user for approximately 2 years. I will use words of project itself to introduce it:
Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes. An object-oriented tool means a wide range of applications since independent compiled code to external software integration.
Read more of this »