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 368 - 398 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
368
Zoran, I looked into it, and it seems there is a bug in setFixedTempProfile in Python. To fix it, in the Cantera Python modules edit file OneD/onedim.py....
David Goodwin
dggoodwin
Offline Send Email
May 1, 2004
2:01 pm
369
Dave, The following reaction (as it appears in CKII's chem.inp): MEALL+ MEALL = C4H6+ C4H8 3.160E+12 0.0 0.0 is interpreted by ck2cti...
zorandjurisic
Offline Send Email
May 3, 2004
1:18 pm
370
Dave, (This may belong to the wish-list) Is is possible to reduce an appearance of negative preexponential factors to a level of warning (unless you use it in...
zorandjurisic
Offline Send Email
May 3, 2004
1:28 pm
371
Dear Prof Goodwin, regarding diamond surface chemistry, since I have no access to the cited "Journal of Phys. Chemistry vol 97 23-28(1993)", could you please...
vincenzomulone
Offline Send Email
May 3, 2004
3:24 pm
372
Dear Prof. Goodwin, is it possible to calculate the laminar flame speed ? As far as I know I have to make the "burner stabilized one-dimensional flame" ...
usenechal
Offline Send Email
May 4, 2004
8:49 am
373
I am trying to get the CSTR example that is posted on this site to work. I am having trouble compiling it. I get the following error: g++ -c cstr.cpp ...
kvirgilm
Offline Send Email
May 4, 2004
1:41 pm
374
I will be out of the office starting 4May2004 and will not return until 12May2004. Best Regards....
Chaur S. Wen
d26703
Offline Send Email
May 4, 2004
2:13 pm
375
Ulf, Unfortunately, freely-propagating flames are not yet implemented. It is not particularly hard to do, but I have not found the time to do it. If anyone...
David Goodwin
dggoodwin
Offline Send Email
May 4, 2004
2:33 pm
376
I would recommend checking out the latest version of the source code from the CVS repository at the Cantera sourceforge site. Instructions on how to do this...
David Goodwin
dggoodwin
Offline Send Email
May 4, 2004
2:49 pm
377
The Fortran 90 interface in module "cantera" (defined in ctmod.f) includes the statement "use cttypes". I am unable to determine where cttypes is defined. Does...
rcm6189
Offline Send Email
May 5, 2004
11:49 am
378
Dear Collegues, The present comment deals with the install of cantera-1.5 (or -1.5.2) on a Gentoo Linux workstation (stable packages). The tar file was copied...
tlepo2000
Offline Send Email
May 11, 2004
10:44 pm
379
I think it is a Fortran problem. Probably it is not finding some Fortran library. Maybe try running the default 'configure' script without modifications...
David Goodwin
dggoodwin
Offline Send Email
May 12, 2004
3:33 am
380
Hi all, Has anyone tried to install cantera using Microsoft Visual Studio.net? I get error messages in the source file ct.cpp when I try to build all. Thanks, ...
niveditaah
Offline Send Email
May 12, 2004
10:57 pm
381
... Thank you very much for your rapid answer, Dr Goodwin. You are right there is some problems with my Fortran librairies. I followed your suggestion. However...
tlepo2000
Offline Send Email
May 13, 2004
11:19 am
382
Hello everybody, I have installed Cantera 1.5 on a Mandrake 9.1 Linux distributiun. The setup procedure worked fine and now I am trying to make a few first ...
danielschanz
Offline Send Email
May 13, 2004
3:10 pm
383
... The problem is fixed. On my Gentoo Linux, 'which g77' run under root does not indicate the path towards g77. However this command works for any user. ...
tlepo2000
Offline Send Email
May 13, 2004
6:30 pm
384
Dear Prof Goodwin, is the "Multi" transport model implemented in Cantera-Python ? When I run the Python demo file npflame1.py, after substituting : gas =...
gfcoppola
Offline Send Email
May 14, 2004
4:56 pm
385
Gianfilippo, The problem is only in how the initial estimate for the solution is computed in module CounterFlame.py. If you specify a multicomponent transport...
David Goodwin
dggoodwin
Offline Send Email
May 14, 2004
5:26 pm
386
Dear all, On Cantera 1.5 -- Listing 3.1 (the C++ manual; see also the message by D. Schanz), the compilation returns an error because printSummary is not...
tlepo2000
Offline Send Email
May 20, 2004
1:45 pm
387
Thierry, You don't need printSummary. You can just substitute cout << gas; and it will do the same thing. ... by...
kvirgilm
Offline Send Email
May 20, 2004
2:39 pm
388
... Thank you kvirgilm. Indeed it is straighforward. (1)I also replaced: IdealGasMix g("silane.xml"); by IdealGasMix g("silane.xml", "silane"); (2)and I added:...
tlepo2000
Offline Send Email
May 20, 2004
4:27 pm
389
Attached to this message is a flyer and registration form for the Cantera Workshop, which will be held Sunday, July 25 at the Holiday Inn Chicago Downtown....
David Goodwin
dggoodwin
Offline Send Email
May 21, 2004
1:57 pm
390
Dear Goodwin, I am now trying to run Cantera with the GRI30 'modified' to take into account Helium. I produced the 'modified' gri30.cti using the command line...
gfcoppola
Offline Send Email
May 21, 2004
4:17 pm
391
Gianfilippo, The problem is that helium has such a small Lennard-Jones well depth that the non-dimensional temperature needed to compute the fits to the ...
David Goodwin
dggoodwin
Offline Send Email
May 21, 2004
5:37 pm
392
Dr. Goodwin, For those of us who cannot possibly make this conference, would there be another possibility of getting the tutorials discussed there and perhaps...
Joshua Pence
joshuapence
Offline Send Email
May 21, 2004
6:36 pm
394
I am having a bit of a problem with compiling Cantera in Dev-C++. Apparently, I do not have the 'Cantera' header file ('Cantera.h') on my system, although I...
Joshua Pence
joshuapence
Offline Send Email
May 27, 2004
3:35 pm
395
Dear Joshua, When you want to use Cantera in your own programs, it is not enough to just download cantera153.msi, because this contains only already compiled...
Ulf Sénéchal
usenechal
Offline Send Email
May 27, 2004
4:10 pm
396
What are the possible reasons for the following error when executing the equilibrate(gas,'HP') command? "Cannot find an acceptable Newton damping coefficient" ...
y2kpac
Offline Send Email
May 27, 2004
4:12 pm
397
Joshua, It seems that the header files needed to build C++ applications got left out of cantera-1.5.3-src.zip. I would recommend getting Cantera from...
David Goodwin
dggoodwin
Offline Send Email
May 27, 2004
4:13 pm
398
How does one limit the max number of grid points? I have OneDim Solve running in Python on both grad and curv 0.01 or so. It reports that the grid size...
Zoran Djurisic
zorandjurisic
Offline Send Email
May 27, 2004
4:26 pm
Messages 368 - 398 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