Hello to all, I'm trying to simulate a piston with Cantera in C++ and I'm able to set all the different parameteres. My only problem is setting velocity of the...
Hi, Thanks for your answer, this package has fixed the problem. Now Cantera is running very well on my laptop. I have a new question... I have in the Python's...
Hello Cantera installs several Cantera input files in the folder (in English) “\Program Files\Common Files\Cantera\data” of which one is the gri30.cti ...
How difficult would it be to add pressure-dependent rate coefficients for gas-phase reactions? I would like to be able to use chemkin mechanisms with...
Hi, I have read your post. And I have the question: Is it possible to set the enthalpy? And how can I do it? I don't find the equivalent of mix.setTemperature...
Hallo David, it's the GRI 3.0 mechanism as stated by the line: gas = GRI30('Mix') in the py-script, which fetches the mechanism from gri30.cti in the...
Hi, To set the mixture enthalpy in python, given a mixture, "mix", try mix.setState_HP(h,p) Dave H. ... Hi, I have read your post. And I have the question: Is...
E David Huckaby
e.david.huckaby@...
Mar 5, 2007 2:03 pm
1541
Hi, I was asked to write a small cantera-using program for controlling combustion processes in industrial power-plants. Is it possible to use cantera as a...
I am trying to vary the file stflame1.py to calculate the heat flux to the wall at a fixed surface temperature. At the momoment I am calculating the heat flux...
Burak, You can specify the initial grid in your simulation to include a point very close to the wall. As long as you set the parameter "prune" to zero, that...
Bergthorson, Jeffrey M.
jeffb@...
Mar 5, 2007 5:59 pm
1544
Hello, I have the same problem with the supplied script "flame2.py". I have added some modifications. They are two loops to compute with variable composition...
After processing a cti file (e.g. importPhase('xx.cti')) that contains a syntax error any subsequent use of the XML_Node routine in Matlab returns the above...
Matlab 7.3 running Cantera 1.70 complains when I try to define a phase using the ideal_solution keyword in cti file, as described in the documentation for...
Hello, I'm working on the simulation of stabilized burner flame. So I use the demos "flame2.py". I have added a loop for varying the amount of CH4 in the ...
I have a quick question that I hope someone here can help me with. Is it possible to include time-dependent rates in a chemical kinetics computation in...
I can confirm that this is also happening for Cantera 1.7.0 operating in Matlab 2006b. I, too, find that restarting Matlab is the only way to 'fix' it, once...
I just started to setup a simple mechanism for tetramethylsilane decomposition. But I did not come too far because I am getting the following error from...
Hello, Your experience and the lines 141-161 of SpeciesThemoFactory.cpp would indicate that Cantera is setup to use at most two thermodynamic parameterization...
E David Huckaby
e.david.huckaby@...
Mar 9, 2007 4:45 pm
1553
Thank you! Replacing the const_cp by NASA works! Regards Burak ... would indicate that Cantera is setup to use at most ... ...
Dear David, We added Cantera to the International Curriculum on Hydrogen Safety Engineering (http://www.hysafe.org/index.php?ID=68) and our students are using...
I am a Mechanical Engg student.Iwant to develop a programme (c++\fortran\python\matlab) to find out the ignition delay and flame speed of GRI Mech30 at various...
I have tried following Dr. Goodwin's instructions for the windows installation. At the end of the build solution, I get 2 errors. These errors are related to...
I just uninstalled everything and started over. The procedure at http://www.galcit.caltech.edu/EDL/public/sdt/SD_Toolbox/install-V1.7.txt is very helpful for...
Yes, the 2005 version of Visual Studio cannot be used to build the Python module, since the distributed version of Python was built with the older Visual...
All, I am using Cantera in Matlab r2006b. I am having trouble with inputting my own cti files. I can't get my own cti files to read in. If I read in one of the...
There are diagnostics for problems like this in Python (but not Matlab). In python, do: gas = importPhase(<cti file>, debug=1) This will print out diagnostic...
Dear Cantera Users, I am trying to find the equilibrium composition of the downstream coming from an autothermal reforming reactor of propane and n-butane. I...
Hello, I am trying to build Cantera 1.6 w/Visual Studio (I have VS 7.1, and Windows XP pro). My Cantera installation folder only contains *.h files... no...