Hi, I'm trying to download the Cantera MATLAB toolbox but am getting the 'Page cannot be found' message (http://blue.caltech.edu/cantera_dist/matlab). Is this...
Gilberto, This is a bug. It was found and fixed a while back, but either the bug fix didn't make it into the version posted on the web, or you installed an...
My main work is done on a linux machine. I am considering switching from Chemkin II to cantera but don't have a Fortran-90 compiler. The manual is not really...
steve@...
Apr 16, 2003 8:58 pm
120
Steve, You can very easily use Cantera in Fortran 77 applications. In fact, it's funny you bring it up now, because I'm finishing up a short note on just that...
Responding to my own message -- sorry -- Cantera/Python works fine without F90 compiler. ... I built cantera on a generic Red Hat Linux release 7.3 (Valhalla)...
steve@...
Apr 17, 2003 1:36 pm
122
Cantera 1.4 has been released. What's new: 1. Simplified unix build procedure. Cantera should build 'out of the box' on linux, cygwin, Mac OS X, and Solaris....
The binary version of Cantera 1.4 for Windows has now been released. Go to http://www.cantera.org then follow the 'download' or 'SourceForge' links. Get the...
Dear Mr Goodwin, I'm a french engineer and I'm very interested in the evolution of Cantera software. I plan to use it soon with Matlab to study the combustion...
mathieu.winger1@...
Apr 26, 2003 9:43 pm
126
... From : David Goodwin <dgoodwin@...> To : cantera@yahoogroups.com Cc : Date : Mon, 21 Apr 2003 07:20:20 -0700 Subject :...
mathieu.winger1@...
Apr 26, 2003 9:46 pm
127
Dr Goodwin, Download is OK. I don't know how to continue with runing Cantera under Matlab/Windows98. How must I proceed with makefiles ? Please, some...
mathieu.winger1@...
Apr 27, 2003 1:38 am
128
Mathiew, I think there is a README file that explains what to do. I know there is in the source distribution, but I might have left it out of the Windows...
David, A quick question for you: Do I have to have both Visual C++ and Compaq Fortran installed in order to run cantera v1.4 windows version? Since I have only...
Mister Goodwin, Thank you very much for your answer. Last time, I read a pdf explaining the paricularities of each Cantera version (Python, Matlab, C++, ...)...
mathieu.winger1@...
May 3, 2003 12:26 am
131
Yi, In order to build Cantera, you need Visual C++ or some other C++ compiler on Windows. But if you only want to *use* Cantera in Matlab or Python, then you...
Mathiew, You can do flame simulations under Windows - there is no need to switch to linux, unless of course you want to for other reasons. Get the two Windows...
Thank you very much Mr Goodwin for informations. I will try it immediately ! Thank you. Mathiew ... From : David Goodwin <dgoodwin@...> To...
mathieu.winger1@...
May 6, 2003 9:04 pm
134
Sorry Mr Goodwin, but I've installed Python 2.2 (C:/Python22) and Cantera 1.4 (unzip => C:/cantera-1.4 and C:/.../.../cantera-1.4) and when I run flame.py, it...
mathieu.winger1@...
May 6, 2003 11:55 pm
135
I am seeing multiple failure modes when using the reactor (zerod) methods from python. Sometimes this: ==== CVode-- At t=1.6711 and step size h=6.69619e-10,...
steve@...
May 15, 2003 9:14 pm
136
Steve, I would guess that your solution is beginning to change rapidly at this time. Try using single-step mode: rctr = Reactor() tfinal = 10.0 tnow = 0.0 ...
The last message reminds me that there are a couple of things I don't think I have announced yet. 1. There is now some documentation for the Cantera Python...
One thing that causes a "hang" -- tight loop -- seems to be trying to equilibrate a mixture which has no thermodynamics -- eg, something like this... set(g,...
steve@...
May 16, 2003 12:48 pm
141
========= One thing that causes a "hang" -- tight loop -- seems to be trying to equilibrate a mixture which has no thermodynamics -- eg, something like this......
steve@...
May 16, 2003 1:41 pm
142
Hello, I'm looking into a way to pre-mix two different gases before putting them into a reactor. For example, I want to use GRI and Air and mix them prior to...
Yes, you can do that. Since Reactor objects can have any number of inlets, a mixer is just a reactor with 2 inlets and one outlet. If you want to turn off...
1). I believe I must have missed something basic during Cantera installation, otherwise more people would be having this problem. I cannot access any of the...
Transport properties are disabled by default, since it takes some time to do the initialization of the transport property routines - fitting polynomials to...
In the suggested matlab code for the function vdot.m (which is called by reactor_ode.m), volume change to keep constant pressure is calculated by v = 1.e11 *...