Search the web
Sign In
New User? Sign Up
cantera · Cantera User's Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 438 - 468 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
438
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 =>...
kvirgilm
Offline Send Email
Jul 6, 2004
2:33 pm
439
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...
David Goodwin
dggoodwin
Offline Send Email
Jul 6, 2004
2:59 pm
440
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,...
kvirgilm
Offline Send Email
Jul 8, 2004
3:55 pm
442
Can I get some detailed pdf file describing some applications of this software the equations it is solving etc.....
PRATAP
satya_p75
Offline Send Email
Jul 20, 2004
2:17 pm
443
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@...
Send Email
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...
usenechal
Offline Send Email
Jul 21, 2004
6:54 am
445
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...
prasat_kumar
Offline Send Email
Jul 24, 2004
5:37 am
446
Does anyone know the right syntax for using chemkin-compatable kinetics in newIdealGasMix() function in Fortran? The manual (f77.pdf) suggests: call...
Zoran Djurisic
zorandjurisic
Offline Send Email
Jul 24, 2004
10:37 am
447
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...
David Goodwin
dggoodwin
Offline Send Email
Jul 24, 2004
11:55 am
448
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...
David Goodwin
dggoodwin
Offline Send Email
Jul 24, 2004
12:00 pm
449
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...
patcaton72975
Offline Send Email
Jul 27, 2004
9:34 am
450
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...
David Goodwin
dggoodwin
Offline Send Email
Jul 27, 2004
10:28 am
451
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@...
Send Email
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. ...
alankornhauser
Offline Send Email
Jul 29, 2004
8:54 pm
453
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...
Rafael Rossi
rossirafael
Offline Send Email
Jul 29, 2004
9:07 pm
454
Al, You need to install the 'Numeric' package. See the documents in the 'Documentation' folder for more details. Dave...
David Goodwin
dggoodwin
Offline Send Email
Jul 29, 2004
9:54 pm
455
The default Windows installation for Python is in C:\Python23. Because I like to keep my root directory uncluttered, I installed it into C:\Program...
alankornhauser
Offline Send Email
Jul 30, 2004
9:32 pm
456
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...
hadi andish
hadi_andish
Offline Send Email
Aug 1, 2004
2:49 pm
457
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@...
Send Email
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...
David Goodwin
dggoodwin
Offline Send Email
Aug 1, 2004
3:46 pm
459
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, ...
Zoran M. Djurisic
zorandjurisic
Offline Send Email
Aug 2, 2004
2:20 am
460
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...
blemke@...
bbblemke
Offline Send Email
Aug 2, 2004
4:47 am
461
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,...
johnny374z
Offline Send Email
Aug 2, 2004
2:30 pm
462
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@...
Send Email
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...
David Goodwin
dggoodwin
Offline Send Email
Aug 2, 2004
5:43 pm
464
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@...
Send Email
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@...
Send Email
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....
David Goodwin
dggoodwin
Offline Send Email
Aug 4, 2004
5:32 am
467
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....
johnny374z
Offline Send Email
Aug 4, 2004
4:22 pm
468
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...
David Goodwin
dggoodwin
Offline Send Email
Aug 4, 2004
9:31 pm
Messages 438 - 468 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help