hkmoffat / cantera

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

[Cython] Add property L (radial pressure gradient) to Sim1D #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be convenient to address the radial pressure gradient like other 
properties as temperature, velocities, etc. See the attached patch how this 
could be implemented. I labeled the pressure gradient L like it called in other 
parts in Cython.

It's not absolutely necessary to have this feature since the gradient can be 
obtained via s.profile(s.flame, 'lambda'). However, it's the only parameter not 
listed separately.

Thanks!

Original issue reported on code.google.com by thetruet...@googlemail.com on 7 Feb 2013 at 5:08

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2126.

Original comment by yarmond on 7 Feb 2013 at 11:41