Elliott

class lib.newComponent.elliott.Elliott(**kwargs)[source]

Bases: GroupContribution

Zuppo and Elliott, Ind. Eng. Chem. Res. Submitted (1999). ref, chemcad propiedades fisicas pag 62 grupos: grupos que forman la molécula contribuciones: contribuciones de cada grupo M: peso molecular Tb: Temperatura de ebullición, opcional SG: gravedad específica, opcional

# >>> elliot=Elliott(group=[0, 5], contribution=[4, 1], M=72) # >>> print elliot.Tb, elliot.Tc # 333.268576405 829.20395796

Methods

calculo()

Calculate procedure with common functionality and define the properties don't defined by the method The child class must implement the specific calculate procedure and call this method it is necessary to finish definition

isCalculable()

Procedure to define the status of input parameter

isCalculable()[source]

Procedure to define the status of input parameter

calculo()[source]

Calculate procedure with common functionality and define the properties don’t defined by the method The child class must implement the specific calculate procedure and call this method it is necessary to finish definition

References