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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 778 - 807 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
778
Hello, I am a beginner trying to figure out the temperature limitations on Canteras chemical equilibrium calculations. From what I understand Cantera uses the...
tomas_hurtig
Offline Send Email
May 3, 2005
2:48 pm
779
Tomas, Cantera can use whatever thermo data you provide in the input file. All you need to do is provide high-temperature thermo data in order to carry out...
David Goodwin
dggoodwin
Offline Send Email
May 3, 2005
3:32 pm
780
The temperatures at which failure occur are not necessarily below the polynomial fit ranges; in that case, I understand that there may be problems. I am using...
jcs6a50
Offline Send Email
May 3, 2005
6:48 pm
781
Dear Colleagues, Is it possible to combine CANTERA with the Borland C compiler? If so, how should this be done? With best regards, Arief Dahoe...
aedahoe
Offline Send Email
May 6, 2005
1:19 pm
782
I have not tried this. Has anyone else?...
David Goodwin
dggoodwin
Offline Send Email
May 6, 2005
1:25 pm
783
Hello. I am using Cantera 1.5.5 with Python 2.4 on a Win XP computer, but I have not used Cantera much. I tried to create a Reservoir "res = Reservoir(gas)"...
markscha
Offline Send Email
May 8, 2005
4:38 am
784
OK. I figured it out. Apparently, I should have "from Cantera.Reactor import *" before I use any reactors, reservoirs, etc. Well, you learn something new...
markscha
Offline Send Email
May 8, 2005
10:29 pm
785
Well, just when I was getting productive, I ran into a problem with Cantera/Python. I had Cantera working on this XP workstation, but I was trying to install...
markscha
Offline Send Email
May 11, 2005
3:13 am
786
Mark, I suspect the problem is that the Cantera Python extension module was built to link to one version of the Python DLL, and can't be used with a different...
David Goodwin
dggoodwin
Offline Send Email
May 11, 2005
3:27 am
787
Dave, Thanks for your assistance. When I run the .pyw in IDLE there is no error given. Likewise, if I cut and paste the whole command in a DOS window, it...
markscha
Offline Send Email
May 12, 2005
2:47 am
788
Hello, I need to build a large network of reactors but I am concerned about the CPU time it takes to run a simple reactor network Cantera file. When my ...
gdibildox
Offline Send Email
May 13, 2005
4:58 pm
789
Gerard, The CPU time is nonlinear in problem size since the governing equations for all reactors in a network are integrated together using an implicit ...
David Goodwin
dggoodwin
Offline Send Email
May 13, 2005
5:46 pm
790
If I solve the equilibrium problem using a speficied temperature, I am able to solve it easily for the entire range of enthalpies that I wish to cover. ...
jcs6a50
Offline Send Email
May 13, 2005
9:46 pm
791
One option is to write an outer loop that iterates on T until the desired H is attained. A Newton-like algorithm would probably converge very quickly. With...
David Goodwin
dggoodwin
Offline Send Email
May 13, 2005
10:13 pm
792
How can argon be replaced by nitrogen in flame1? With best regards, Arief...
aedahoe
Offline Send Email
May 16, 2005
4:24 pm
793
Arief, All you need to do is replace h2o2.ct by an input file that has thermo data for N2. One simple way is to import the data and reactions from ... ...
David Goodwin
dggoodwin
Offline Send Email
May 16, 2005
4:43 pm
794
... thermo ... from ... AR ... as the...
aedahoe
Offline Send Email
May 16, 2005
5:20 pm
795
Thanks Dave. Arief ... thermo ... from ... AR ... as the...
aedahoe
Offline Send Email
May 16, 2005
5:22 pm
796
Hi, I'm trying to install Cantera on my Linux machine and when I run the configure script, I get the following messages: checking for Fortran 77 libraries......
jo_vark
Offline Send Email
May 18, 2005
10:14 pm
797
Dear Dave, Following your advice, a .xml file was produced containing the information below (demarcated by ****.xml file****, *****end.xml file*****). My...
aedahoe
Offline Send Email
May 22, 2005
4:06 pm
798
Arief, ... In the file I sent you, I prefaced the species entry with "gri30: ", and also the reactions entry. This means that Cantera will look for these...
David Goodwin
dggoodwin
Offline Send Email
May 22, 2005
7:09 pm
799
Many thanks Dave. It works now. Further question: Some of the reactions in the kinetic scheme are tagged with [options = 'duplicate']. These reactions appear...
aedahoe
Offline Send Email
May 22, 2005
8:50 pm
800
A duplicate reaction means that the reactant and product stoichiometric coefficients are the same (or differ by a constant factor) for the two reactions....
David Goodwin
dggoodwin
Offline Send Email
May 22, 2005
9:06 pm
801
But why do people add the same reaction twice to the scheme? When the chemical equations are viewed upon as a system of algebraic equations, the repeated...
aedahoe
Offline Send Email
May 22, 2005
9:20 pm
802
In some cases, the same reactants may react through 2 different pathways. Suppose for example that 2 diatomics react very differently if they collide...
David Goodwin
dggoodwin
Offline Send Email
May 22, 2005
9:45 pm
803
Dear Dave, Suppose that I have a laminar flame solution at a particular combination of (p,T,phi,Y1..Yn). How can I use this solution at an initial guess to...
aedahoe
Offline Send Email
May 23, 2005
11:34 am
804
Arief If you have a existing flame object ("flame") that you have just completed a solution you can change the boundary conditions (T,Y) through the ...
E David Huckaby
e.david.huckaby@...
Send Email
May 23, 2005
12:35 pm
805
Which version of Visual Studio.Net is needed to compile cantera? Our systems administration gave me Visual Studio.Net 2002 Professional. Arief...
aedahoe
Offline Send Email
May 24, 2005
12:26 am
806
Dear Dave, Should I have Visual Studio.Net, or Visual C++.Net to compile cantera? Arief...
aedahoe
Offline Send Email
May 24, 2005
1:18 am
807
I've noticed that a surface site density can be specified in the cti file for an interface. Does anyone know of a method accessible to the 'interface' class...
Steven C. DeCaluwe
DeCal_12
Offline Send Email
May 24, 2005
12:44 pm
Messages 778 - 807 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