CADETProcess.fractionation.Fraction

Contents

CADETProcess.fractionation.Fraction#

class CADETProcess.fractionation.Fraction(mass, volume, start, end)[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

Mass of each component in the fraction.

volumefloat

Volume of the fraction.

Methods

check_required_parameters()

Verify if all required parameters are set.