Skip to content

Commit

Permalink
update Mixer with biosteam
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 24, 2023
1 parent 9af67d5 commit d8965d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qsdsan/sanunits/_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ class Mixer(SanUnit, BSTMixer):
_graphics = BSTMixer._graphics
def __init__(self, ID='', ins=None, outs=(), thermo=None,
init_with='WasteStream', F_BM_default=None, isdynamic=False,
rigorous=False):
rigorous=False, conserve_phases=False):
SanUnit.__init__(self, ID, ins, outs, thermo, init_with,
F_BM_default=F_BM_default, isdynamic=isdynamic)
self.rigorous = rigorous
self.conserve_phases = conserve_phases


@property
Expand Down

0 comments on commit d8965d1

Please sign in to comment.