Hi Sergey, Yes, all libraries have to be compiled with the -fPIC option. For libctmath.a, this means setting the FFLAGS environmental variable to something...
Thanks David, I had a look at the direction you told and yes the is the DebyeHuckell implementation of the activity coefficient. And as rightly documented it...
This message is for those of you who are compiling Cantera from source code from CVS... I am about to make some significant changes to the directory structure...
Dear Dr. David Goodwin, I am trying to launch MixMaster, but I couldn't succeed so far. It gives me the following error in Python Shell: Traceback (most recent...
Hello everybody, I am using Cantera freely propagating flame model to simulate laminar burning velocities for syngas. At present time I am testing several...
The problem is that there is no script "setup.m" in the directory Cantera/mmatlab! Probably I'm doing some huge mistake in the installing procedure, because...
Hi Harry, I added -fPIC to the make files in fortran and etc/f2c-math directories. Only after it I could overcome the previous problem. However now I met the...
Hie, I am working on reduced mechanism using the steady-state assumbptions. I have various semi-global mechanisms for methane oxydation hard coded in cpp...
I'm having a little trouble building Cantera 1.7.1 from cvs on my machine (PowerBook G4, ppc, OSX 10.4.9, Python 2.5.1, numarray, gcc, sundials 2.3). Running...
Kevin, Well, I did check in everything for version 1.7.1, but I haven't announced that it is ready... so there may be some small glitches like you are finding...
Dave, Thanks for your response. When I try something like: ... ___________________________________________ I don't have any problems, so it looks like using...
Hello, Looking in the gri.xml file I found three "phase" nodes with different attributes containing practically the same information except a name of the...
I am trying to use Cantera (Cantera-1.7.0-src.zip using VC7) with Fortran90 on Windows XP using Salfords Plato compiler. I have built the .msi installer using...
Cantera 1.7.1 is ready to be checked out from CVS for unix/linux/Mac users. It is probably best to check out a fresh working copy, rather than update an...
Hello David, I successfully installed Cantera 1.7.1 on suse 10.2 both 32 and 64 bit. At the moment I have checked only the matlab demo. Some problems: 1. I was...
David, The main problem that I met is in my attempt to use a fixed temperature profile in a premixed flat burner flame in matlab. I tried to write the script...
Hi, is there something like a documentation to the fortran 77/90 interface to cantera for the current version? I was looking through the internet and I just...
Werner, The documentation for the Fortran interface has not been updated in quite a while. But if you want to do zero-D reactor simulations, I would recommend ...
For those of you who may not know about it, there is extensive Cantera documentation here: http://blue.caltech.edu/~dgg/html In addition, I have just now set...
I saw that the Reactor and FlowReactor classes still only have isothermal and adiabatic options. I'd like to implement a variable T-P model, preferably...
I continue to receive the following error: Traceback (most recent call last): File "/Applications/Cantera/demos/python/flames/adiabatic_flame.py", line 5, in ...
... P ... conflict ... Hello Kevin, I started to use Cantera very recently and therefore could be wrong. I hope that David will correct me if I propose...
Hello, everyone. Recently I am tring to make a cit file for some gas reactions ( for producing HCL)which are not included in the cantera data file. Is there...
Hi everybody, I am using Cantera and I have written a small program that recall the subroutine rnxpath.py. In such a way I am able to build reaction path ...