Hi, I would like to make some modifications to reaction rates ( w_k divided by a value F ) and thermal & molecular diffusivities (Dth and Dk replaced by...
Hi, I'm actually trying to thicken a 1D flame (in a first time, the premixed, freely propagating and in a second time, the diffusion one) and I'm totazlly...
Hi! I have a similar problem in Matlab. I'm modeling combustion with a cstr and want to ignite the mixture with a variable mass flow rate (to inject H atoms)...
... Yarmond, thank you very much for your reply. That unfortunately did not help in my case. My error is happening when making python-install. Mirko...
... I took one more look at the various emails, and decided to explicitly add the -fPIC option to the CXXFLAGS in preconfig. I then cleaned up and re-built...
Hi... I want to run fortran applications using Cantera and i am having some problems building the link. So, if there is anybody who wants to guide me in this...
I have found a solution to my own problem. I will describe the solution, then my symptoms. However, this solution was found not by myself, but with the help...
Hey, There was a post on this by Dr. Mikolaitis that u probably ... Try this: igniter_mdot = Func('gaussian', 0, [1 0.02 0.2]); x = igniter_mdot(1.0); Dave...
Hi, The first place to do modifications is in the cti or ctml input files for your application. However, let's assume there is a reason why you don't want to...
Hi, I've found the same thing. Specifically, when compiling on 64 bit systems, it's necessary to make sure that all shared libraries have all of their static...
I've been working on building Cantera using MS Visual Studio 2005 from the most recent CVS source, and it appears that the vcproj files in CVS are out of date....
Hi, Actually, it would be a great help. If you could gzip-tar your Cantera win32 directory and send it to me, I can update the repository with them. I was just...
Yes, the source tree structure was changed a while back, and the Visual Studio files weren't updated. Since I no longer use a Windows PC, I don't have easy...
Another thing - I'm sorry for the long delays in postings to the User's Group some of you have experienced. The problem is that I have to approve the posts...
... Guillaume, What do you mean with "thicken a 1D flame"? The thikness is a flame property. Flames are getting thicker only with decreasing pressure. Regards,...
Hi, thanks for your quick response! I saw the post by Dr. Mikolaitis, but it doesn't seem to work. When I execute the commands in Matlab (igniter_mdot =...
Hi, I want to compute an axisymmetric premixed flame against an inert stagnation surface. I tried starting with the python interface using a StagnationFlow...
sir, I am a regular cantera user, I am using matlab to operate cantera. I created nox_mech.cti file using ck2cti convertor then I need to know how to run...
I would like to ask exactly how the rate constant for three-body reactions is computed in Python/Cantera. I compared a hand-calculation of the rate constant...
Hallo, I am trying to compute the multidiffusion coefficients for a CVD model with Python-Cantera at T and P where i have defined all the transport data for...
Hi, the goal is to thicken a flame artificially. For a premixed flame, if you divide reaction rates by a factor F and multiply diffusion by F, you will obtain...
hi, I created nox_mech.cti file using ck2cti convertor.when I run reactor 2.demo with nox-mech.cti file instead of GRI30 the following error is happened. error...
I am trying to install cantera (last CVS update) on SUSE 10.3 64bit. "Make" command finished with the following error: ... running build running build_py ...
try this: edit file "setup.py" in Cantera/python, and comment out the "try" and "except" statements, and the body of the "except" block. Then run it again....
Ok. The easiest way to do this is increasing collisional diameter for every species in transport input file and increase preexponential factors for all...
Hi folks, I would like to write out the kinetic data of some reactions in a gas object. Does anyone know how I can get the pre-exponential frequency factor...
Hi Ben, Cantera uses the thermodynamic data written into the cti file to calculate the equilibrium constant: Kp = exp(-delta_G_rxn/RT)) Kc = Kp*(product...
Hello, I have a similar issue with no module named ctml_writer on my iBook 10.4.11. Here is the error I receive in Matlab (7.4): Traceback (most recent call...
Here's some additional information: I looked back to see if any of the other Matlab demos would run. There are several files (some of the ignite files) that...