-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supercritical co2 example #69
Supercritical co2 example #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't read throguh the notebooks in detail yet, but here are some general comments on things I saw at first glance. The main thing is that I think there are some files included here that should not be, and one case where we have duplicate files that we should try to avoid.
idaes_examples/notebooks/docs/flowsheets/hda_flowsheet_with_distillation.ipynb
Outdated
Show resolved
Hide resolved
idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_alamo_surrogate.ipynb
Outdated
Show resolved
Hide resolved
idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_alamo_surrogate.ipynb
Outdated
Show resolved
Hide resolved
idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_alamo_surrogate.ipynb
Outdated
Show resolved
Hide resolved
idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_alamo_surrogate.ipynb
Outdated
Show resolved
Hide resolved
idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_alamo_surrogate.ipynb
Outdated
Show resolved
Hide resolved
idaes_examples/notebooks/docs/surrogates/SCO2_example/OMLT/500_Points_DataSet.csv
Outdated
Show resolved
Hide resolved
@JavalVyas2000 will this be ready for the Aug release? That's scheduled for Aug 24th. |
Hi keith,
Yes, I should be able to get it ready for the august release.
…On Thu, 10 Aug 2023, 14:42 Keith Beattie, ***@***.***> wrote:
@JavalVyas2000 <https://github.com/JavalVyas2000> will this be ready for
the Aug release? That's scheduled for Aug 24th.
—
Reply to this email directly, view it on GitHub
<#69 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARQAWUR55HAAYAAABCFFVRDXUUTPRANCNFSM6AAAAAA3IVAHHY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@JavalVyas2000 We only have a little over a week until the August release, so we need to get things cleaned up quickly if we want this to make it. I suggest the following checklist of things to do - this way we can also more easily see progress on addressing issues as notebooks do not work well with GitHub diffs making it hard to see what changes in each iteration.
|
@andrewlee94 I have removed the changes in the HDA files. Kindly let me know if there are other changes necessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on the notebooks! They all look very nice, just a couple of comments.
Besides the content, I think you'll need to add the notebooks to Table of Contents. Follow these instructions to do so: https://github.com/IDAES/examples/blob/main/README-developer.md#add-a-new-example. @dangunter may also want you to build supporting notebook files related to the documentation and tests and check those into GitHub: https://github.com/IDAES/examples/blob/main/README-developer.md#building-documentation.
idaes_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_alamo_surrogate.ipynb
Outdated
Show resolved
Hide resolved
...notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_properties_alamo_surrogate_embedding.ipynb
Outdated
Show resolved
Hide resolved
...s_examples/notebooks/docs/surrogates/SCO2_example/ALAMO/SCO2_flowsheet_alamo_surrogate.ipynb
Outdated
Show resolved
Hide resolved
@JavalVyas2000 I apologize if this has been discussed or tried before - is it possible to move the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pushing this through @JavalVyas2000! I think this is pretty close. A few things it'd be good to fix before merging:
- The header of the three initial notebooks has "Part -1" instead of "Part 1":
- The links pointing to other notebooks use a full
https://github.com/...
URL, which aside from being not-existent in this particular case, it's not needed. Should be able to refer to another notebook simply by putting its relative path according to this syntax (more information available here):[](./file-in-same-dir.md) [](../other-dir/other-file.md)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, thanks again @JavalVyas2000!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Title
Adding a surrogate example with ALAMO, OMLT and PySMO.
{Description}
The surrogate models estimate the enthalpy and entropy of the supercritical CO2 and are embedded in the properties package, thereby are used in the simulation of supercritical CO2 cycle for cooling.
Legal Acknowledgement
By contributing to this software project, I agree to the following terms and conditions for my contribution:
📚 Documentation preview 📚: https://idaes-examples--69.org.readthedocs.build/en/69/