Skip to content

Commit

Permalink
add new inherited units from biosteam
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 18, 2024
1 parent beda378 commit 838cc63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions qsdsan/sanunits/_distillation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
__all__ = (
'BinaryDistillation',
'ShortcutColumn',
'MESHDistillation',
'AdiabaticMultiStageVLEColumn',
)

_lb_to_kg = qs.utils.auom('lb').conversion_factor('kg')
Expand Down Expand Up @@ -53,6 +55,24 @@ class ShortcutColumn(bst.units.ShortcutColumn, qs.SanUnit):
'''
biosteam.units.ShortcutColumn with QSDsan properties.
See Also
--------
`biosteam.units.ShortcutColumn <https://biosteam.readthedocs.io/en/latest/API/units/distillation.html>`_
'''

class MESHDistillation(bst.units.MESHDistillation, qs.SanUnit):
'''
biosteam.units.MESHDistillation with QSDsan properties.
See Also
--------
`biosteam.units.ShortcutColumn <https://biosteam.readthedocs.io/en/latest/API/units/distillation.html>`_
'''

class AdiabaticMultiStageVLEColumn(bst.units.AdiabaticMultiStageVLEColumn, qs.SanUnit):
'''
biosteam.units.AdiabaticMultiStageVLEColumn with QSDsan properties.
See Also
--------
`biosteam.units.ShortcutColumn <https://biosteam.readthedocs.io/en/latest/API/units/distillation.html>`_
Expand Down

0 comments on commit 838cc63

Please sign in to comment.