Hi, there: Recently I tried to run Cantera 1.5.5 with Matlab on PC. I need compute the transport properties of a gas mixture. I run the file transport1.m in...
I have installed VisualStudio .NET and have built Cantera and installed it as well. I am in the process of testing Cantera (I have Windows 2000 Pro, Python2.4...
The Python error says that it cannot find the Cantera package. Check to see that there is a folder called "Cantera" in C:\Python24\Lib\site-packages. If there...
You can refer to the web site www.cantera.org, or to the one conference paper about Cantera: D. G. Goodwin, "An Open-Source, Extensible Software Suite for CVD ...
Dear Prof. Goodwin: Two weeks ago I posted the following message: Hi, there: Recently I tried to run Cantera 1.5.5 with Matlab on PC. I need compute the...
From what you describe, it is hard to know where the problem is. Maybe the equilibrium solver is having trouble converging. You can tell it to use the new...
here is the files. Hope it can help a little. Please let me know what you find out. xiaoyen David Goodwin <dgoodwin@...> wrote: From what you describe,...
When I switched your calls to equilibrate in mixprop.m to the new solver, it runs fine almost all of the time. But I can sometimes get it to fail (on the Mac)...
Dave, I too have struggled with the equil solver, so your mention of a new solver was very interesting. However, when I tried to run Cantrera 1.5.5 in Matlab...
Carl, Well, from what you say I guess the released version 1.5.5 doesn't have the MATLAB interface to the new equilibrium solver. One option is to check out...
Rob, In version 1.6, you can turn off mechanism validation when you run ck2cti. But this was added after version 1.5.5. You can always modify the source code...
Dave, Thanks for the advice and the information about the problem with the species production rate calculations. Unfortunately there are about 4500 reactions...
Rob, I am going to modify the code so that non-integral product stoichiometric coefficients will be supported, as long as the reaction is irreversible. It...
I followed every step on the Cantera powerpoint file, but when I test the python demos I get the error message: The dynamic link library MSVCP71.dll could not...
Hello! I am currently writing a program in Fortran and I need to use the chemical equilibrium routine in Cantera to do some calculations. Unfortunately, my...
You can simply remove the references to files in matlab\...\@Kinetics\private\CVS in the SetupCantera project from within Visual Studio. They were added by...
I haven't run into this problem before. I suppose you're decreasing the enthalpy by calling 'setState_HP' first with the desired enthalpy and pressure and...
Hello, I am a beginner trying to figure out the temperature limitations on Canteras chemical equilibrium calculations. From what I understand Cantera uses the...
Tomas, Cantera can use whatever thermo data you provide in the input file. All you need to do is provide high-temperature thermo data in order to carry out...
The temperatures at which failure occur are not necessarily below the polynomial fit ranges; in that case, I understand that there may be problems. I am using...
Hello. I am using Cantera 1.5.5 with Python 2.4 on a Win XP computer, but I have not used Cantera much. I tried to create a Reservoir "res = Reservoir(gas)"...
OK. I figured it out. Apparently, I should have "from Cantera.Reactor import *" before I use any reactors, reservoirs, etc. Well, you learn something new...
Well, just when I was getting productive, I ran into a problem with Cantera/Python. I had Cantera working on this XP workstation, but I was trying to install...
Mark, I suspect the problem is that the Cantera Python extension module was built to link to one version of the Python DLL, and can't be used with a different...