In tut1.m, it says that I can set Entropy and Volume as a pair, however, I can't seem to make this happen in practice. This is what happens for a simple...
Anybody got any idea how to handle pure liquids in CANTERA? I've created my own CTI file for liquid water (hacked, in part from the nasa.cti file). However,...
Rob - This is a bug in the set.m method of class Solution. This has been corrected in the latest release. You can fix it be replacing cantera/@Solution/set.m...
Ulf, At high strain rates, it becomes more difficult to find a solution. Often it is possible to find a solution by starting with a solution at a lower strain...
Ender, As a workaround, you should be able to use 'pure_solid'. But a much better answer is that in the next release you will be able to work with several pure...
I downloaded the newest version and now for the same input file, I get the following error: ??? Undefined function or variable 'setState_SV'. Error in ==>...
Rob - You are right. I forgot to add this m-file. You can fix it by putting the attached file 'setState_SV.m' in the Cantera matlab toolbox in directory...
Dr. Goodwin, Thanks for all your help. I think that file should do the trick, but could you e-mail that to me. For some reason your message on the board says...
I am just wondering if there is another site I can visit to find python examples for equilibrium calculations. The link found on the "documentation" page at...
Dalton, Yes that link seems to be broken. But the Cantera distribution comes with a set of demos both for Python and Matlab. I also have put a few of these...
[This has been crossposted to the Sourceforge bug tracker] It appears that the Cantera-Matlab setMassFractions function doesn't work right if I use a string...
Brooks - The problem is that the parser code for some reason requires the composition string to have a space after the commas between species. Actually the...
Brooks - Based on your result that it fails when setting mass fractions from a string, but works when setting mole fractions, I was able to locate a bug in the...
Dear all, I have MS Visual C++6 and Visual Fortran. I installed Cantera153 from the source. When I typed "make win-install" in cygwin, it installed the files...
Thank Dave, I built the ctsetup.exe successfully. But when I run it, it said: Error: file protocxx.dsp not found in /cygdrive/c/cantera- 1.5.3/tools/src I took...
Ulf, Regarding the first error, it looks like it cannot find file gri30.cti. Note that a file .cttmp.py is created that contains the commands that it was...
Dear all, I have tried to install Cantera 1.5.3 from sources under Windows XP with Visual C++ 6.0 and Intel Fortran 7.0. However, when I typed "make win" under...
It's been a few months since the original message was posted, but has anyone made any progress with passing chemistry between two objects (e.g. two reactors in...
Josh - I've never looked into what it would take to integrate Cantera reactors with Simulink. But here's another possibility: Cantera maintains an internal...
It looks like you are not linking to library libcxx.a, where writelog.o is located. Try adding '-lcxx' to your link statement. This change in the libraries was...
I am interested in using a series of PSR's and PLR's. I found the example on PSR in CPP. Would you have an example a PLR? My interest is simplied gas turbine...
Dear Prof Goodwin, I'm very happy for having discovered the Cantera project, and first of all thank you for your contribution. I would like to couple Cantera...
Vincenzo, it is certainly possible to write C functions that call Cantera to evaluate surface production rates for a surface mechanism specified in a cti file....
Thank you so much prof Goodwin for your time and kindness. I'll let you know some news about the coupling. Best regards (and Happy Easter). Vincenzo....
Dear Prof. Goodwin, I just installed Cantera153.msi first on the second HD "D:"(where Python2.3.3 is installed), then on the main one "C:" and tried the...