Esempio n. 1
0
 def speciesName(self,k):
     """Name of the species with index k."""
     return _cantera.phase_getstring(self._phase_id,2,k)
Esempio n. 2
0
 def elementName(self,m):
     """Name of the element with index number m."""
     return _cantera.phase_getstring(self._phase_id,1,m)