hkmoffat / cantera

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

Matlab toolbox does not expose all Reactor types #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The only reactor types exposed in the Matlab toolbox are 'Reactor' and 
'Reservoir'. The 'ConstPressureReactor' and 'FlowReactor' types are 
unavailable. In the former case, this means Matlab users are forced to use the 
"wall with high expansion-rate-coefficient" trick to get a constant pressure 
reactor, which often leads to unnecessary numerical problems.

Original issue reported on code.google.com by yarmond on 6 May 2013 at 8:15

GoogleCodeExporter commented 9 years ago
Partially fixed in r2506, which adds support for ConstPressureReactor, as well 
as the new IdealGas variants of both Reactor and ConstPressureReactor.

Original comment by yarmond on 31 Jul 2013 at 6:16

GoogleCodeExporter commented 9 years ago
Added support for FlowReactor in r2513, which completes this interface.

Original comment by yarmond on 2 Aug 2013 at 11:19