Skip to content

Commit 4ba9b20

Browse files
jalvinglbianchi-lbl
authored andcommitted
Update solvent_reboiler.py (#734)
Co-authored-by: Ludovico Bianchi <[email protected]> (cherry picked from commit 9964c6f)
1 parent 81f5606 commit 4ba9b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: idaes/generic_models/unit_models/column_models/solvent_reboiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def build(self):
267267
flow_basis = self.vapor_phase[t_init].get_material_flow_basis()
268268
if flow_basis == MaterialFlowBasis.molar:
269269
fb = "flow_mole"
270-
elif flow_basis == MaterialFlowBasis.molar:
270+
elif flow_basis == MaterialFlowBasis.mass:
271271
fb = "flow_mass"
272272
else:
273273
raise ConfigurationError(

0 commit comments

Comments
 (0)