CADETProcess.fractionation.FractionPool.add_fraction

CADETProcess.fractionation.FractionPool.add_fraction#

FractionPool.add_fraction(fraction)[source]#

Add a fraction to the fraction pool.

Parameters:
fractionFraction

The fraction to be added to the pool.

Raises:
CADETProcessError

If the fraction is not an instance of the Fraction class, or if the number of components in the fraction does not match the number of components in the pool.