Closed GoogleCodeExporter closed 9 years ago
Hello,
You appear to be using the old version of Cantera (as shown by the capital C
import Cantera at the top of your script). A number of improvements have been
made to the 1-D solvers in more recent versions, so I would encourage you to
update.
Best,
Bryan
Original comment by bryan.w....@gmail.com
on 24 Feb 2015 at 9:35
I believe this is caused by the fact that in the legacy Python module, the
default value for the temperature fixed point is 500K. This can be changed by
providing a value to the FreeFlame constructor:
f = FreeFlame(gas = gas, grid = initial_grid, tfix=600)
In the new Python module, the fixed point temperature is set to be halfway
between the unburned and burned gas temperatures, so this problem does not
occur.
Original comment by yarmond
on 25 Feb 2015 at 7:32
Original issue reported on code.google.com by
rkthedud...@gmail.com
on 24 Feb 2015 at 9:06Attachments: