Skip to content

Commit

Permalink
Update _clarifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Apr 23, 2024
1 parent 6f5a518 commit 121c3c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qsdsan/sanunits/_clarifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ def _update_state(self):
arr = self._state
x = self.components.x
n = self._N_layer
# arr[-(1+n)] = Q_in = self._ins_QC[0, -1]
# Q_e = Q_in - self._Qras - self._Qwas
Q_e = arr[-(1+n)] - self._Qras - self._Qwas
arr[-(1+n)] = Q_in = self._ins_QC[0, -1]
Q_e = Q_in - self._Qras - self._Qwas
# Q_e = arr[-(1+n)] - self._Qras - self._Qwas
Z = arr[:len(x)]
inf, = self.ins
imass = self.components.i_mass
Expand Down

0 comments on commit 121c3c1

Please sign in to comment.