I am wondering what went wrong when I tried to use ck2cti to convert n-Heptane, reduced mechanism from: http://www-cms.llnl.gov/combustion/combustion2.html. ...
This is almost certainly due to using a transport database file that was created on another platform. If your transport database is an MS-DOS text file and you...
Hi everyone, I am currently running Cantera-1.5.4.win32 to simulate compression and expansion stroke of an HCCI engine. I use a combined Marinov and GRI...
I am trying to run the demo: reactor1.py with my own mechanism. I converted my mechanism to .cti and got the file: mech.cti Now when I try and run reactor1.py...
William Pitz
pitz1@...
Mar 3, 2005 12:12 am
726
Bill, Try this: mec = importPhase('mech.cti') You don't need to convert the cti file to xml; Cantera handles that automatically. Dave...
Dave, Thanks! Cantera found a problem with a discontinuity in a species thermo which is very useful since as you have pointed out this can cause a problem with...
William Pitz
pitz1@...
Mar 3, 2005 5:54 pm
728
Bill, By default, Cantera flags as an error a negative A coefficient, because it can't easily check that there is a duplicate reaction, and that the sum is...
Dear Dr. Goodwin, is there a way to manage reduced mechanisms with Cantera? for example, in http://firebrand.me.berkeley.edu/griredu.html#sets a chemkin patch...
Dear Dr. Goodwin, I get an error while loading ctml files with gas = IdealGasMix(rxnmech). "negative or zero A coefficient for reaction xxx" But when I lock at...
hi, I tried to install cantera under Linux but ran into problems as I got the error "configure .sh nor found", which was hard to repair. Now I wait to ...
Dear Dr. Goodwin, when I try to compile cantera with gcc 3.4.x following error occurs at ctrpath.cpp: ************************ g++ -c ctrpath.cpp -I../../src...
Dr Goodwin, I am trying to use ck2cti to convert the 1 atm soot model from Howard et al. (http://web.mit.edu/anish/www/mitsootmodel1atmsymp2004.mec) from the ...
Rob, The species with many atoms can be handled by hand-editing the cti file produced by ck2cti. The mechanism you are trying to use has some irreversible...
One could consider fractional product stoichiometric coefficients to be the probability resulting from the branching ratios associated with multiple product...
Hi everybody, I would like to make a wall with a pre-determined speed. In an old message (dated of february 2004),I have seen that it was not possible with...
I thought this might be useful to some of you! I've had a small (but easy to fix) problem defining a reactor as isothermal using the SetEnergy function. I'm...
Put template<> at each line which give out the error message. ... __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new...
Hi, I new in using Cantera. I downloaded Cantera 1.5.5 and Python 2.4 and I'm trying to install the numarray.1.2.3win32-2.3 but I it need Python 2.3... and I...
Hi, I am sorry to write very short about my problems. Did somebody installed successfully cantera-1.5.5 in red hat linux 9. I have got the following error in...
Can somebody send me the corrected "ctrpath.cpp" which compiles smoothly for gcc 3.4.3? Prasat David Goodwin <dgoodwin@...> wrote: See recent previous...
I think that the Intel F90 compiler is not compatible with GCC compiler: the library compiled with the GCC (like for Cantera kernel) can not be used by IF90 ...