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 644 - 673 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
644
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...
dlignell
Offline Send Email
Jan 1, 2005
11:05 pm
645
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 1, 2005
11:10 pm
646
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...
martin olausson
rauskopf
Offline Send Email
Jan 3, 2005
11:54 am
647
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...
prabhjot102
Offline Send Email
Jan 3, 2005
9:51 pm
648
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...
ajaymehta2005
Offline Send Email
Jan 3, 2005
9:53 pm
649
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...
Moffat, Harry K
hkmoffat
Offline Send Email
Jan 4, 2005
12:53 am
650
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 4, 2005
9:17 am
651
Ajay, It's hard to say what is going on without more information. If you specify the conditions that cause the problem, I'll take a look at it....
David Goodwin
dggoodwin
Offline Send Email
Jan 4, 2005
9:22 am
652
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...
Moffat, Harry K
hkmoffat
Offline Send Email
Jan 4, 2005
3:48 pm
653
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...
rahunt_xyz
Offline Send Email
Jan 4, 2005
9:45 pm
654
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 5, 2005
3:59 am
655
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...
albrechtheinzel
Offline Send Email
Jan 5, 2005
1:14 pm
656
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 6, 2005
3:37 am
657
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 6, 2005
11:17 am
658
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...
R A Hunt
rahunt_xyz
Offline Send Email
Jan 6, 2005
7:57 pm
659
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 6, 2005
9:19 pm
660
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...
rahunt_xyz
Offline Send Email
Jan 6, 2005
11:26 pm
661
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 8, 2005
10:24 pm
662
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...
albrechtheinzel
Offline Send Email
Jan 12, 2005
8:09 pm
663
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 12, 2005
8:32 pm
664
Hello, I'm using Cantera in combination with Matlab/Simulink doing dynamic calculations of a steam reforming process of methane. The Cantera calculation is...
bjoern_eide
Offline Send Email
Jan 13, 2005
1:08 pm
665
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 13, 2005
3:12 pm
666
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 13, 2005
6:51 pm
667
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 14, 2005
2:12 pm
668
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 ...
albrechtheinzel
Offline Send Email
Jan 17, 2005
1:16 pm
669
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 17, 2005
2:12 pm
670
many thanks for this quick response - I try this ... From: "David Goodwin" <dgoodwin@...> To: <cantera@yahoogroups.com> Sent: Monday, January 17, 2005...
Albrecht Heinzel
albrechtheinzel
Offline Send Email
Jan 17, 2005
2:20 pm
671
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...
Michele Vascellari
vascellari
Offline Send Email
Jan 18, 2005
10:52 am
672
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...
bjoern_eide
Offline Send Email
Jan 19, 2005
5:03 am
673
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...
David Goodwin
dggoodwin
Offline Send Email
Jan 19, 2005
7:24 am
Messages 644 - 673 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