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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1228 - 1257 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1228 Martin Skov Skjøt...
msrasmus
Offline Send Email
Jun 2, 2006
2:39 pm
1229
Hi Folks I'm trying yet to generate a fullcantera 1.6.0 exacutablesand utils under my AMD x86_64 machine. Ihave a trouble and I wouldlike if someone could...
Wladimyr
wladimyrmd
Offline Send Email
Jun 2, 2006
7:57 pm
1230
I'd like to use a reaction mechanism converted from ck format to cti using ck2cti.exe, except I am having trouble implementing the mechanism as an object...
Jonathan Woolley
wakeboarder_83
Offline Send Email
Jun 3, 2006
3:24 am
1231
There is a problem with the cantera installation with last sundials release 2.2.0 which includes cvodes version 2.4.0 First the names and the locations of some...
Sergey Cheskis
scheskis
Offline Send Email
Jun 3, 2006
7:47 am
1232
Cantera now works with the latest version of sundials. You can check out the new version from CVS....
Dave Goodwin
dggoodwin
Offline Send Email
Jun 3, 2006
8:16 pm
1233
Jonathan, While I can't really comment on how or why ckcti is failing you (my own initial attempts at using it were unsuccessful, and I haven't really had a...
Steven C. DeCaluwe
DeCal_12
Offline Send Email
Jun 5, 2006
2:06 pm
1234
Folks, I am looking for lib files of Cantera to be linked to fortran codes. I wonder where I can find those files. Thanks in advance for your times. Regards, ...
Seyed-Reihani Seyed-A...
sreihani@...
Send Email
Jun 6, 2006
11:36 am
1235
I'm trying to model a problem where I have two gases with different compositions and pressures separated by a porous barrier. I started from the dustygas.py...
jlmmeso
Offline Send Email
Jun 6, 2006
11:38 am
1236
Seyed - I just started working in Fortran, and have Cantera installed on Linux. After installation, the Fortran files are in: ...
Michael Johnson
vitalianimal
Offline Send Email
Jun 7, 2006
2:25 pm
1237
Hi, I try to solve a problem dealing with condensed-phase ideal solutions. For this I've found in the "definingphases.pdf" the hint to a method ...
Bernd Eberhard
eberh@...
Send Email
Jun 7, 2006
4:06 pm
1238
Bernd, You are right - it is not implemented. But I believe if you are working in C++ some of the classes Harry Moffat has added can handle ideal solutions...
David Goodwin
dggoodwin
Offline Send Email
Jun 7, 2006
4:11 pm
1239
Hi everybody, Is there any document to show Cantera's functions with an explanation about input and output variables, like what we have in CHEMKIN. Regards, ...
Seyed-Reihani Seyed-A...
sreihani@...
Send Email
Jun 8, 2006
4:00 pm
1240
I'm tyring to install cantera on a Linux machine: uname -m = i686 uname -r = 2.6.9-22.ELsmp uname -s = Linux I updated from CVS today and got the following...
Dan Smyth
dan_gaidin_ut
Offline Send Email
Jun 8, 2006
4:02 pm
1241
Hi, I believe I can just add the class IdealSolidSolnPhase to Cantera's cvs distribution. I'll try to get that done in the next few days. Harry Harry Moffat...
Moffat, Harry K
hkmoffat
Offline Send Email
Jun 8, 2006
4:05 pm
1242
Sorry, I've run the configure script already, and I get these errors when I run "make" prior to "make install". Dan...
Dan Smyth
dan_gaidin_ut
Offline Send Email
Jun 8, 2006
4:50 pm
1243
Dan, I too am finding a problem building on linux, but it is a little different than the problem you describe. However, it occurs at the same point - trying to...
David Goodwin
dggoodwin
Offline Send Email
Jun 8, 2006
4:53 pm
1244
In the message below './predef' should be './preconfig'...
David Goodwin
dggoodwin
Offline Send Email
Jun 8, 2006
4:57 pm
1245
I've been trying to get either version to run "make" and work. Right now, with cantera-1.6.0r2 I'm getting a bundle of mess that starts with this: cd...
Dan Smyth
dan_gaidin_ut
Offline Send Email
Jun 8, 2006
7:35 pm
1246
Have a look at http://blue.caltech.edu/~dgg/html/index.html which is linked from http://www.cantera.org/wiki/index.php/Main_Page On 6/7/06 12:50 PM,...
Sutherland, James C.
jcs6a50
Offline Send Email
Jun 8, 2006
7:40 pm
1247
I found the source of my earlier problem. It was just a path problem. I was compiling with g++ 4.0.2, but was trying to link to an earlier version of the...
David Goodwin
dggoodwin
Offline Send Email
Jun 8, 2006
9:44 pm
1248
Dave, I just tried to compile cantera(from cvs) on linux with gcc 4.1 and found some problems which you might interested in ;) First error: ...
usenechal
Offline Send Email
Jun 9, 2006
8:37 am
1249
I am just starting my move from chemkin to cantera. I would appreciate very much if somebody can explain me how can I make a calculation of a burner stabilized...
Sergey Cheskis
scheskis
Offline Send Email
Jun 10, 2006
7:22 am
1250
Sergey, All you need to do is call 'setProfile' before calling 'solve'. For example, the Python flame demo script 'flame2.py' could be modified as follows: ...
David Goodwin
dggoodwin
Offline Send Email
Jun 10, 2006
2:16 pm
1251
Actually, its not as complicated as I indicated in my last message. All you have to do is call method 'setFixedTempProfile(zvalues, Tvalues)' of the 'flame'...
David Goodwin
dggoodwin
Offline Send Email
Jun 10, 2006
5:02 pm
1252
Dave, Thank you very much. I've check it with my experimental temperature profile and the difference with chemkin is less than 1.5% (only for some radicals and...
Sergey Cheskis
scheskis
Offline Send Email
Jun 11, 2006
2:49 pm
1253
Dear Cantera Users Group, Could you explain if it is possible to set user defined rate coefficients instead of the Arrhenius coefficients ? If this option is...
robikar
Offline Send Email
Jun 14, 2006
3:06 pm
1254
Sorry to spam the list, but Sven, I too would appreciate your routines. Thanks! Jocelyn jocelynrenner@......
jocie_squirl
Offline Send Email
Jun 17, 2006
6:24 pm
1255
Hello guys, First I would like to know if it is possible to run 1-D Flame calculations (in Python) with all species considerd with Le =1, maybe theres a little...
cantera_user
Offline Send Email
Jun 19, 2006
2:05 pm
1256
When I am attempting to update my cantera from the CVS site, I get the following error message when I run the ./configure: ERROR: PYTHON_PACKAGE variable, ,...
jocie_squirl
Offline Send Email
Jun 21, 2006
3:04 am
1257
You should now run 'preconfig', rather than 'configure'. The 'preconfig' script sets some variables and then calls 'configure'. This change was made by Harry...
David Goodwin
dggoodwin
Offline Send Email
Jun 21, 2006
3:09 am
Messages 1228 - 1257 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