Export to GitHub

cantera - issue #251

Matlab 'cleanup' does not delete reactor objects


Posted on Feb 19, 2015 by Swift Kangaroo

The "cleanup" function in the Matlab interface ultimately calls case 4 of ctfunctions() defined in ctfunctions.cpp, which deletes the following objects only:

Domain1D Sim1D XML_Node ThermoPhase Kinetics Transport

This misses all the classes associated with reactor networks, as well as classs MultiPhase and Func1 (which can be identified by searching for "typedef Cabinet".

Status: Accepted

Labels:
Type-Defect Priority-Medium Component-Matlab