Exemplo n.º 1
0
 def eval(self, rdt, count=1):
     """Evaluate the residual function. If count = 0, do is 'silently',
     without adding to the function evaluation counter"""
     return _cantera.sim1D_eval(self._hndl, rdt, count)
Exemplo n.º 2
0
 def eval(self, rdt, count=1):
     """Evaluate the residual function. If count = 0, do is 'silently',
     without adding to the function evaluation counter"""
     return _cantera.sim1D_eval(self._hndl, rdt, count)