Skip to content

Commit

Permalink
Add notebook for scaling workshop (#135)
Browse files Browse the repository at this point in the history
* Adding scaler workshop

* Updating notebook based  on feedback

* Adding tests for scaling workshop

* Fixing typos

* Running black

* Adding headers

* Apply suggestions from code review

Co-authored-by: agarciadiego <[email protected]>

* Fixing typos from review

* Update idaes_examples/notebooks/_toc.yml

* Better discussion of Jacobian

* Showing how to view constraint

* Fixing typo

* Addressing comments

---------

Co-authored-by: agarciadiego <[email protected]>
  • Loading branch information
andrewlee94 and agarciadiego authored Nov 5, 2024
1 parent 074d3fd commit 919300c
Show file tree
Hide file tree
Showing 6 changed files with 7,814 additions and 0 deletions.
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.

0 comments on commit 919300c

Please sign in to comment.