I am trying to build version 1.5.5 on Windows XP. I am using cygwin exclusively for the build process (fortran and c). I believe I have run configure...
David, The problem is that the version of Python you have was compiled with Visual C++. If you want to build the Cantera Python extension module with...
Hi, As I mentioned in a previous mail I'm trying to use Cantera in fluent. I now have a minor memory leak problem etc. I'm using Cantera to calculate an...
I have carried out a simulation for certain amount of time and later I want to add water into it (water is already there in the reactor, but I want to add...
I am a new user for Cantera.. I was checking equilibrium conditions for certain reactions. I have a problem. I carried out a reaction by specifying a...
Hi, You can get Cantera to work exclusively within cygwin on the windows PC platform, if you use the python module that comes with cygwin. You need to download...
Surinder, Since the reactor object stores its state internally, changing the state of the gas won't change the state of the reactor. The gas object is used by...
Hi, At one point, I took a look at memory leak issues within Cantera using the program valgrind on linux. I either didn't find any or I eliminated them, at...
We are working on some MATLAB code that uses the tpx part of Cantera and are finding some trouble when trying to simultaneously set entropy and pressure for...
Rebecca, There was a problem with ext/tpx/Sub.cpp that I have now fixed. The problem was created when I put in a seemingly-reasonable error check, that had the...
Dear Harry, I'm writing because I have some question concerning the memory leak issue that was discussed in this forum a few days ago. First let me describe...
There may still be some memory leaks in Cantera that only show up in very long runs (of Fluent for example). I'll see if I can find anything leaking related...
Martin, I found and fixed 2 memory leaks. One was in the assignment operators in the vector classes in ctvector.cpp, and the other was in showSolution in...
Thank you very much! That did indeed fix that problem as shown in the matlab file. However, I'm getting the same error again in a similar situation (setting T...
As a workaround, since you are building from the source code you could simply go into Sub.cpp and comment out the check on the densities that causes that...
I'm working on writing some examples in C++, and I'm not sure how to work with PureFluids. I have two questions. First, I'm not quite sure how to initialize a...
Rebecca, As it turns out, the C++ interface to allow working with liquid/vapor equations of state was not finished. Now it is, at least for water. Now there...
Hi, I have a question about using the mixmaster. I'm trying to use its reaction path feature. Therefore I want to load a csv-file with some data from a...
I think this is due to a bug that has now been fixed as of version 1.5.5rev3, If you get Cantera from CVS, just update to the latest version. Otherwise I...
Hello, I'm using Cantera in combination with Matlab/Simulink doing dynamic calculations of a steam reforming process of methane. The Cantera calculation is...
I have posted some new PDF files at the Cantera sourceforge site in the "Cantera Documentation" package. Now all presentations from the workshop last summer...
I am looking for a postdoc to work on a new program focused on developing computational tools for modeling electrochemical systems, including but not limited...
Bjorn - This is not simply a negative mole fraction. "-1.#IND" means it is indeterminate, which likely means it divided by zero somewhere. Usually this means...
Hi Cantera-users, I'm writing to get some help with the cantera reactor objects. I do some transient reactor network simulation. One of the reactors in the ...
Albrecht, I don't think that will work very well, since reactor time integration must be restarted after you modify the gas composition. In general, any...
many thanks for this quick response - I try this ... From: "David Goodwin" <dgoodwin@...> To: <cantera@yahoogroups.com> Sent: Monday, January 17, 2005...
Dear all, I've downloaded the last version of Cantera on Sourgeforce (1.5.5r3) amd I would to install it on a Linux PC (I use a Mandrake 10.1 distribution with...
Hello David, I've taken the Cantera part out of the Simulink model to eliminate the influence of the feedback due to the differential equation. The problem of...
I have put a new version of the Windows binary installer (Cantera155.msi) on the sourceforge site. It should be complete now, and it contains a powerpoint...