Performance (CADETProcess.performance)

Performance (CADETProcess.performance)#

Performance data#

Classes for storing the performance parameters after fractionation.

Performance(mass, concentration, purity, ...)

Class for storing the performance parameters after fractionation.

RankedPerformance(performance[, ranking])

Class for calculating a weighted average of the Performance

Performance Indicators#

Individual performance indicators (extracted from Performance). Mostly convenince method.

PerformanceIndicator([ranking])

Base class for performance indicators used in optimization and fractionation.

Mass([ranking])

Performance indicator based on the mass of each component in the system.

Recovery([ranking])

Performance indicator based on the recovery of each component in the system.

Productivity([ranking])

Performance indicator based on the productivity of each component in the system.

EluentConsumption([ranking])

Performance indicator based on the specific eluent consumption of each component.

Purity([ranking])

Performance indicator based on the purity of each component in the system.

Concentration([ranking])

Performance indicator based on the concentration of each component in the system.

PerformanceProduct([ranking])

Performance indicator based on the product of several performance indicators.

MassBalanceDifference([ranking])

Performance indicator based on the mass balance of each component in the system.

Notes#

Performance Indicators might be deprecated in future since with new evaluation chains it’s no longer required for setting up as optimization problem.