Skip to content

Commit a850e78

Browse files
committed
minor modification for the special case of stripping/adsorbing
1 parent aa9167a commit a850e78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

biosteam/units/stage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,8 +2531,7 @@ def _run(self):
25312531
else:
25322532
break
25332533
elif algorithm == 'simultaneous correction':
2534-
F_mol = self.feed_flows.sum()
2535-
self._H_magnitude = sum([i.Hvap for i in self.ins]) / F_mol
2534+
self._H_magnitude = sum([i.C for i in self.ins])
25362535
x = self._get_point()
25372536
shape = x.shape
25382537
x = x.flatten()

0 commit comments

Comments
 (0)