BioSTEAMDevelopmentGroup / biosteam

The Biorefinery Simulation and Techno-Economic Analysis Modules; Life Cycle Assessment; Chemical Process Simulation Under Uncertainty
Other
176 stars 35 forks source link

Top and bottom chemicals for partition settler #173

Open siddharthab opened 1 year ago

siddharthab commented 1 year ago

This can help the users specify which chemicals will definitely stay in one of the phases and the rest will go into the other. Useful when composing systems and you won't know everything about the composition of the feed before simulating the complete system.

Maybe a process specification can be an alternative to this.

NOTE: There is a small breaking change in fixing a typo in the argument partion_ids to partition_ids. If you think breakage is too big for your users, I can revert the change.

Clearly describe what the contribution is.

If a new feature is added or existing functionality has changed, the documentation should also be updated.

Any new or altered functionality should be tested and all tests must pass.

The code coverage should not decrease so that not unnecessary or untested code is added.