I am trying to implement a 'global' mechanism for the gas phase reactions. I am specifying the reactions as such in the cti file: reaction( " CH4 + 1.5 O2 =>...
Stoichiometric coefficients must be integers. For the reaction you cite, specify it as 2 CH4 + 3 O2 => 2 CO + 4 H2O Then cut the pre-exponential term in the...
I would like to be able to modify the rate parameters 'on the fly' within my code. For example, I would like to be able to modify A, Ea, temperature exponent,...
Hi, I have been trying in the past week to run premixed/counter flow flames. I managed to run the python examples without much troubles; but I am more...
Julien De Charentenay
julien.decharentenay@...
Jul 20, 2004 11:29 pm
444
Hi, I managed to get an axisymmetric counter flow flame simulated by "translating" the python examples to c/c++ by using the class "AxiStagnFlow" instead of...
I have downloaded cantera 1.5.4 package in Red hat linux 9. but I have no numerics package installed in linux for python. so in the configure file I just said...
Does anyone know the right syntax for using chemkin-compatable kinetics in newIdealGasMix() function in Fortran? The manual (f77.pdf) suggests: call...
MATLAB is not finding GRI30.m, which probably means you haven't added the Cantera toolbox to the MATLAB path. See file ctpath.m in directory 'cantera' within...
Zoran, Cantera no longer supports direct use of chemkin-format files. The best thing to do is to process them with the 'ck2cti' program first to generate...
I'm using cantera 1.5 with Matlab, with imported kinetics mechanisms in Chemkin format, so I'm using the "ck2cti" function from the DOS command line to...
Thanks to everyone who attended the Cantera workshop on Sunday for making it a success. We had a full house (30+) the entire day. For those who couldn't make...
Greetings; I am looking for a (not very complex but reasonably realistic) kinetic mechanism of butane partial oxidation. Any help and suggestions will be ...
Derya Ozyurt
derya_oz@...
Jul 27, 2004 6:09 pm
452
I have just installed Cantera 1.5.4 and Python 2.3.4. I plan to use Cantera with Matlab, but haven't got that far because I can't get it to work with Python. ...
Hy ! I'm having some problems to use the setInitialTime(ti) method of ReactorNet class in python. It seems that the time 'ti' is not set to the reactors in the...
hello to every body i'm looking for the kinetic mechanism of methane partial oxidation i'm a beginer in kinetics and i realy need your help i' ll be so...
Try a web search on "chemkin diamond" -- I remember finding several appropriate mechanisms -- try "soot" too -- Sorry not to be more spscific, but that was...
steve@...
Aug 1, 2004 3:09 pm
458
I am interested in doing some validation tests of the flame models in Cantera, and would like to ask the assistance of anyone who routinely runs flame...
Dave, I have 50 or so converged laminar flame cases in Chemkin II Premix, most for the experiments from the literature. Fuels are from methane to benzene, ...
There are a number of mechanisms that could be used for this but you would have to check on the validity of these mechanisms under your particular operating...
I am trying to install Cantera 1.5.4 on a RedHat linux system. I only want to be able to use the source code, as I am writing all my code in c++. However,...
To anyone interested, We have had a lot of involvement with very large reaction mechanisms, and we have found that Chemkin does not perform well for our large ...
Charlie Westbrook
westbrook1@...
Aug 2, 2004 3:34 pm
463
Anup, You do need Python to process .cti files. Also, the build procedure runs a couple of Python scripts. It seems 'configure' could not find python on your...
I think the current version of Cantera uses 1st-order backward (upwind) differencing for the convective terms in the species and energy equations. Reading...
E David Huckaby
e.david.huckaby@...
Aug 3, 2004 12:59 pm
465
Hi, I installed Cantera 1.5.4, Python 2.3.4, and Matlab 6.5 in Window XP. I want to run Cantera with one of Matlab demo programs. Please let me know how to...
이기용
kylee@...
Aug 4, 2004 3:30 am
466
Just start Matlab, go to the directory where the demos are, and type its name at the Matlab command prompt....
First off, thanks to everyone who helped me out with my linux installation problem. I have been trying to run the cstr example posted in the files section....
I have just posted a new binary installer for Cantera for Windows. It is file Cantera154c.msi. This version improves translation of Chemkin-format reaction...