IDAES / examples

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

SOC Flowsheet #100

Closed dallan-keylogic closed 5 months ago

dallan-keylogic commented 6 months ago

This pull request adds the SOC flowsheet used in recent NMPC and model degradation papers as an example. A Jupyter notebook takes the user through classical control simulations.


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--100.org.readthedocs.build/en/100/

lbianchi-lbl commented 6 months ago

To run CI against a version if idaes-pse other than main, in requirements-dev.txt, change

idaes-pse @ git+https://github.com/IDAES/idaes-pse@main

to

idaes-pse @ git+https://github.com/IDAES/idaes-pse@refs/pull/1234/merge

where 1234 is the PR number.