I am working on a CFD code for reacting flows and would like to use Cantera to compute the reaction source terms. Since our code is written in c++, I am only...
Hi Thomas, I ran into the same problem and it was because I had not run the executable in the Cantera folder (something like Cantera-1.6.0win32-py2.4) that is...
I want to modify the GRI30 mechanism that comes with the Cantera install. I want to add additional species and reactions. I have tried modifying the...
Does anyone know how Cantera finds the gas properties? For instance, how does Cantera get the density of methane gas? Is it through interpolating some tables...
It would likely be best to compile cantera using its make system and link it into your application rather than trying to merge the two. This is what several...
Have you tried making the changes to the cti file, rather than the xml file? My impression is that the xml file is written from the cti file when you declare...
John, Most likely, these properties are calculated according to the ideal gas law. Basically, the method cantera uses depends on how the phase is declared in...
Greetings, Could someone comment on the time frame for the next Cantera release? Our team is successfully using the latest development version, however, we...
spdomin
spdomin@...
Nov 3, 2006 4:25 pm
1364
Howdy: I am running into a similar problem. I have also tried to change the includes in the file CVodesIntegrator.cpp to what is below but with no prevail. ...
Cantera works with version 2.2.0 of sundials, which is the latest version. If you are having trouble, use the development version of Cantera (from CVS) and...
I'm using: - MS XP (SP2) - MATLAB v 7.1 (R14) SP3 - Python 2.4.4 - Cantera 1.6r3 Dr. Goodwin says he cannot reproduce this error on his own machine. Which...
Yes, I got the same error under following environment. Configuration: MATLAB Version: 7.2.0.232 (R2006a) MATLAB License: ****** Operating System: Microsoft...
All I can think of is that this may be an incompatibility between how MATLAB Cantera MEX file is compiled and how MATLAB itself is compiled. I would recommend...
Hi, Dan, I was just wondering--have you had any luck in updating the thermo coefficients 'on the fly,' as it were? I'm looking into doing the same, through the...
Steven and Dan, I have just added support for what you want to do. Update to the latest CVS version, then look at the demo program Cantera/cxx/demos/ ...
Hi Steven, Did you get along with your problem.I´m sorry that I can´t help you. But I intend to reduce the number of reactions of the gri30 on the main...
Hi Thomas, You need to get to the folder where the Cantera data files are stored. Most likely this is C:\Program Files\Common Files\Cantera\Data though there...
Greetings, Could a developer on the Cantera project please change the speciesData() method from: const XML_Node* speciesData() { if (m_speciesData) { return...
spdomin
spdomin@...
Nov 9, 2006 12:22 am
1376
Done. ... Done. On Nov 8, 2006, at 12:19 PM, spdomin wrote: Greetings, Could a developer on the Cantera project please change the speciesData() method from:...
Hello, I'm trying to solve a chemical equilibrium case using "UV" option for Python, but somehow it is not working for Python 2.4 version of Cantera 1.6 on...
did anyone get back to you on this? I have developed an excel template that you can paste the xml file into, tweak two or three settings, and it will spit out...
Hi, I'm running some cases with a mod of the demo opposed flow flame template "diffflame.m". I wish to compare the cases with and without differential...
I am trying to add one species and one reaction to GRI30. I changed the GRI30.cti file to include only the additional species. I figured I first add the...
Maybe the problem is that you are calling the "GRI30" function. You can't do this - it is hardwired to GRI 3.0. But all you need to do is go to the data...
Well, you can't run a flame problem without a transport model - it needs to know how to compute diffusion coefficients and thermal conductivity somehow....
I have had a similar problem with the various error messages, in which the last character of the message was dropped. I tested the attached .cti file on linux...