Skip to content

Commit

Permalink
using previous default dP_design for Pump to avoid updating TEA/L…
Browse files Browse the repository at this point in the history
…CA results using example systems
  • Loading branch information
yalinli2 committed Sep 28, 2023
1 parent a279f13 commit 7e93246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsdsan/utils/doc_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def create_example_system(components=None):
ethanol = SanStream('ethanol', Ethanol=10, units='kg/hr')

M1 = su.MixTank('M1', ins=(salt_water, 'recycled_brine', methanol, ethanol))
P1 = su.Pump('P1', ins=M1-0)
P1 = su.Pump('P1', dP_design=405300,ins=M1-0)
H1 = su.HXutility('H1', ins=P1-0, T=350)
S1 = su.ComponentSplitter('S1', ins=H1-0, split_keys=('Methanol', 'Ethanol'))
M2 = su.Mixer('M2', ins=(S1-0, S1-1), outs='alcohols')
Expand Down

0 comments on commit 7e93246

Please sign in to comment.