Ejemplo n.º 1
0
 def thermalDiffCoeffs(self):
     """Return a one-dimensional array of the species thermal diffusion
     coefficients. Not implemented in all transport models."""
     return _cantera.tran_thermalDiffCoeffs(self.__tr_id, self.trnsp)
Ejemplo n.º 2
0
 def thermalDiffCoeffs(self):
     """Return a one-dimensional array of the species thermal diffusion
     coefficients. Not implemented in all transport models."""
     return _cantera.tran_thermalDiffCoeffs(self.__tr_id,
                                          self.trnsp)