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...
Thanks for the advice - problem resolved ! MB ________________________________ From: cantera@yahoogroups.com on behalf of Guillaume Sent: Fri 01/12/2006 15:35 ...
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...
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...
[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...
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, ...
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@...
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...
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....
Daniele, Here is a simple cylinder/piston simulation. ================================================== from Cantera import * from Cantera.Reactor import * ...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...