Ejemplo n.º 1
0
 def applyModifiedStrongCollisionMethod(self, efficiencyModel='default'):
     """
     Compute the phenomenological rate coefficients :math:`k(T,P)` at the
     current conditions using the modified strong collision method.
     """
     import rmgpy.pdep.msc as msc
     logging.debug('Applying modified strong collision method at {0:g} K, {1:g} bar...'.format(self.T, self.P))
     self.K, self.p0 = msc.applyModifiedStrongCollisionMethod(self, efficiencyModel)
     return self.K, self.p0
Ejemplo n.º 2
0
 def applyModifiedStrongCollisionMethod(self, efficiencyModel='default'):
     """
     Compute the phenomenological rate coefficients :math:`k(T,P)` at the
     current conditions using the modified strong collision method.
     """
     import rmgpy.pdep.msc as msc
     logging.debug('Applying modified strong collision method at {0:g} K, {1:g} bar...'.format(self.T, self.P))
     self.K, self.p0 = msc.applyModifiedStrongCollisionMethod(self, efficiencyModel)
     return self.K, self.p0