-
Notifications
You must be signed in to change notification settings - Fork 236
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
Wrap 0D Fixed Bed TSA unit model in extra_models/fixed_bed_tsa0d
for Flowsheet Processor UI
#1493
base: main
Are you sure you want to change the base?
Conversation
One issue I see immediately is that the "model options" for the TSA has a number of values and they will probably be changed at the same time / along with the model's other parameters and variables. However currently the UI sets these options in different, initial step, as shown by this screenshot for a watertap model: This is, imho not ideal. We should have these sorts of model options more included in the main configuration page, even though they are not Pyomo vars. @Daison2102 Do I have this roughly right about the |
@dangunter the original purpose of those options were to allow for pre-build configurations, so it had made sense to be able to view them before running the build. however, they should also be available from the main workflow (after build step), where the model can be re-built with different model configurations |
@MichaelPesce ok, though I think it might be better to have them as normal parameters |
extra_models/fixed_bed_tsa0d
for Flowsheet Runner UIextra_models/fixed_bed_tsa0d
for Flowsheet Processor UI
Fixes
Documentation: https://idaes-pse.readthedocs.io/en/latest/reference_guides/model_libraries/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d.html
Example: https://idaes-examples.readthedocs.io/en/latest/docs/flowsheets/temperature_swing_adsorption/temperature_swing_adsorption_doc.html
Summary/Motivation:
Initial UI wrapper for IDAES
Changes proposed in this PR:
Legal Acknowledgement
By contributing to this software project, I agree to the following terms and conditions for my contribution: