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...
Show off your group to the world. Share a photo of your group with us.

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 527 - 556 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
527
Hello Everyone, I am trying to use Mixmaster, but when I click on the StartMenu, Programs, Cantera and then Mixmaster then a a window opens (like python...
prabhjot102
Offline Send Email
Oct 6, 2004
12:56 am
528
There is probably some path problem. Try this: Start an interactive python session by typing "python" or "pythonw". From the Python prompt, type: from...
David Goodwin
dggoodwin
Offline Send Email
Oct 6, 2004
1:06 am
529
Hi, I am trying to solve species equations in 1-D. I see that the file ImplicitChem.h can be used to get the integrated value of the source term. Has anyone...
niveditaah
Offline Send Email
Oct 7, 2004
10:31 pm
530
Dear Prof. Goodwin, I have OneDim Solve running in Python. When I try to simulate a burner-stabilized, premixed methane+7%toluene/air flat flame with my own...
s_patyk
Offline Send Email
Oct 10, 2004
9:13 pm
531
Steve, There are several things you can try. Probably the best bet is to start with a simpler mechanism and generate a flame solution that can be used as the...
David Goodwin
dggoodwin
Offline Send Email
Oct 10, 2004
9:30 pm
532
All, I have using Cantera to do 1-D flames in python, and would like to use C++ instead. BurnerFlame does not seem to exist in the C++ implementation. Also,...
kvirgilm
Offline Send Email
Oct 13, 2004
2:38 pm
533
Karl, flame1.cpp is out of date, but can be modified fairly easily to work. If I get some free time later today I'll update it. Dave...
Dave Goodwin
dggoodwin
Offline Send Email
Oct 13, 2004
2:53 pm
534
Dave, When flame1.cpp updated, will it be posted in the Files section of Yahoo Groups or will it be updated in the CVS repository? Just wondering where to...
Karl Meredith
kvirgilm
Offline Send Email
Oct 15, 2004
5:09 pm
535
A new document has been posted to the Cantera sourceforge site. It describes how to use Cantera to evaluate properties of several pure fluids with full...
David Goodwin
dggoodwin
Offline Send Email
Oct 17, 2004
6:43 pm
536
I obtained the updated flame1.cpp example from cvs, and I tried to run it. I got the following error messages for these lines. vector<Domain1D*> domains; ...
Karl Meredith
kvirgilm
Offline Send Email
Oct 18, 2004
4:32 pm
537
Hello all, to get an answer to my own question on getting bulk viscosities I made some modification on the cantera-sourcecode. I modified mixtransport.h and...
usenechal
Offline Send Email
Oct 18, 2004
4:52 pm
538
I figured out that it needs to be : vector<Domain1D*> domains; domains.push_back(&inlet); domains.push_back(&flow); domains.push_back(&surf); ... to 'class ......
Karl Meredith
kvirgilm
Offline Send Email
Oct 18, 2004
6:21 pm
539
Ulf, How is getViscosities different from getSpeciesViscosities? Note that these are the pure- species viscosities used in the mixture rule for the mixture ...
Dave Goodwin
dggoodwin
Offline Send Email
Oct 19, 2004
4:10 pm
540
Karl, Yes that is right. I did do a bit of fiddling with this example, but haven't had time to finish updating it... it's on the list of things to do. Dave...
Dave Goodwin
dggoodwin
Offline Send Email
Oct 19, 2004
4:13 pm
541
Dave, yes, you're right 'bulk' was the wrong word, what I mean was the pure species viscosity and thermal conductivity. Sorry for that. The difference between...
usenechal
Offline Send Email
Oct 20, 2004
8:02 am
542
Hello, I am trying to carry out a simulation for ethanol hydrogasification. The kinetics, transport and thermodynamics data is taken from the llnl file which...
prabhjot102
Offline Send Email
Oct 21, 2004
10:39 am
543
Hello Everyone, I wanted to ask a question related to reactor1.m which is in the matlab demos section in cantera. In the program we set the temperature to...
prabhjot102
Offline Send Email
Oct 21, 2004
10:40 am
544
Surinder, This warning is printed when there is a discontinuity in the NASA polynomial fits at the midpoint temperature. As you have found, this can lead to...
David Goodwin
dggoodwin
Offline Send Email
Oct 21, 2004
10:54 am
545
The composition string specifies the relative molar amounts of each species, not the absolute number of moles. This is used to set the mole fractions by...
David Goodwin
dggoodwin
Offline Send Email
Oct 21, 2004
10:56 am
546
Hi, we are using CANTERA in a more-zones-model combustion chamber until now with very good results. We are interested now in the study of knocking in...
rossirafael
Offline Send Email
Oct 22, 2004
11:29 am
547
For those of you in the San Francisco Bay Area who are interested in such things, I will be giving a talk at Stanford next Wednesday Oct. 27 on...
David Goodwin
dggoodwin
Offline Send Email
Oct 22, 2004
11:51 am
548
First of all thanks to everyone for answering the questions which I post here.. I also wanted to know where I can find the mechanism for starch. Surinder ... ...
Surinder Prabhjot Singh
prabhjot102
Offline Send Email
Oct 23, 2004
3:37 am
549
New Cantera user here. Thought I'd toss this in as an FYI: I just (successfully) installed Cantera and Python using the Windows installer on Sourceforge. But...
wick4921
Offline Send Email
Oct 26, 2004
2:53 am
550
I may have missed adding liquidvapor.cti tothe binary Windows distribution - thanks for letting me know. Regarding TCC, it went away when the linux machine...
David Goodwin
dggoodwin
Offline Send Email
Oct 26, 2004
12:39 pm
551
Hi I need example (Cantera - Phyton) to calculate combustion procces in constant volume chamber. (my email: kochzg@...) Thank Kochzg...
kochzg
Offline Send Email
Oct 28, 2004
2:24 pm
552
Is there any documentation of the "substance_flag" function called by liquidvapor.cti? As each of the 5 calls are unique, there's got to be a file somewhere...
wick4921
Offline Send Email
Oct 28, 2004
10:49 pm
553
Hello, My question is related to constant temperature process. I know we can carry out a reaction at constant temperature if we set energy="off" in a reactor...
Surinder Prabhjot Singh
prabhjot102
Offline Send Email
Oct 28, 2004
10:50 pm
554
I am trying to implement a freely propagating flame in AxiStagnFlow. I have made the modifications to the U-velocity equation and the boundary conditions. I...
Karl Meredith
kvirgilm
Offline Send Email
Oct 29, 2004
3:58 pm
555
Karl, Yes, diag is used internally to specify whether a constraint is algebraic or not. An algebraic constraint like the one you are implementing should have...
David Goodwin
dggoodwin
Offline Send Email
Oct 30, 2004
2:06 pm
556
The following should work (not necessarily the best way to do it but should work): Sum the product of the enthalpy_mole (or enthalpy_mass) multiplied by X (or...
wick4921
Offline Send Email
Nov 1, 2004
12:31 pm
Messages 527 - 556 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