Hello all, I was wondering--is there any way for the matlab interface to produce an array of charges for each species within a phase? There aren't any...
Steven, You can easily access the species charges in C++; I don't recall now if it is available in MATLAB. As far as 'display.m', it certainly could be a...
Dear Mr Goodwin, I finally manage to use the mixture equilibrate command (I work with Matlab6.5 in Windows environment) using Cantera1.6. I work with a ...
Perhaps this is a MATLAB problem. In MATLAB, there is no way that I can find to delete the C++ Cantera object when the MATLAB 'shadow' object is deleted...
Hello Cantera-Users, I'm running Cantera on a windows-machine and I would like to compile Fluent-udf together with Cantera. So far I didn't figure out how to...
Hi, I want to create an fortran 77 interface for c++ cantera libraries under Linux (I'm using gcc 3.3.5). I don't have problems using Cantera in C++, python,...
Scott, The axial velocity at the boundary is set indirectly when the mass flux, temperature and composition of the "Inlet"(s) boundary is set. For example in...
E David Huckaby
e.david.huckaby@...
Jul 6, 2005 1:24 pm
912
Hi Dave I fixed the problem myself by adding: from Cantera.OneD.StagnationFlow import StagnationFlow below the from Cantera.OneD import * statement. /Martin...
Dear dave I just updated to 1.6, and when I try to run the catcomb.py demo, I recieve an error stating that "StagnationFlow" is not defined. Is this kind of...
Michele, The f77 demo program needs a small update to work with Cantera 1.6. Do this: 1. In file "demo_ftnlib.cpp" add the line #include <cantera/Cantera.h> ...
Dr. Goodwin, I am having a similar problem with the ram in Matlab using equilibrate. As I have discussed before, I am using several nested loops to calculate...
Thanks Dave! Now I can compile the f77 cantera demo. Michele ... -- Dr. Ing. Michele Vascellari | Dipartimento di Ingegneria Meccanica tel ++39-70-6755741 |...
Dr. Goodwin, I realized how to get around the problem that using "clear all" and "cleanup" deletes all of the loop variables, as well as the data I want to...
Dear Dave I have a feeling the problem is not isolate to Matlab, when I run the demo script: adiabatic.py, I observe a similar trend using python. The...
Steven, What you are trying to do should work, but unfortunately does not. The syntax is different than that described in the documentation. I will send you...
Jeff, You are creating lots of Cantera objects in loops that execute many times. This is a problem. For functions like IdealGasMix and importPhase, you...
Hi, I was attempting to find the time to equilibrium using a reactor model with 1 inlet and 1 outlet. I set the supply T,P,X and keep the pressure constant...
Scott, The temperature, pressure, and composition may appear to "jump" if there is an ignition event. Try plotting the mass or mole fractions on a log scale...
I'm new to Cantera. Just installed it today. But based on the documentation online it does not appear that Cantera is currently capable of handling 1D...
JLK, I have implemented a 1D spherical model in Cantera for my own research. It is not incorporated into the Cantera distribution however. Also, it is only ...
Hello all, I just wanted to give an update--the problems I was having with display.m were in fact solved when I upgraded from matlab 6.1 to 7.0; anyone having...
Is there a way to increase the number of iterations done by equilibrate. For the code below, i get an error message that there is "no convergence in 1000...
Hi Karl, I am interested in the code. Is there any possibility to get it? regards Sven ... JLK, I have implemented a 1D spherical model in Cantera for my own...
Tt was fabulous that version 1.5 included a Visual Studio .net solution file. It made cantera fantastically easy to build from source. It also included a...