Skip to content

Commit

Permalink
remove nonexistent parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cortespea committed Nov 4, 2023
1 parent 9c76cc7 commit ea4ec2c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions biosteam/units/distillation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2182,11 +2182,6 @@ class MESHDistillation(MultiStageEquilibrium, new_graphics=False):
Stage number and split fraction pairs.
liquid_side_draws : tuple[tuple[int]]
Stage number and split fraction pairs.
specifications : tuple[tuple(int, tuple(str, float))]
Stage number and both specification name and value pairs.
product_specification_format="Composition" : "Composition" or "Recovery"
If composition is used, `y_top` and `x_bot` must be specified.
If recovery is used, `Lr` and `Hr` must be specified.
P=101325 : float
Operating pressure [Pa].
vessel_material : str, optional
Expand Down

0 comments on commit ea4ec2c

Please sign in to comment.