CADETProcess.fractionation.Fraction#

class CADETProcess.fractionation.Fraction(mass, volume)[source]#

A class representing a fraction of a mixture.

A fraction is defined by its mass and volume, and can be used to calculate properties such as cumulative mass, purity, and concentration.

Attributes
massnp.ndarray

The mass of each component in the fraction. The array is 1-dimensional.

volumefloat

The volume of the fraction.

Methods

check_required_parameters()

Verify if all required parameters are set.