You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reactor walls define wall_Q as well as wall_vdot in clib, which have an explicit time dependency although the time is known internally (see Cantera/cantera#1182 (comment)). The Python API provides non-pythonic setters, and omits getters. An improved solution should be implemented that is consistent across all interfaces.
Motivation
Describe the need for the proposed change:
What problem is it trying to solve? ... inconsistent/incomplete interface
Abstract
Reactor walls define
wall_Q
as well aswall_vdot
inclib
, which have an explicit time dependency although the time is known internally (see Cantera/cantera#1182 (comment)). The Python API provides non-pythonic setters, and omits getters. An improved solution should be implemented that is consistent across all interfaces.Motivation
Describe the need for the proposed change:
Possible Solutions
Update underlying C++ functions as needed and adapt Python/Matlab API's.
References
Cantera/cantera#1182
The text was updated successfully, but these errors were encountered: