Skip to content
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

Add notebook for scaling workshop #135

Merged
merged 14 commits into from
Nov 5, 2024
3 changes: 3 additions & 0 deletions idaes_examples/notebooks/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ parts:
- file: docs/diagnostics/diagnostics_toolbox_doc
- file: docs/diagnostics/degeneracy_hunter_doc
- file: docs/diagnostics/structural_singularity_doc
- file: docs/scaling/index
sections:
- file: docs/scaling/scaler_workshop_doc
- file: docs/param_est/index
sections:
- file: docs/param_est/parameter_estimation_nrtl_using_state_block_doc
Expand Down
4 changes: 4 additions & 0 deletions idaes_examples/notebooks/docs/scaling/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Scaling

IDAES Scaling Toolbox
* How to write modular Scalers using the toolbox
2,018 changes: 2,018 additions & 0 deletions idaes_examples/notebooks/docs/scaling/scaler_workshop.ipynb

Large diffs are not rendered by default.

1,912 changes: 1,912 additions & 0 deletions idaes_examples/notebooks/docs/scaling/scaler_workshop_doc.ipynb

Large diffs are not rendered by default.

1,965 changes: 1,965 additions & 0 deletions idaes_examples/notebooks/docs/scaling/scaler_workshop_test.ipynb

Large diffs are not rendered by default.

1,912 changes: 1,912 additions & 0 deletions idaes_examples/notebooks/docs/scaling/scaler_workshop_usr.ipynb

Large diffs are not rendered by default.

Loading