I have tried to create a script to generate a flamelet library similar to the one presented at the workshop in Chicago 2004. The counter flow flame simulations...
Dear Prof. Goodwin, I have a general question about the reactor-class. The set of governing equations you review briefly in the "cantera-introduction.pdf"...
Albrecht, The reason is simply that it is not particularly hard to numerically solve u(T,v) = u_0 for T, since (du/dT)_v = c_v is smooth and monotonic. Also,...
Hi Dave, This answer is sufficient I needed it for a better comprehending of the underlying theories. Thank you Regards Albrecht ... From: "David Goodwin"...
Dear Group, I would like to simulate a zero-d, variable-T,P reactor. I have profiles of T(time) and P(time) from a separate fluid-dynamic calculation of flow...
Paul, Currently using the Cantera Reactor class this is hard to do. It allows you to fix T, or solve the energy equation, but it doesn't allow specified...
Dear Dave, Thanks very much. Your FlowReactor class is going to be very useful. Any chance that future releases of FlowReactor might include surface chemistry...
Hi friends First of all I would like say many congratulations for David by the opportunity to let us to give acess in this wonderful code. Really very nice...
Hey Wladimyr, I converted the files for you..the CTI file is attached.. Hope that helps. Bhupinder On Thu Nov 10 09:03:54 EST 2005, "Wladimyr Mattos C....
Hi Bhupinder Wonderful! Tank you very much for your help. Please, could you say me how you do it? What is necessary to change in those files in order to...
hey, for the mechanism conversion, you'll need to use ck2cti file conversion utility you'll be able to find it under c:\>my documents\cantera\bin under the...
Hi Bhupinder and All folks! Please, could you tell me how your have success to convert a ck file to cti, using ck2cti of version 1.6.0, where the number of a...
Jeff, I am also trying to take a solution calculated by the adiabatic freely propagating flame demo in python, and use it as an initial guess to find the next...
It works now , I just had forgotten to set the gas state after restoring the solution : gas.setState_TPX(tinlet, p, comp) Laurent ... From: Benezech, Laurent...
Hi I tried to install Cantera using Windows Installer Package (Cantera160r1), but looks like it does not have all the features, (specially MixMaster). I tried...
I just build and installed Cantera 1.60 on Linux. To sucessfully compile the f90 demo with Cantera c++ kernel, your LCXXFLAGS should look like this LCXXFLAGS =...
Dear Reza, I experienced something similar. You'll need to install the dot program from GraphViz, if you haven't already. This is the program that's used to...
Dear All, I've been using Mixmaster to analyze results from some batch reactor simulations, and I have a few observations/questions about Mixmaster... 1) In...
I am trying to use the MIT soot mechanism, which involves non-integer stoichiometric coefficients. The cti file was created successfully, but once I run my...
I am running adiabatic freely propagating flame calculations with Python for variable pressures. As the pressure increases, it is harder to get convergence. ...
Dear Mr Goodwin, I have successfully installed Cantera 1.6 under Suse Linux 10.0, but I still have problems using matlab interface, related to the version of ...
Christian, You need to compile Cantera with the same version of gcc that MATLAB itself was compiled with. On the MathWorks web site they have information...
The current CVS version isn't compiling properly on VS .NET 2005 out of the box, the compiler complains about errors in the utilities.h ...
Haldir
haldir@...
Nov 18, 2005 5:58 pm
1047
Haldir, As I understand it, the C++ standard prohibits use of '__' to start identifier names in the global namespace, and in namespace 'std', but not in other...
Professor Goodwin, I found a discrepancy between Cantera (I'm looking at rather old ver.1.5.5) and descriptions in "Chemically reacting flow" book and I'm...