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 1425 - 1454 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1425
I obtain the above error and from previous message (earlier versions of codes) it is clear I have to install NUMARRAY. Am using Python 2.5 and Cantera 1.70...
dbraithwaitem
Offline Send Email
Dec 1, 2006
2:32 pm
1426
It works fine with numarray-1.5.2.win32-py2.5 available on sourceforge (just under numpy in "older numarray" ) ...
Guillaume
dtcafd
Offline Send Email
Dec 1, 2006
3:38 pm
1427
Thanks for the advice - problem resolved ! MB ________________________________ From: cantera@yahoogroups.com on behalf of Guillaume Sent: Fri 01/12/2006 15:35 ...
Braithwaite, Martin
dbraithwaitem
Offline Send Email
Dec 1, 2006
5:03 pm
1428
I want to obtain enthalpies versus temperature for a variety of species that are in the Cantera thermodynamic database. ... [long list of values deleted] I...
Rick_Muller
Offline Send Email
Dec 1, 2006
5:04 pm
1429
yes, that will do it....
David Goodwin
dggoodwin
Offline Send Email
Dec 1, 2006
5:33 pm
1430
Dave, Thanks for your quick response, and thanks again for the breath of fresh air that is the Cantera package. Let's say I want to compute the enthalpy over a...
Rick Muller
Rick_Muller
Offline Send Email
Dec 1, 2006
6:05 pm
1431
[Sorry, hit the SEND button too soon. Message continues...] Dave, Thanks for your quick response, and thanks again for the breath of fresh air that is the...
Rick Muller
Rick_Muller
Offline Send Email
Dec 1, 2006
6:10 pm
1432
Okay, I've answered my own question here. The answer is YES. Here's a little routine that pulls heats of formations (in kcal/mol) out of GRI30: def...
Rick Muller
Rick_Muller
Offline Send Email
Dec 1, 2006
6:52 pm
1433
The fourth option on this page specifies that it is for Python 2.5. http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=32367 Best of luck, ...
Steven C. DeCaluwe
DeCal_12
Offline Send Email
Dec 1, 2006
8:20 pm
1434
Hi, Let's talk about a specific warning that I am noting in 1.7.0 and later about the rules about virtual methods - as in what is and is not ...
spdomin
spdomin@...
Send Email
Dec 2, 2006
7:12 pm
1435
Hi, I started using Cantera with Python only one week ago, and I have a question. I woul simulate an ICE piston starting from the reactor, my problem is to...
dottorato82
Offline Send Email
Dec 2, 2006
7:13 pm
1436
Stefan, The problem is that some old code that should have been removed from Cantera was still present. Class SpeciesThermo1 is no longer used within Cantera....
David Goodwin
dggoodwin
Offline Send Email
Dec 2, 2006
8:01 pm
1437
Daniele, Here is a simple cylinder/piston simulation. ================================================== from Cantera import * from Cantera.Reactor import * ...
David Goodwin
dggoodwin
Offline Send Email
Dec 4, 2006
1:37 pm
1438
Note that "TDC" should be "BDC" in the comments in this script...
David Goodwin
dggoodwin
Offline Send Email
Dec 4, 2006
2:56 pm
1439
Hi, I was just curious if there is some sort of hard coded limit to the number of reactions or species that Cantera can handle. I'm trying to debug a program...
Dan Smyth
dan_gaidin_ut
Offline Send Email
Dec 5, 2006
11:23 pm
1440
Dan, There is no limit to the number of species or reactions. Dave...
David Goodwin
dggoodwin
Offline Send Email
Dec 6, 2006
3:02 am
1441
Hi, I am new to Cantera. I am trying to compile Cantera 1.7 on VC6 platform. I have installed Python, Numarray, and Sundials. Then I opened cantera.dsw from ...
chitral_naik
Offline Send Email
Dec 6, 2006
2:39 pm
1442
Hi All, I have been using cantera for simulating laminar 2d flame for hydrogen air gas combination. I do a ZeroD simulation using Cantera to get the species...
jugantus
Offline Send Email
Dec 6, 2006
2:44 pm
1443
I have successfully compiled cantera 1.7 with Visual C++ 2005 Express (it is free but you must register) ...
Guillaume Daill
dtcafd
Offline Send Email
Dec 6, 2006
6:05 pm
1444
Dan, Just to tell you, I've run with much larger mechanisms, often over 500 (sometimes even over 1000) species and over a thousand reactions with a zero D...
nedatlund
Offline Send Email
Dec 6, 2006
6:46 pm
1445
Hello Guillaume, Thank you for your reply. I am glad that you were able to compile it with VC++ 2005 Express. I am using the same version. I do not have...
Chitral
chitral_naik
Offline Send Email
Dec 7, 2006
12:07 am
1446
Hi, To compile cantera see this file : http://blue.caltech.edu/~dgg/cantera17-vc7.pdf To compile Cantera, I have used the zip version (not the cvs). I've also...
Guillaume Daill
dtcafd
Offline Send Email
Dec 7, 2006
9:04 am
1447
Hi, I´m trying to get the reactionrates out of a gas reaction within a CSTR. Is there any command for displaying the reaction rate? Perhaps it is a stupid...
omez_de
Offline Send Email
Dec 8, 2006
11:25 am
1448
Hi Thomas, Are you using the Matlab interface? If so, you can get the production, destruction, or net rates with the functions "creationRates.m,"...
Steven C. DeCaluwe
DeCal_12
Offline Send Email
Dec 8, 2006
3:33 pm
1449
Hello, I am wondering if it would be possible to add an inert version of H2 into the GRI30 species list and then incrementally add this to the reacting amount...
Brian
randalthor83
Offline Send Email
Dec 11, 2006
3:28 pm
1450
Hi all, I am trying to compile and build a basic demo program (demo.cpp) using visual studio.net (2003) and cantera 1.5.5. I am having linking errors and these...
shyam_umcp
Offline Send Email
Dec 12, 2006
4:13 pm
1451
It looks like you need to add the cantera libraries to the linker input. I just started looking at Cantera 1.7 with SUNDIALS and the VC7 demo solution links...
bertbell2
Offline Send Email
Dec 12, 2006
9:34 pm
1452
Version 1.5.5 is very old. I suspect your problems would all be solved by getting version 1.7.0...
David Goodwin
dggoodwin
Offline Send Email
Dec 12, 2006
9:39 pm
1453
I am trying to install cantera 1.7.0 on core 2 duo computer with 64 bit SuSe 10.2. 1.I found that if I use external lapack, blas libraries optimised by ATLAS i...
scheskis
Offline Send Email
Dec 16, 2006
4:58 pm
1454
Hello, I am trying to write a code to simulate a plug flow with fixed temperature profile and variable area along the length. Does anyone have any example of...
chitral_naik
Offline Send Email
Dec 28, 2006
5:55 pm
Messages 1425 - 1454 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