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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 257 - 286 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
257
Just starting to play around with cantera - looks pretty impressive so far. I have a quick question on the species input files. In the demo.cpp program I tried...
Pete
pedrog30
Offline Send Email
Jan 13, 2004
6:15 am
258
It should work - what kind of problem did you have?...
David Goodwin
dggoodwin
Offline Send Email
Jan 13, 2004
6:17 am
259
Sorry - not much to go on there eh? In the demo program I just IdealGasMix gas("h2o2.cti","ohmech"); with IdealGasMix gas("nasa.cti"); Guess it's not that...
Pete
pedrog30
Offline Send Email
Jan 14, 2004
2:07 pm
260
Pete, There are a couple of problems. First of all, file nasa.cti only contains species data, so these definitions need to be imported into an "ideal_gas"...
David Goodwin
dggoodwin
Offline Send Email
Jan 14, 2004
2:28 pm
261
Dave, Thanks for the help. I had some chemkin input files around and created the xml input using your utility and all works fine. Have Cantera sucked into my...
Pete
pedrog30
Offline Send Email
Jan 14, 2004
11:20 pm
262
Once a cti file is called, is there a way to change one or more of the rate coefficients of one or more of the reactions (i.e. a Matlab command)? I am...
y2kpac
Offline Send Email
Jan 22, 2004
4:29 pm
263
The only thing you can vary dynamically is the pre-exponential factor, by setting the value of the multiplier for a reaction. You can use the Matlab function...
David Goodwin
dggoodwin
Offline Send Email
Jan 22, 2004
6:47 pm
264
Dear Prof. Goodwin I installed Cantera and tried to run the examples. There came the errors: Procedure: findInputFile Error: Input file gri30.xml not found in...
hoagiaonguyen
Offline Send Email
Jan 29, 2004
11:44 pm
265
Hi, folks! I am a new user of Cantera. Just downloaded it and tried the demos, when I found an execution error. It seems that Matlab R13 (6.5) has a built-in...
Marcus Vinicius Eiffl...
mved2002
Offline Send Email
Jan 29, 2004
11:46 pm
266
Dave, When importing a certain surface mechanism .cti file that I wrote, the following error was returned to me. This was on a Matlab platform. Traceback...
y2kpac
Offline Send Email
Jan 30, 2004
4:42 pm
267
Paul, You have found an inconsistency between what the documentation says and what the code actually does... Replace "stoichiometric_solid" with "pure_solid"...
David Goodwin
dggoodwin
Offline Send Email
Jan 30, 2004
4:53 pm
268
This file should have been included in the distribution but wasn't. If you make a call to GRI30(), it should automatically create gri30.xml in the local...
David Goodwin
dggoodwin
Offline Send Email
Jan 30, 2004
5:05 pm
269
Marcus, I haven't run into this problem before, and have been using that version of Matlab. Maybe it is an issue of setting the Matlab path? I'll look into...
David Goodwin
dggoodwin
Offline Send Email
Jan 30, 2004
5:07 pm
270
Thanks Dave, Changing to "pure_solid" cleared that error. However another one came up which might be a documentation-code inconsistency also. The error is...
y2kpac
Offline Send Email
Jan 30, 2004
7:40 pm
271
The example below shows the correct format: surface_reaction( "CO(s) => CO + Rh(s)", Arrhenius(1.00000E+13, 0, 133.4, coverage = ['CO(s)', 0.0, 0.0, -50.0]) )...
David Goodwin
dggoodwin
Offline Send Email
Jan 30, 2004
8:03 pm
272
Dave, You've help me some ways in getting the surface_reaction mechanism features figures out. Looks like I got the bugs out of the .cti file, but now I am...
y2kpac
Offline Send Email
Jan 30, 2004
11:36 pm
273
The best thing may be to wait for the latest version, which I am almost ready to release. It will probably be ready in a day or two....
David Goodwin
dggoodwin
Offline Send Email
Jan 30, 2004
11:41 pm
274
Hi Dave, About how much longer do you think it will be b4 you release the lastest version? Paul ... almost ... mechanism ... the 'buildwin' ... describing ... ...
y2kpac
Offline Send Email
Feb 2, 2004
4:25 pm
275
I have just now posted the latest source code for Cantera at the sourceforge site (cantera-1.5.3-src.zip), along with a document describing how to build...
David Goodwin
dggoodwin
Offline Send Email
Feb 3, 2004
7:42 pm
276
Dave, indeed it is possible to overload a Matlab built-in function. All I got to do was put the Cantera toolbox folder at the beginning of the Matlab path. I...
Marcus Vinicius Eiffl...
mved2002
Offline Send Email
Feb 7, 2004
1:45 pm
277
Hello all, I have just installed Cantera-1.5.1, but when I attempt to run it from the python interface I receive the following error: Python 2.3.2 (#1, Dec 3...
jepapac
Offline Send Email
Feb 7, 2004
1:46 pm
278
Hi, I'm having major probs. installing "cantera", on an SGI origin 200 (server class system) running SGI Irix 6.5.6 w/ gnu compilers, v. 3.3.2, gcc, g++, g77,...
bmir50
Offline Send Email
Feb 7, 2004
1:49 pm
279
This is a bug in this version. You need to edit file gases.py and remove the reference to ck2ctml on line 8....
David Goodwin
dggoodwin
Offline Send Email
Feb 7, 2004
1:53 pm
280
Brian, It is failing during build of the Cantera Python package, but it does not seem to be a Cantera problem. It is complaining that some long double math...
David Goodwin
dggoodwin
Offline Send Email
Feb 7, 2004
2:27 pm
281
Marcus, I agree it would be better not to overload built-in functions. I'll look into it. Dave...
David Goodwin
dggoodwin
Offline Send Email
Feb 7, 2004
2:31 pm
282
I have added a Windows binary installer for the latest version of Cantera (1.5.3). It contains the Python interface, MATLAB toolbox, demos for both, and some...
David Goodwin
dggoodwin
Offline Send Email
Feb 7, 2004
6:34 pm
283
Dear Goodwin, Would you like to tell me how to use the windows binary installer cantera153.msi? When I type the "configure" to run the configuration script in...
celia
oho_2003
Offline Send Email
Feb 13, 2004
1:02 pm
284
To run the *binary* installer, you don't need to have cygwin or run 'configure.' That is for building Cantera from the source code on Windows. All you need to...
David Goodwin
dggoodwin
Offline Send Email
Feb 13, 2004
3:11 pm
285
When I double-clicked on the msi file to lanch it, I was informed that this installation packet can not be opened and I should confirm it a application...
celia
oho_2003
Offline Send Email
Feb 14, 2004
2:10 pm
286
'msi' files are used by the Windows Installer, which is the standard way to install software on Windows 2000 and Windows XP. The capability to use these files...
David Goodwin
dggoodwin
Offline Send Email
Feb 14, 2004
6:05 pm
Messages 257 - 286 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