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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1055 - 1084 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1055
Dear Friends I have a little problem with loading konnov mechanism. When I call out m-file ck2cti (f = ck2cti ('konmech.inp', 'kontherm.dat',...
mateusz_zb
Offline Send Email
Dec 1, 2005
3:49 pm
1056
Dear Prof. Goodwin as Martin said, it would be great if a Cantera workshop would be held in Europe, especially in conjunction with the Combustion Symposium. I...
didomax77
Offline Send Email
Dec 2, 2005
5:02 pm
1057
Hello: I am having trouble getting the ck2cti utility to work. I seem to be running into two problems. 1) When I run with all three input files, the program...
storeybd
Offline Send Email
Dec 2, 2005
11:12 pm
1058
Hi, I ran into this problem a few months back..I believe its a software problem..the latest version of cantera / python does convert the files when the...
Bhupinder Singh
bhupindersin...
Offline Send Email
Dec 3, 2005
8:14 am
1059
Hi, The previous versions of Cantera did seem to give troubles converting mechanisms when all three files (including transport mechanism) were included..but...
Bhupinder Singh
bhupindersin...
Offline Send Email
Dec 3, 2005
8:41 am
1060
Hi all, I was trying to use Graphviz to get path diagrams for my mechanism..Since my mechanism is huge, the diagram is unreadable..I was reading up on the .dot...
Bhupinder Singh
bhupindersin...
Offline Send Email
Dec 3, 2005
8:55 am
1061
Does anybody know how to change MATLAB demo catcomb.m so that it works? I built a mechanism that uses reactions from ptcombust.cti and gri30.cti. I have the...
bednarol
Offline Send Email
Dec 3, 2005
10:53 am
1062
Lucy, catcomb.m seems to fail on Windows but it works on Mac or linux platforms. I don't know why this is, but that is what I find. Dave...
David Goodwin
dggoodwin
Offline Send Email
Dec 3, 2005
10:58 am
1063
I have put the current version of the ck2cti.exe program for Windows on the User's Group site under "Files". If you are working on a Windows PC and have...
David Goodwin
dggoodwin
Offline Send Email
Dec 3, 2005
11:00 am
1064
Thanks. It did seem to be a version problem as I got the new version of ck2cti and everything is working now. Thanks for you help....
storeybd
Offline Send Email
Dec 3, 2005
3:01 pm
1065
Hello, is there a way to compute laminar flame speed with matlab? I see there is a python script to do it, but with matlab, I have not found a...
chareyron6669
Offline Send Email
Dec 5, 2005
5:07 pm
1066
hello, I'm having this problem compling Cantera any help is greatly appreciated George make[1]: Entering directory ...
metsovios
Offline Send Email
Dec 6, 2005
1:41 am
1067
I'm not sure if this is the problem, but try setting USE_SUNDIALS to 'n' in 'configure' and then re-run 'configure'. This should be the default, but in the...
David Goodwin
dggoodwin
Offline Send Email
Dec 6, 2005
3:07 am
1068
... I tried it but didn't work. I manage to compile the same sources on another machine (gcc version 3.2.1 20030202 (Red Hat Linux 8.0 3.2.1-7) on 32bit Intel)...
metsovios
Offline Send Email
Dec 6, 2005
5:45 am
1069
I think some work needs to be done to port Cantera to 64 bit machines. Type "doublereal" is defined in config.h, and can be mapped in principle to "double" or...
David Goodwin
dggoodwin
Offline Send Email
Dec 6, 2005
5:59 am
1070
I am new to Cantera and I have couple questions. I am trying to model catalytic combustion of methanol+hydrogen mixture as a nonisothermal tubular reactor with...
bednarol
Offline Send Email
Dec 6, 2005
9:56 pm
1071
Hi People, I converted the lnll kinetic mechanisms to cantera (Ethanol_mech, for example) without troubles as shown in the attached log file. But I have...
Wladimyr Mattos C. Do...
wladimyrmd
Offline Send Email
Dec 7, 2005
12:29 am
1072
From Python, try to import the problem mechanism: from Cantera import * g = importPhase('Ethanol_mech.cti') It may fail, but the error message will likely be...
David Goodwin
dggoodwin
Offline Send Email
Dec 7, 2005
2:52 am
1073
Unfortunately, I do not have access to Mac or Linux platforms but I found out that if I run catcomb in Python it works. Lucy ... ptcombust.cti and ... demo in...
bednarol
Offline Send Email
Dec 8, 2005
4:45 pm
1074
David, I'd be excited to have it in Germany. I'd even be willing to do a presentation on the work that I've been doing using Cantera. I would also love to...
Karl Meredith
kvirgilm
Offline Send Email
Dec 8, 2005
8:26 pm
1075
Dear Cantera users, I have been attempting to utilize the Konnov mechanism for the simulation of stagnation point flames. So far, I have been unsuccessful at...
Bergthorson, Jeffrey M.
jeffb@...
Send Email
Dec 8, 2005
11:15 pm
1076
Jeff, Would you be able to post the flame operating conditions and/or the driver routine (python or matlab) which is stalling at 20 to 30 grid points to the...
E David Huckaby
e.david.huckaby@...
Send Email
Dec 9, 2005
3:18 pm
1077
Dear Cantera users, is ck2cti able to read global reactions in chemkin files? For example, if I give a reaction like this one: CH4 + 2 O2 => CO2 + 2 H2O 8.3e5...
didomax77
Offline Send Email
Dec 12, 2005
3:36 pm
1078
Max - You need forward slashes in your chemkin file: FORD /CH4 1.8/ Also, be sure you have a recent version of Cantera, since support for "FORD" was only added...
David Goodwin
dggoodwin
Offline Send Email
Dec 12, 2005
3:44 pm
1079
Dear Prof. Goodwin, I found in 'gaskinetics.cpp' that reverse rates are only computed when doIrreversible=true. Shouldn't it depend on the reaction-flag, e.g. ...
usenechal
Offline Send Email
Dec 14, 2005
4:37 pm
1080
Ulf, Actually, it does precisely what you say it should do. The array "m_rkcn" holds the reciprocal of the equilibrium constant for the reversible reactions,...
David Goodwin
dggoodwin
Offline Send Email
Dec 15, 2005
1:41 pm
1081
Dave, but when I look at "m_rkcn" in getRevRateConstants() it holds the reaction-difference of chemical potential (delta_r_g). While equilibrium constant is...
usenechal
Offline Send Email
Dec 15, 2005
2:11 pm
1082
Ulf, I found the problem. It is in fact a bug in the code, but turns out to be a bit subtle. If 'getEquilibriumConstants' is called before ...
David Goodwin
dggoodwin
Offline Send Email
Dec 15, 2005
5:18 pm
1083
Hello, I am trying to run a NPFLAME1 - A nonpremixed counterflow flame model in Python at higher pressures than 1 atm. In this model I got a problem to set the...
birutebunkute
Offline Send Email
Dec 15, 2005
9:30 pm
1084
Dear Dave and Group, I'm trying to use the "size" attribute of a species to specify the number of sites that a surface-bound species occupies (n_k in eqn. 3.4 ...
peyelvington
Offline Send Email
Dec 16, 2005
8:06 pm
Messages 1055 - 1084 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