Skip to content

Commit

Permalink
Added Updated MEA Model
Browse files Browse the repository at this point in the history
  • Loading branch information
SSummits committed Mar 1, 2024
1 parent 2f34dd3 commit dca88e8
Show file tree
Hide file tree
Showing 93 changed files with 8,087 additions and 9,258 deletions.
Binary file added idaes/models_extra/column_models/BACKUP.zip
Binary file not shown.
2,508 changes: 2,508 additions & 0 deletions idaes/models_extra/column_models/MEAsolvent_column - Copy.py

Large diffs are not rendered by default.

3,038 changes: 1,920 additions & 1,118 deletions idaes/models_extra/column_models/MEAsolvent_column.py

Large diffs are not rendered by default.

2,503 changes: 2,503 additions & 0 deletions idaes/models_extra/column_models/MEAsolvent_column_CopyCopy.py

Large diffs are not rendered by default.

Binary file not shown.
6 changes: 3 additions & 3 deletions idaes/models_extra/column_models/condenser.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ def build(self):
# outlet pressure is a spec set by the user.

# Get liquid and vapor phase objects from the property package
# to be used below. Avoids repetition.
# to be used below. Avoids repition.
_liquid_list = []
_vapor_list = []
for p in self.control_volume.config.property_package.phase_list:
pobj = self.control_volume.config.property_package.get_phase(p)
for p in self.config.property_package.phase_list:
pobj = self.config.property_package.get_phase(p)
if pobj.is_vapor_phase():
_vapor_list.append(p)
elif pobj.is_liquid_phase():
Expand Down
Loading

0 comments on commit dca88e8

Please sign in to comment.