Distillation

QSDsan: Quantitative Sustainable Design for sanitation and resource recovery systems

This module is developed by:

This module is under the University of Illinois/NCSA Open Source License. Please refer to https://github.com/QSD-Group/QSDsan/blob/main/LICENSE.txt for license details.

class qsdsan.unit_operations.bst._distillation.AdiabaticMultiStageVLEColumn(*args, **kwargs)

biosteam.units.AdiabaticMultiStageVLEColumn with QSDsan properties.

line: str = 'Adiabatic multi stage vlecolumn'

class-attribute Name denoting the type of Unit class. Defaults to the class name of the first child class

run()

Run mass and energy balance. This method also runs specifications user defined specifications unless it is being run within a specification (to avoid infinite loops).

See also

_run, specifications, add_specification, add_bounded_numerical_specification

class qsdsan.unit_operations.bst._distillation.BinaryDistillation(*args, **kwargs)

Similar to biosteam.units.BinaryDistillation, but can include construction impact calculation.

line: str = 'Binary distillation'

class-attribute Name denoting the type of Unit class. Defaults to the class name of the first child class

run()

Run mass and energy balance. This method also runs specifications user defined specifications unless it is being run within a specification (to avoid infinite loops).

See also

_run, specifications, add_specification, add_bounded_numerical_specification

class qsdsan.unit_operations.bst._distillation.MESHDistillation(*args, **kwargs)

biosteam.units.MESHDistillation with QSDsan properties.

line: str = 'MESHDistillation'

class-attribute Name denoting the type of Unit class. Defaults to the class name of the first child class

run()

Run mass and energy balance. This method also runs specifications user defined specifications unless it is being run within a specification (to avoid infinite loops).

See also

_run, specifications, add_specification, add_bounded_numerical_specification

class qsdsan.unit_operations.bst._distillation.ShortcutColumn(*args, **kwargs)

biosteam.units.ShortcutColumn with QSDsan properties.

line: str = 'Shortcut column'

class-attribute Name denoting the type of Unit class. Defaults to the class name of the first child class

run()

Run mass and energy balance. This method also runs specifications user defined specifications unless it is being run within a specification (to avoid infinite loops).

See also

_run, specifications, add_specification, add_bounded_numerical_specification