IDAES / examples

IDAES platform examples and tutorials
https://idaes-examples.readthedocs.io
Other
14 stars 34 forks source link

Liquid Liquid Extractor Example #89

Closed JavalVyas2000 closed 3 months ago

JavalVyas2000 commented 3 months ago

Liquid Liquid Extractor Example

This PR is a comprehensive tutorial on how to create a unit model from scratch, including a property package and unit model. It also includes how to write the tests for both. This unit model also tackles two phases and has two inlet and outlet ports, thereby giving an example for the user to create a new unit model that has multiple phases with multiple ports for inlet and outlet.

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

I agree my contributions are submitted under the license terms described in the LICENSE.txt file at the top level of this directory.
I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

📚 Documentation preview 📚: https://idaes-examples--89.org.readthedocs.build/en/89/

andrewlee94 commented 3 months ago

@JavalVyas2000 It looks like you deleted this branch and closed the PR. Was this intentional, and if so could you leave a note as to why?

JavalVyas2000 commented 3 months ago

Yes. I had deleted the branch as I mistakenly checked out of another branch and not main. This created 72 changes in the files as it also considered the previous PR changes as well. Thus to avoid this created a new branch and made a PR.

ksbeattie commented 3 months ago

Replaced by #91