Zoran, I looked into it, and it seems there is a bug in setFixedTempProfile in Python. To fix it, in the Cantera Python modules edit file OneD/onedim.py....
Dave, (This may belong to the wish-list) Is is possible to reduce an appearance of negative preexponential factors to a level of warning (unless you use it in...
Dear Prof Goodwin, regarding diamond surface chemistry, since I have no access to the cited "Journal of Phys. Chemistry vol 97 23-28(1993)", could you please...
Dear Prof. Goodwin, is it possible to calculate the laminar flame speed ? As far as I know I have to make the "burner stabilized one-dimensional flame" ...
I am trying to get the CSTR example that is posted on this site to work. I am having trouble compiling it. I get the following error: g++ -c cstr.cpp ...
Ulf, Unfortunately, freely-propagating flames are not yet implemented. It is not particularly hard to do, but I have not found the time to do it. If anyone...
I would recommend checking out the latest version of the source code from the CVS repository at the Cantera sourceforge site. Instructions on how to do this...
The Fortran 90 interface in module "cantera" (defined in ctmod.f) includes the statement "use cttypes". I am unable to determine where cttypes is defined. Does...
Dear Collegues, The present comment deals with the install of cantera-1.5 (or -1.5.2) on a Gentoo Linux workstation (stable packages). The tar file was copied...
I think it is a Fortran problem. Probably it is not finding some Fortran library. Maybe try running the default 'configure' script without modifications...
Hi all, Has anyone tried to install cantera using Microsoft Visual Studio.net? I get error messages in the source file ct.cpp when I try to build all. Thanks, ...
... Thank you very much for your rapid answer, Dr Goodwin. You are right there is some problems with my Fortran librairies. I followed your suggestion. However...
Hello everybody, I have installed Cantera 1.5 on a Mandrake 9.1 Linux distributiun. The setup procedure worked fine and now I am trying to make a few first ...
... The problem is fixed. On my Gentoo Linux, 'which g77' run under root does not indicate the path towards g77. However this command works for any user. ...
Dear Prof Goodwin, is the "Multi" transport model implemented in Cantera-Python ? When I run the Python demo file npflame1.py, after substituting : gas =...
Gianfilippo, The problem is only in how the initial estimate for the solution is computed in module CounterFlame.py. If you specify a multicomponent transport...
Dear all, On Cantera 1.5 -- Listing 3.1 (the C++ manual; see also the message by D. Schanz), the compilation returns an error because printSummary is not...
... Thank you kvirgilm. Indeed it is straighforward. (1)I also replaced: IdealGasMix g("silane.xml"); by IdealGasMix g("silane.xml", "silane"); (2)and I added:...
Attached to this message is a flyer and registration form for the Cantera Workshop, which will be held Sunday, July 25 at the Holiday Inn Chicago Downtown....
Dear Goodwin, I am now trying to run Cantera with the GRI30 'modified' to take into account Helium. I produced the 'modified' gri30.cti using the command line...
Gianfilippo, The problem is that helium has such a small Lennard-Jones well depth that the non-dimensional temperature needed to compute the fits to the ...
Dr. Goodwin, For those of us who cannot possibly make this conference, would there be another possibility of getting the tutorials discussed there and perhaps...
I am having a bit of a problem with compiling Cantera in Dev-C++. Apparently, I do not have the 'Cantera' header file ('Cantera.h') on my system, although I...
Dear Joshua, When you want to use Cantera in your own programs, it is not enough to just download cantera153.msi, because this contains only already compiled...
What are the possible reasons for the following error when executing the equilibrate(gas,'HP') command? "Cannot find an acceptable Newton damping coefficient" ...
Joshua, It seems that the header files needed to build C++ applications got left out of cantera-1.5.3-src.zip. I would recommend getting Cantera from...
How does one limit the max number of grid points? I have OneDim Solve running in Python on both grad and curv 0.01 or so. It reports that the grid size...