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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 972 - 1001 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
972
George, We have published a paper in the last combustion symposium proceedings; where we used Cantera to simulate strained stagnation-point flames and compared...
Bergthorson, Jeffrey M.
jeffb@...
Send Email
Sep 1, 2005
4:48 pm
973
Hello everybody. I just started using Cantera, or at least am trying to start using it. I'm running Mac OS X 10.4.2 with the latest developer tools installed...
Joey Doll
jcdoll@...
Send Email
Sep 5, 2005
4:56 pm
974
Hi everyone, I'm a mechanical engineer and work at a laboratory for automotive engines in Brazil. I was searching programs wich are capable to simulate...
Daniel Carvalho
danfcs
Offline Send Email
Sep 5, 2005
4:57 pm
975
I thought I would repost this because I am still in need of some help. I am still at the same point in trying to link the Fortran project to the C++ project....
killakella2000
Offline Send Email
Sep 9, 2005
2:37 pm
976
I am planning to offer an introductory Cantera workshop at Caltech on Thursday, Sept. 22. This will be a hands-on session in which everyone should come with a ...
David Goodwin
dggoodwin
Offline Send Email
Sep 12, 2005
1:38 pm
977
Hi Michael Tank you very much for your help. I did implement your suggestions and run again 'make', after 'make clean' and 'configure' commands, and no error...
wladimyrmd
Offline Send Email
Sep 12, 2005
10:15 pm
978
Hi Wladimimyr, If I remember well, I've the same problem some times ago. Probably you have to install some python stuffs, like Numerical Python or NumPy, or...
Michele Vascellari
vascellari
Offline Send Email
Sep 13, 2005
8:58 am
979
It looks to me like you need to change some of the default settings of the Fortran project. Cantera is configured to use C-style argument passing, and the...
Dave Goodwin
dggoodwin
Offline Send Email
Sep 13, 2005
1:29 pm
980
Hi Michele Tank you very much for your help. I will try test your suggestion. I hope soon give a position about it. Many Tanks Wladimyr ... Hi Wladimimyr, If I...
Wladimyr Mattos C. Do...
wladimyrmd
Offline Send Email
Sep 13, 2005
7:23 pm
981
Hi Michele I didn't find the checkinstall command. Where can I find it? Second, I just install and run mixmaster cantera 1.6.0 on my debian installatin, but...
Wladimyr Mattos C. Do...
wladimyrmd
Offline Send Email
Sep 13, 2005
10:37 pm
982
Hi Wladimyr, Look like the problem is coming from some environment variable (or path) that are set correctly in your user account and incorrectly in the root...
Julien De Charentenay
julien.decharentenay@...
Send Email
Sep 13, 2005
11:33 pm
983
Good morning Prof. Goodwin I am testing the premixed flame example with python interface (flame2.py) but I get a "segmentation fault" error at the following ...
didomax77
Offline Send Email
Sep 14, 2005
1:05 am
984
David, Thank you for the response. I believe I found all the settings you are referring to. 1. Fortran project "C-style" argument passing: Under the Fortran...
killakella2000
Offline Send Email
Sep 14, 2005
5:45 am
985
Hi Wladimir, You can not find the checkinstall command because it is not installed. Open a shell and after became superuser write: apt-get install checkinstall...
Michele Vascellari
vascellari
Offline Send Email
Sep 14, 2005
9:51 am
986
Wladimyr, In debian to use mixmaster you have to install python-tk: As root type: apt-get install python-tk Michele ... -- Dr. Ing. Michele Vascellari |...
Michele Vascellari
vascellari
Offline Send Email
Sep 14, 2005
10:06 am
987
Hi Michele and Julien I has sucess to compile cantera as regular user and install it as root in a shared area (/usr/local/share/cantera), as suggested by...
Wladimyr Mattos C. Do...
wladimyrmd
Offline Send Email
Sep 14, 2005
3:44 pm
988
I have just put on the sourceforge site a new windows binary installer for Cantera (Cantera160r1.msi). It is smaller than the previous installers, since I...
David Goodwin
dggoodwin
Offline Send Email
Sep 15, 2005
4:36 pm
989
I fixed the problem. In python I ran the following commands: import sys print sys.path which indicated that /Applications/Cantera/bin and /Library/Python/2.3/...
cassandralguy
Offline Send Email
Sep 15, 2005
4:44 pm
990
Joey, Thanks for the information. Maybe this is a difference between Mac OS 10.4 and 10.3, which I am still running. On my system, ...
David Goodwin
dggoodwin
Offline Send Email
Sep 15, 2005
5:02 pm
991
Dear All, I have been trying out this package over the last few days and have really enjoyed it. I do however wonder if somone has compiled a reference manual...
anders_hamstr
Offline Send Email
Sep 21, 2005
7:02 pm
992
In cantera@yahoogroups.com, "anders_hamstr" <anders.hammer.stromman@n. ... I don't know of such a reference manual offhand (there may be one), but a simple way...
brooksmoses1
Offline Send Email
Sep 21, 2005
7:33 pm
993
A few years ago, I also wanted a quick reference guide so I put one together myself. It is for release 1.5.4 and some of the functions may have changed, but...
Shannon Browne
stbrowne5
Offline Send Email
Sep 22, 2005
12:37 pm
994
how to use Cantera works in Matlab environment for task to reduce mechanism for methane....
buragas_x
Offline Send Email
Sep 22, 2005
3:14 pm
995
I am using flame1.m in Matlab to calculate the stand off distance for a burner flame. I need to know the thermal conductivity at each grid point. The...
Jeff Miller
csmnofbobs
Offline Send Email
Sep 28, 2005
4:39 am
996
I am planning to hold a Cantera workshop at UC Berkeley on Thursday, Oct. 13. Like the workshop last week at Caltech, this will be an informal, hands-on...
David Goodwin
dggoodwin
Offline Send Email
Sep 28, 2005
7:49 pm
997
Jeff, To obtain thermal conductivities or other gas properties, you need to define some functions in the matlab or python script that defines your problem. In...
Bergthorson, Jeffrey M.
jeffb@...
Send Email
Sep 28, 2005
9:04 pm
998
Jeffrey, I have been able to get python to give me the information I need about each individual grid point. However, I can't figure out how to get python to...
Jeff Miller
csmnofbobs
Offline Send Email
Sep 29, 2005
8:46 pm
999
Jeff, The "flame" object has a function named "restore". the syntax ( from the help(BurnerFlame) ) is: flame = BurnerFlame(gas = gas, grid = grid) ...
E David Huckaby
e.david.huckaby@...
Send Email
Sep 30, 2005
1:11 pm
1000
Jeff, The "flame" object has a function named "restore". the syntax ( from the help(BurnerFlame) ) is: flame = BurnerFlame(gas = gas, grid = grid) ...
E David Huckaby
e.david.huckaby@...
Send Email
Sep 30, 2005
1:13 pm
1001
Hello Cantera/Mixmaster-user, can anybody tell me which unit has the flux in the reactionpath diagrams of mixmaster? As I understood the descriptions in the ...
albrechtheinzel
Offline Send Email
Oct 11, 2005
7:39 am
Messages 972 - 1001 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