示例#1
0
 def applyReservoirStateMethod(self):
     """
     Compute the phenomenological rate coefficients :math:`k(T,P)` at the
     current conditions using the reservoir state method.
     """
     import rmgpy.pdep.rs as rs
     logging.debug('Applying reservoir state method at {0:g} K, {1:g} bar...'.format(self.T, self.P))
     self.K, self.p0 = rs.applyReservoirStateMethod(self)
     return self.K, self.p0
示例#2
0
 def applyReservoirStateMethod(self):
     """
     Compute the phenomenological rate coefficients :math:`k(T,P)` at the
     current conditions using the reservoir state method.
     """
     import rmgpy.pdep.rs as rs
     logging.debug('Applying reservoir state method at {0:g} K, {1:g} bar...'.format(self.T, self.P))
     self.K, self.p0 = rs.applyReservoirStateMethod(self)
     return self.K, self.p0