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 404 - 433 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
404
Dear Dr. Goodwin or others: I am a beginner for C++/cantera. I managed to install cantera from source sucessfully. The examples for Python work well....
combustion2008
Offline Send Email
Jun 1, 2004
10:06 pm
405
I infer from your statement 'include "c:\.."' that you are doing this on a PC... From the form of the error statement, I'm guessing you are using Visual C++....
David Goodwin
dggoodwin
Offline Send Email
Jun 1, 2004
11:02 pm
406
Dear Dave and cantera group, I am trying to install cantera in my home directory on solaris 2.9 Python is installed on the system, and I have added...
Michael Johnson
vitalianimal
Offline Send Email
Jun 1, 2004
11:30 pm
407
Michael, One problem may be in using '~' in the 'prefix' option to 'configure.' I have found it necessary to use $HOME: ./configure --prefix=$HOME/cantera I...
David Goodwin
dggoodwin
Offline Send Email
Jun 2, 2004
3:11 am
408
Dear Dave, I'm writing because I'm having trouble figuring out how to combine 2 (or better, multiple) kinetics reactors in pressure equilibrium which are...
d_braithwaite
Offline Send Email
Jun 2, 2004
4:50 am
409
Perhaps the best way to explain it is with an example. See the attached Python script and Powerpoint file with results. This script simulates 5 coupled...
David Goodwin
dggoodwin
Offline Send Email
Jun 2, 2004
8:34 pm
410
Cantera 1.5.4 has just been released, You can get it from the sourceforge site as a tar.gz file. I will try to get a binary Windows installer made tomorrow. ...
David Goodwin
dggoodwin
Offline Send Email
Jun 4, 2004
6:49 am
411
Both a binary installer (Cantera154.msi) and a source distribution (cantera-1.5.4-src.zip) for Windows are now available at the sourceforge site....
David Goodwin
dggoodwin
Offline Send Email
Jun 4, 2004
4:49 pm
412
Hello, Is there a way to introduce arbitrary reaction orders into the kinetic rate expressions ? I tried the following: 1) using the FORD, RORD auxillary...
E David Huckaby
e.david.huckaby@...
Send Email
Jun 16, 2004
6:24 pm
413
Dave, Non-integer reaction orders are currently supported for surface reaction mechanisms, but not for homogeneous mechanisms. There is no particular...
David Goodwin
dggoodwin
Offline Send Email
Jun 16, 2004
7:17 pm
414
Dave, Thanks for your help. I have attached a few version of the mechanism in various file formats. Dave H. ... Dave, Non-integer reaction orders are currently...
E David Huckaby
e.david.huckaby@...
Send Email
Jun 16, 2004
8:55 pm
415
Dave, It turned out to be easy to fix. I had already implemented everything needed, except that the reaction orders specified in the input file were being...
David Goodwin
dggoodwin
Offline Send Email
Jun 16, 2004
10:17 pm
416 David Goodwin
dggoodwin
Offline Send Email
Jun 16, 2004
10:31 pm
417
Dave, thanks for your help. I will tell you how its goes. Dave ... Dave, It turned out to be easy to fix. I had already implemented everything needed, except...
E David Huckaby
e.david.huckaby@...
Send Email
Jun 17, 2004
10:05 am
418
Hi, I was using cantera 1.5.3 till now and was able to successfully convert chemkin format files into .cti files. After I installed 1.5.4, I am having trouble...
niveditaah
Offline Send Email
Jun 17, 2004
5:20 pm
419
I just checked out the cantera code via cvs and did configure and make. Make gives an error: make[1]: *** No rule to make target `PureFluidPhase.o', needed by...
kvirgilm
Offline Send Email
Jun 17, 2004
5:42 pm
420
This shouldn't happen, of course. I made only one change to this Chemkin->Cantera conversion code, to better handle differences in line endings between DOS,...
David Goodwin
dggoodwin
Offline Send Email
Jun 17, 2004
5:47 pm
421
I added a file PureFluidPhase.cpp and put it in the Makefile but forgot to add it to the CVS repository. It is there now. Do "cvs update" then redo "make" and...
David Goodwin
dggoodwin
Offline Send Email
Jun 17, 2004
5:57 pm
422
I just tried doing cvs update, and then make again, but I get the same error. As far as I can tell, cvs update did not check out this PureFluidPhase.cpp file....
Karl Meredith
kvirgilm
Offline Send Email
Jun 17, 2004
6:18 pm
423
It works now. I just wasn't patient enough I guess. Thanks....
Karl Meredith
kvirgilm
Offline Send Email
Jun 17, 2004
6:23 pm
424
I checked out the code with cvs, ran make and install. Now the python examples won't work. I get the following error. python mix1.py Traceback (most recent...
kvirgilm
Offline Send Email
Jun 17, 2004
6:39 pm
425
You need to rebuild the Python extension module. The build procedure for the Python extension module cannot always detect when a Cantera library file has...
David Goodwin
dggoodwin
Offline Send Email
Jun 17, 2004
6:56 pm
426
I tried doing what you said: touch Cantera/python/src*.cpp make python make install As far as I can tell it did not recompile the files that I 'touched'. I get...
Karl Meredith
kvirgilm
Offline Send Email
Jun 18, 2004
1:32 pm
427
Karl, You left out a '/'. The files are in subdirectory src of Cantera/python. If all else fails, do 'make clean', followed by 'make'. Dave...
David Goodwin
dggoodwin
Offline Send Email
Jun 18, 2004
1:36 pm
428
I have a code I've been using with 1.5.3. I want to move to 1.5.4. I've installed 1.5.4 and the examples work fine. When I compile my code, I get the...
kvirgilm
Offline Send Email
Jun 18, 2004
8:58 pm
429
Karl, Yes, the flow controllers have changed in 1.5.4, and are now simpler. The use of a PID controller seemed to be overkill, and has now been removed (but...
David Goodwin
dggoodwin
Offline Send Email
Jun 19, 2004
12:14 pm
430
Sorry for this question. I'm not a UNIX programmer, just a chemical researcher. In trying to do the installation of Cantera for Windows XP, I'm trying to run...
Ron Besser
ron_besser
Offline Send Email
Jun 19, 2004
1:03 pm
431
Ron, In that case the best thing to do is just use the binary installer for Windows. Download and run Cantera154.msi. This will install everything you need...
David Goodwin
dggoodwin
Offline Send Email
Jun 19, 2004
1:16 pm
432
Ron, Try "./configure" instead of "configure" Zoran...
Zoran M Djurisic
zorandjurisic
Offline Send Email
Jun 19, 2004
10:14 pm
433
Dave, I made the changes. Now my code snippet looks like: FlowDevice *mfc,*throttle; mfc = new MassFlowController(); throttle= new PressureController(); ...
Karl Meredith
kvirgilm
Offline Send Email
Jun 21, 2004
8:49 pm
Messages 404 - 433 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