If you're in the Pasadena area and happen to see this license plate, you'll know who's car it is -- mine! I think I have a lock on the state of California, as...
I claim Maryland! Actually looks kinda stylish against that car color. May have to steal the whole idea! ... From: Dave Goodwin To: cantera@yahoogroups.com ...
J. Houston Miller
houston@...
Mar 4, 2008 11:15 am
1859
Hi all, I am using cantera with matlab. I am trying to simulate IC engine combustion using cantera. I got a code in python from Proff. Goodwin for the same. ...
hi, I am a matlab user of cantera .I succeeded to convert chemkin files to cantera cti files using ck2cti programme .next I want to create my own reaction...
I would be very suspicious of trying to calculate any equilibrium property when a reaction that is treated as irreversible is included in the reaction...
Hi, I have been having some issues using objects of class MultiTransport in a multithreaded application. Specifically, I am having trouble with the functions...
What you are doing looks to be okay. I even compiled it and ran it using 1, 2 and 4 threads. It worked fine. I have a linux 64-bit workstation. I used...
Hello, I'm currently working on a code based on C++ Cantera::Domain1D classes. Cantera is truly a great platform for this, as it's fairly simple to overload...
Dear Cantera Users: I wonder if anyone has been successful in parametrizing the set.molefraction() function in Python. I mean, instead of give the composition...
I am trying to model opposed jet configuration and compare the results with those of the experimental set up. The opposed jet solution of cantera doesn't seem...
Hi all, Does anyone have this "updated" KineticsFrame.py file that Dr. Goodwin sent sometime ago? The attachment is not store anymore, and I am having the same...
I have been looking to create a Matlab model of a freely propagating flame. The python example free_h2_air.py uses FreeFlame.py. I have started out by first...
while running a reactor python script on linux, for a loop larger than a critical size, the program suddenly stops, with --Fatal Python error: deallocating...
Hi, Would be grateful if someone please point out where I can find detailed directions for installation on Linux. Also, if someone has experience installing it...
I don't understand what you want to do - what are the data types of things like "CH4:m ole"? I infer that you want to give functors, not numerical values, as...
Hi Peter, For me it is also not clear what do you want to do. Do you mean to add a function to Cantera, which returns a calculated composition based on phi...
Hi Chris, As a first step I would like to recommend you to read a manual for the Premix program from the Chemkin suite where a very good explanation of the...
Thanks Anatoli and Dave for your kind reply. What I meant (not sure what a "functor" is) is to be able to set the mole fractions by using variables instead of...
Anatoli, Thanks for the suggestion I am going to read through that Premix manual I am sure that it will be a great help. It will certaintly help me improve my...
Peter, I'm not as familiar with Python, but in Matlab you can most definitely set mole fractions using a vector/array. I would be surprised if the same...
Hi Ray, I duplicated your example using a POSIX threads implementation (source code enclosed). I didn't find any problems with MultiTransport from your direct...
All, I am not sure if my previous message went through or not. I compiled and ran the original code that Ray supplied on my Linux workstation (gcc 3.4.x for...
Thanks for the replies. For the parts that I was able to get working, I also noticed negligible performance improvements. I wonder if this indicates that...
Dear all, I am new in Cantera and I try to use the demo code flamespeed to calculate the flame property. The fuel is CH4, CO, N2 and H2O mixture. The initial...
Thank you very much Gokul. This is exactly what I was looking for. I already implemented it and it's working. Thanks again. Best regards, Peter ... ...
Why do you say these are not the same reaction? One is written in the reverse direction, but both are reversible. This is not a "bug" in my opinion, but a...