jcaiuwyo / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Counterflow premixed flame #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi everybody,

I would like to comute a counterflow premixed flame with Cantera but I do not 
know how I can do it ?
I know to comute a non premixed counterflame but is it possible to run a 
premixed one ?

Thanks for your help,

Adrien.

What version of the product are you using? On what operating system?

Cantera 1.8.0-beta on Linux

Please provide any additional information below.

Original issue reported on code.google.com by adrien.b...@gmail.com on 13 Jan 2011 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by yarmond on 28 May 2011 at 12:03

GoogleCodeExporter commented 9 years ago
Support for the premixed counterflow flame configuration was added to the 
Python interface in r3037.

Original comment by yarmond on 16 Oct 2014 at 2:42

GoogleCodeExporter commented 9 years ago
Thank you for adding the example -- I have installed cantera 3/10/2014, so 
presumably it did have the CounterflowPremixedFlame() class, but when I try 
running the example, I get" 

Traceback (most recent call last):
  File "./counterflowpremixed.py", line 38, in <module>
    sim = ct.CounterflowPremixedFlame(gas=gas, grid=initial_grid)
AttributeError: 'module' object has no attribute 'CounterflowPremixedFlame'

So it seems we are missing that particular class. How do I add it without going 
to the extremely painful process of reinstalling Cantera? 

Thank you. 

S.

Original comment by Simone.H...@gmail.com on 23 Apr 2015 at 9:23