Skip to content

Commit

Permalink
implement reactive distillation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed May 28, 2024
1 parent 0dfd87e commit 6d272d6
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 80 deletions.
2 changes: 2 additions & 0 deletions biosteam/units/distillation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2463,6 +2463,7 @@ def _init(self,
reflux=None, boilup=None,
P=101325,
vapor_side_draws=None, liquid_side_draws=None,
stage_reactions=None,
vessel_material='Carbon steel',
tray_material='Carbon steel',
tray_type='Sieve',
Expand Down Expand Up @@ -2499,6 +2500,7 @@ def _init(self,
partition_data=partition_data,
phases=("g", "l"), P=P, use_cache=use_cache,
stage_specifications=stage_specifications,
stage_reactions=stage_reactions,
collapsed_init=collapsed_init,
inside_out=inside_out,
algorithm=algorithm,
Expand Down
Loading

0 comments on commit 6d272d6

Please sign in to comment.