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 *...
To do a different pressure, simply change 101325 to the desired pressure setpoint in Pascals. This function has the effect of expanding the volume whenever...
Thanks Dave. That helps, but I cant seem to find this 'demo' folder. pac ... the ... coefficient ... deviations ... occur. ... doing ... called ... about ... ...
Hi Dr. Goodwin, I am a graduate student at the University of Minnesota, working with Dr. Girshick, and we are interested in using Cantera to work with our...
Sarah J. Warthesen
sarahw@...
Jun 5, 2003 8:32 pm
150
Sarah, On a unix system, the sequence ./configure make make install should work if you have write access to /usr/local. If not, give the 'prefix' option to...
Flame simulations can now be done with Cantera in Matlab, including burner-stabilized premixed flames, stagnation-point premixed flames at a surface, and...
Dear David: I have downloaded the Cantera 1.4 package and have tried installing it under Windows 2000. However, I cannot find the "dfor.lib" which is required...
Luo, To build Cantera on Windows, you need both Microsoft Visual C++ and Compaq Visual Fortran, The library dfor.lib comes with Visual Fortran. Alternatively,...
Dear David: But I have integrated Intel Fortran compiler into Visual Studio? Must I use Compaq Visual Fortran? By the way, I cannot find the binary version for...
The new user who sent the last message has been removed from the group, and the message has been deleted. This is the first 'junk' message we've had in this...
Dave - Hi. I'm running the latest release of Cantera, and I've got all my students using it. It's very nice. One question: Can we do surface chemistry in...
Nick - Glad to hear Cantera is working well for you. Surface chemistry is in the works, but is not quite ready yet, Hopefully it will be ready in a few...