Hi Folks I'm trying yet to generate a fullcantera 1.6.0 exacutablesand utils under my AMD x86_64 machine. Ihave a trouble and I wouldlike if someone could...
I'd like to use a reaction mechanism converted from ck format to cti using ck2cti.exe, except I am having trouble implementing the mechanism as an object...
There is a problem with the cantera installation with last sundials release 2.2.0 which includes cvodes version 2.4.0 First the names and the locations of some...
Jonathan, While I can't really comment on how or why ckcti is failing you (my own initial attempts at using it were unsuccessful, and I haven't really had a...
Folks, I am looking for lib files of Cantera to be linked to fortran codes. I wonder where I can find those files. Thanks in advance for your times. Regards, ...
Seyed-Reihani Seyed-A...
sreihani@...
Jun 6, 2006 11:36 am
1235
I'm trying to model a problem where I have two gases with different compositions and pressures separated by a porous barrier. I started from the dustygas.py...
Hi, I try to solve a problem dealing with condensed-phase ideal solutions. For this I've found in the "definingphases.pdf" the hint to a method ...
Bernd Eberhard
eberh@...
Jun 7, 2006 4:06 pm
1238
Bernd, You are right - it is not implemented. But I believe if you are working in C++ some of the classes Harry Moffat has added can handle ideal solutions...
Hi everybody, Is there any document to show Cantera's functions with an explanation about input and output variables, like what we have in CHEMKIN. Regards, ...
Seyed-Reihani Seyed-A...
sreihani@...
Jun 8, 2006 4:00 pm
1240
I'm tyring to install cantera on a Linux machine: uname -m = i686 uname -r = 2.6.9-22.ELsmp uname -s = Linux I updated from CVS today and got the following...
Hi, I believe I can just add the class IdealSolidSolnPhase to Cantera's cvs distribution. I'll try to get that done in the next few days. Harry Harry Moffat...
Dan, I too am finding a problem building on linux, but it is a little different than the problem you describe. However, it occurs at the same point - trying to...
I've been trying to get either version to run "make" and work. Right now, with cantera-1.6.0r2 I'm getting a bundle of mess that starts with this: cd...
Have a look at http://blue.caltech.edu/~dgg/html/index.html which is linked from http://www.cantera.org/wiki/index.php/Main_Page On 6/7/06 12:50 PM,...
I found the source of my earlier problem. It was just a path problem. I was compiling with g++ 4.0.2, but was trying to link to an earlier version of the...
I am just starting my move from chemkin to cantera. I would appreciate very much if somebody can explain me how can I make a calculation of a burner stabilized...
Sergey, All you need to do is call 'setProfile' before calling 'solve'. For example, the Python flame demo script 'flame2.py' could be modified as follows: ...
Actually, its not as complicated as I indicated in my last message. All you have to do is call method 'setFixedTempProfile(zvalues, Tvalues)' of the 'flame'...
Dave, Thank you very much. I've check it with my experimental temperature profile and the difference with chemkin is less than 1.5% (only for some radicals and...
Dear Cantera Users Group, Could you explain if it is possible to set user defined rate coefficients instead of the Arrhenius coefficients ? If this option is...
Hello guys, First I would like to know if it is possible to run 1-D Flame calculations (in Python) with all species considerd with Le =1, maybe theres a little...
When I am attempting to update my cantera from the CVS site, I get the following error message when I run the ./configure: ERROR: PYTHON_PACKAGE variable, ,...
You should now run 'preconfig', rather than 'configure'. The 'preconfig' script sets some variables and then calls 'configure'. This change was made by Harry...