Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Mar 11, 2024
1 parent d79b027 commit ef4ac2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CADETProcess/modelBuilder/carouselBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,10 @@ def _add_inter_zone_connections(self, flow_sheet):

flow_sheet.add_connection(origin, destination)

flow_rates = self.flow_sheet.get_flow_rates()
for zone in self.zones:
output_state = self.flow_sheet.output_states[zone]
flow_sheet.set_output_state(zone.outlet_unit, output_state)

zone_flow_flow_rate = flow_rates[zone.name].total_out

def _add_intra_zone_connections(self, flow_sheet):
"""Add connections within zones."""
for zone in self.zones:
Expand Down

0 comments on commit ef4ac2b

Please sign in to comment.