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 904 - 933 of 1972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
904
Hello all, I was wondering--is there any way for the matlab interface to produce an array of charges for each species within a phase? There aren't any...
Steven C. DeCaluwe
DeCal_12
Offline Send Email
Jul 1, 2005
5:23 pm
905
Steven, You can easily access the species charges in C++; I don't recall now if it is available in MATLAB. As far as 'display.m', it certainly could be a...
David Goodwin
dggoodwin
Offline Send Email
Jul 1, 2005
6:58 pm
906
Dear Mr Goodwin, I finally manage to use the mixture equilibrate command (I work with Matlab6.5 in Windows environment) using Cantera1.6. I work with a ...
chrtom1979
Offline Send Email
Jul 2, 2005
12:18 pm
907
Perhaps this is a MATLAB problem. In MATLAB, there is no way that I can find to delete the C++ Cantera object when the MATLAB 'shadow' object is deleted...
David Goodwin
dggoodwin
Offline Send Email
Jul 2, 2005
12:45 pm
908
Where do you set the axial velocity at a boundary and what classes of boundaries can it be set for? Scott...
Scott
thawdog
Offline Send Email
Jul 5, 2005
9:25 pm
909
Hello Cantera-Users, I'm running Cantera on a windows-machine and I would like to compile Fluent-udf together with Cantera. So far I didn't figure out how to...
albrechtheinzel
Offline Send Email
Jul 6, 2005
6:48 am
910
Hi, I want to create an fortran 77 interface for c++ cantera libraries under Linux (I'm using gcc 3.3.5). I don't have problems using Cantera in C++, python,...
Michele Vascellari
vascellari
Offline Send Email
Jul 6, 2005
8:05 am
911
Scott, The axial velocity at the boundary is set indirectly when the mass flux, temperature and composition of the "Inlet"(s) boundary is set. For example in...
E David Huckaby
e.david.huckaby@...
Send Email
Jul 6, 2005
1:24 pm
912
Hi Dave I fixed the problem myself by adding: from Cantera.OneD.StagnationFlow import StagnationFlow below the from Cantera.OneD import * statement. /Martin...
msrasmus
Offline Send Email
Jul 6, 2005
3:04 pm
913
Dear dave I just updated to 1.6, and when I try to run the catcomb.py demo, I recieve an error stating that "StagnationFlow" is not defined. Is this kind of...
msrasmus
Offline Send Email
Jul 6, 2005
9:52 pm
914
Michele, The f77 demo program needs a small update to work with Cantera 1.6. Do this: 1. In file "demo_ftnlib.cpp" add the line #include <cantera/Cantera.h> ...
David Goodwin
dggoodwin
Offline Send Email
Jul 6, 2005
11:21 pm
915
Dr. Goodwin, I am having a similar problem with the ram in Matlab using equilibrate. As I have discussed before, I am using several nested loops to calculate...
Jeff Miller
csmnofbobs
Offline Send Email
Jul 7, 2005
12:56 am
916
Thanks Dave! Now I can compile the f77 cantera demo. Michele ... -- Dr. Ing. Michele Vascellari | Dipartimento di Ingegneria Meccanica tel ++39-70-6755741 |...
Michele Vascellari
vascellari
Offline Send Email
Jul 7, 2005
7:53 am
917
Dr. Goodwin, I realized how to get around the problem that using "clear all" and "cleanup" deletes all of the loop variables, as well as the data I want to...
Jeff Miller
csmnofbobs
Offline Send Email
Jul 7, 2005
9:20 pm
918
Dear Dr. Goodwin, Hello, this is Steven DeCaluwe, at the University of Maryland. I am trying to model charge-transfer reactions at the TPB in an ...
Steven C. DeCaluwe
DeCal_12
Offline Send Email
Jul 7, 2005
9:25 pm
919
Jeff, Can you send me your m-file, so I can reproduce the problem? Dave...
David Goodwin
dggoodwin
Offline Send Email
Jul 7, 2005
10:35 pm
920
Dear Dave I have a feeling the problem is not isolate to Matlab, when I run the demo script: adiabatic.py, I observe a similar trend using python. The...
Martin Skov Skjøt...
msrasmus
Offline Send Email
Jul 8, 2005
2:53 pm
921
I think Python is much better at memory management....
David Goodwin
dggoodwin
Offline Send Email
Jul 8, 2005
3:38 pm
922
Steven, What you are trying to do should work, but unfortunately does not. The syntax is different than that described in the documentation. I will send you...
David Goodwin
dggoodwin
Offline Send Email
Jul 8, 2005
3:39 pm
923
Dr Goodwin, Here are the m-files that cause the problem, along with the cti file containing the thermodynamic data I am using. The first file,...
jemiller@...
csmnofbobs
Offline Send Email
Jul 8, 2005
10:14 pm
924
Hi albert I work by fluent I want some information about cantera software can you send it to me? thanks regards albrechtheinzel...
nasser rasooli
nasser_rasooli
Offline Send Email
Jul 8, 2005
11:16 pm
925
Jeff, You are creating lots of Cantera objects in loops that execute many times. This is a problem. For functions like IdealGasMix and importPhase, you...
David Goodwin
dggoodwin
Offline Send Email
Jul 11, 2005
12:36 am
926
Hi, I was attempting to find the time to equilibrium using a reactor model with 1 inlet and 1 outlet. I set the supply T,P,X and keep the pressure constant...
Scott
thawdog
Offline Send Email
Jul 12, 2005
11:22 pm
927
Scott, The temperature, pressure, and composition may appear to "jump" if there is an ignition event. Try plotting the mass or mole fractions on a log scale...
David Goodwin
dggoodwin
Offline Send Email
Jul 13, 2005
12:22 am
928
I'm new to Cantera. Just installed it today. But based on the documentation online it does not appear that Cantera is currently capable of handling 1D...
jayrodnu
Offline Send Email
Jul 13, 2005
2:06 pm
929
JLK, I have implemented a 1D spherical model in Cantera for my own research. It is not incorporated into the Cantera distribution however. Also, it is only ...
Karl Meredith
kvirgilm
Offline Send Email
Jul 13, 2005
3:07 pm
930
Hello all, I just wanted to give an update--the problems I was having with display.m were in fact solved when I upgraded from matlab 6.1 to 7.0; anyone having...
Steven C. DeCaluwe
DeCal_12
Offline Send Email
Jul 14, 2005
7:50 pm
931
Is there a way to increase the number of iterations done by equilibrate. For the code below, i get an error message that there is "no convergence in 1000...
moviesany
Offline Send Email
Jul 16, 2005
11:43 am
932
Hi Karl, I am interested in the code. Is there any possibility to get it? regards Sven ... JLK, I have implemented a 1D spherical model in Cantera for my own...
Sven Jerzembeck
cantera_user
Offline Send Email
Jul 18, 2005
1:28 pm
933
Tt was fabulous that version 1.5 included a Visual Studio .net solution file. It made cantera fantastically easy to build from source. It also included a...
R A Hunt
rahunt_xyz
Offline Send Email
Jul 22, 2005
11:56 pm
Messages 904 - 933 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