Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Dec 25, 2020
1 parent 4bd27ce commit 60c4f63
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions biosteam/units/_mixer_settler.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,27 +281,12 @@ class MultiStageMixerSettlers(bst.Unit):
>>> solvent = bst.Stream('solvent', Octanol=500)
>>> MSMS1 = bst.MultiStageMixerSettlers('MSMS1', ins=(feed, solvent), outs=('raffinate', 'extract'), N_stages=2)
>>> MSMS1.simulate()
>>> MSMS1.show()
MultiStageMixerSettlers: MSMS1
ins...
[0] feed
phase: 'l', T: 298.15 K, P: 101325 Pa
flow (kmol/hr): Water 500
Methanol 50
[1] solvent
phase: 'l', T: 298.15 K, P: 101325 Pa
flow (kmol/hr): Octanol 500
outs...
[0] raffinate
phase: 'l', T: 298.15 K, P: 101325 Pa
flow (kmol/hr): Water 413
Methanol 8.4
Octanol 0.103
[1] extract
phase: 'l', T: 298.15 K, P: 101325 Pa
flow (kmol/hr): Water 87.2
Methanol 41.6
Octanol 500
>>> MSMS1.raffinate.show()
Stream: raffinate from <MultiStageMixerSettlers: MSMS1>
phase: 'l', T: 298.15 K, P: 101325 Pa
flow (kmol/hr): Water 413
Methanol 8.4
Octanol 0.103
>>> MSMS1.results()
Multi stage mixer settlers Units MSMS1
Power Rate kW 3.97
Expand Down

0 comments on commit 60c4f63

Please sign in to comment.