CADETProcess.fractionation.FractionPool

Contents

CADETProcess.fractionation.FractionPool#

class CADETProcess.fractionation.FractionPool(n_comp)[source]#

Collection of pooled fractions.

This class manages multiple fractions of a mixture, facilitating the calculation of cumulative properties of the pool, such as total volume, total mass, average purity, and average concentration.

Attributes:
n_compint

The number of components each fraction in the pool should have.

Methods

add_fraction(fraction)

Add a fraction to the fraction pool.

check_required_parameters()

Verify if all required parameters are set.