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 300 - 329 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
300
In tut1.m, it says that I can set Entropy and Volume as a pair, however, I can't seem to make this happen in practice. This is what happens for a simple...
Robby-rob
robtpt
Offline Send Email
Mar 9, 2004
2:29 pm
301
Dear Prof. Goodwin, when I try to simulate a counterflow flame with higher strainrates ... Traceback (most recent call last): File...
usenechal
Offline Send Email
Mar 9, 2004
4:11 pm
302
Anybody got any idea how to handle pure liquids in CANTERA? I've created my own CTI file for liquid water (hacked, in part from the nasa.cti file). However,...
ender_olcayto
Offline Send Email
Mar 9, 2004
11:32 pm
303
Rob - This is a bug in the set.m method of class Solution. This has been corrected in the latest release. You can fix it be replacing cantera/@Solution/set.m...
David Goodwin
dggoodwin
Offline Send Email
Mar 9, 2004
11:39 pm
304
Ulf, At high strain rates, it becomes more difficult to find a solution. Often it is possible to find a solution by starting with a solution at a lower strain...
David Goodwin
dggoodwin
Offline Send Email
Mar 9, 2004
11:49 pm
305
Ender, As a workaround, you should be able to use 'pure_solid'. But a much better answer is that in the next release you will be able to work with several pure...
David Goodwin
dggoodwin
Offline Send Email
Mar 10, 2004
12:04 am
306
I downloaded the newest version and now for the same input file, I get the following error: ??? Undefined function or variable 'setState_SV'. Error in ==>...
Robby-rob
robtpt
Offline Send Email
Mar 10, 2004
6:30 am
307
Rob - You are right. I forgot to add this m-file. You can fix it by putting the attached file 'setState_SV.m' in the Cantera matlab toolbox in directory...
David Goodwin
dggoodwin
Offline Send Email
Mar 10, 2004
3:15 pm
308
Dr. Goodwin, Thanks for all your help. I think that file should do the trick, but could you e-mail that to me. For some reason your message on the board says...
Robby-rob
robtpt
Offline Send Email
Mar 10, 2004
8:04 pm
309
I am just wondering if there is another site I can visit to find python examples for equilibrium calculations. The link found on the "documentation" page at...
yorkdalt
Offline Send Email
Mar 11, 2004
7:43 pm
310
Dalton, Yes that link seems to be broken. But the Cantera distribution comes with a set of demos both for Python and Matlab. I also have put a few of these...
David Goodwin
dggoodwin
Offline Send Email
Mar 11, 2004
7:53 pm
311
[This has been crossposted to the Sourceforge bug tracker] It appears that the Cantera-Matlab setMassFractions function doesn't work right if I use a string...
brooksmoses1
Offline Send Email
Mar 12, 2004
11:37 pm
312
Brooks - The problem is that the parser code for some reason requires the composition string to have a space after the commas between species. Actually the...
David Goodwin
dggoodwin
Offline Send Email
Mar 13, 2004
1:02 am
313
Dave - Interesting -- I'm still getting the problem, even when I use spaces ... [...] X Y ... H2 9.694626e-001 6.666667e-001 H...
brooksmoses1
Offline Send Email
Mar 13, 2004
2:41 am
314
Brooks - Based on your result that it fails when setting mass fractions from a string, but works when setting mole fractions, I was able to locate a bug in the...
David Goodwin
dggoodwin
Offline Send Email
Mar 13, 2004
3:59 am
315
Dear all, I have MS Visual C++6 and Visual Fortran. I installed Cantera153 from the source. When I typed "make win-install" in cygwin, it installed the files...
hoagiaonguyen
Offline Send Email
Mar 14, 2004
7:17 am
316
Hoa - In cygwin, set environment variable USER to a valid username that does not contain spaces. This should fix the problem. Dave...
David Goodwin
dggoodwin
Offline Send Email
Mar 14, 2004
7:22 am
317
Thank Dave, I built the ctsetup.exe successfully. But when I run it, it said: Error: file protocxx.dsp not found in /cygdrive/c/cantera- 1.5.3/tools/src I took...
hoagiaonguyen
Offline Send Email
Mar 15, 2004
2:11 am
318
Dear Prof. Goodwin, I just installed Cantera153.msi and tried the reactor1.py for testing ... Traceback (most recent call last): File...
usenechal
Offline Send Email
Mar 15, 2004
6:49 pm
319
Ulf, Regarding the first error, it looks like it cannot find file gri30.cti. Note that a file .cttmp.py is created that contains the commands that it was...
David Goodwin
dggoodwin
Offline Send Email
Mar 15, 2004
9:04 pm
320
Dear all, I have tried to install Cantera 1.5.3 from sources under Windows XP with Visual C++ 6.0 and Intel Fortran 7.0. However, when I typed "make win" under...
combustion2008
Offline Send Email
Mar 18, 2004
1:40 am
321
It's been a few months since the original message was posted, but has anyone made any progress with passing chemistry between two objects (e.g. two reactors in...
freehdom
Offline Send Email
Mar 20, 2004
5:07 pm
322
Josh - I've never looked into what it would take to integrate Cantera reactors with Simulink. But here's another possibility: Cantera maintains an internal...
David Goodwin
dggoodwin
Offline Send Email
Mar 20, 2004
5:20 pm
323
Dear Prof Goodwin, I received this error when compiling the program in Listing 2.1 in "Cantera C++ User's Guide": ...
hoagiaonguyen
Offline Send Email
Apr 2, 2004
8:57 pm
324
It looks like you are not linking to library libcxx.a, where writelog.o is located. Try adding '-lcxx' to your link statement. This change in the libraries was...
David Goodwin
dggoodwin
Offline Send Email
Apr 2, 2004
9:04 pm
325
I am interested in using a series of PSR's and PLR's. I found the example on PSR in CPP. Would you have an example a PLR? My interest is simplied gas turbine...
oldtooluser2
Offline Send Email
Apr 4, 2004
7:07 am
326
Dear Prof Goodwin, I'm very happy for having discovered the Cantera project, and first of all thank you for your contribution. I would like to couple Cantera...
vincenzomulone
Offline Send Email
Apr 8, 2004
4:59 pm
327
Vincenzo, it is certainly possible to write C functions that call Cantera to evaluate surface production rates for a surface mechanism specified in a cti file....
David Goodwin
dggoodwin
Offline Send Email
Apr 8, 2004
7:14 pm
328
Thank you so much prof Goodwin for your time and kindness. I'll let you know some news about the coupling. Best regards (and Happy Easter). Vincenzo....
vincenzomulone
Offline Send Email
Apr 9, 2004
9:18 am
329
Dear Prof. Goodwin, I just installed Cantera153.msi first on the second HD "D:"(where Python2.3.3 is installed), then on the main one "C:" and tried the...
Gianfilippo Coppola
gfcoppola
Offline Send Email
Apr 9, 2004
6:23 pm
Messages 300 - 329 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