Skip to content

Commit 3e34582

Browse files
dallan-keylogiclbianchi-lblksbeattie
authored
Fix SOC dynamics failure (#150)
* New notebook soc_pid_con in directory docs/power_gen/solid_oxide_cell * Preliminary work on getting notebook ready. * bring pid example up to date * remember to save * do preprocessing * add soc_dynamic_flowsheet.svg to gitignore * make gitignore and checking results work * delete wrong flowsheet * update initial conditions * delete irrelevant file * update to merged crossflow_hx nomenclature * run idaesx pre * New notebook soc_steady_state_optimiza in directory docs/power_gen/solid_oxide_cell * steady state optimization * changes * new setpoint files * changes * fixes * optimization * experiments * merge cleanup * lower expectations * blah * bring in line with main * changes due to xflowhx fix * get changes from latest version of flowsheet * fix remaining issues with flowsheet * move LL deactivation * remember to commit jsons * optimization example not yet ready * black and install from PR * did the child notebooks not get updated? --------- Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov> Co-authored-by: Keith Beattie <ksbeattie@lbl.gov>
1 parent 5d9930c commit 3e34582

File tree

12 files changed

+8212
-8353
lines changed

12 files changed

+8212
-8353
lines changed

README-developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Clone the repository from GitHub, set up your Python environment as you usually
2323
pip install -r requirements-dev.txt
2424
```
2525

26-
Note: if you have IDAES installed in your current environment, it will uninstall it and install the latest version from the main branch on Github. You can run `pip uninstall idaes` and reinstall it from your local repository if you need to test examples against a local branch of IDAES.
26+
Note: if you have IDAES installed in your current environment, it will uninstall it and install the latest version from the main branch on Github. You can run `pip uninstall idaes-pse` and reinstall it from your local repository if you need to test examples against a local branch of IDAES.
2727

2828
The configuration of the installation is stored in `pyproject.toml`.
2929

idaes_examples/mod/power_gen/soc_dynamic_flowsheet.py

Lines changed: 169 additions & 90 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

idaes_examples/notebooks/docs/power_gen/solid_oxide_cell/soc_pid_control.ipynb

Lines changed: 611 additions & 667 deletions
Large diffs are not rendered by default.

idaes_examples/notebooks/docs/power_gen/solid_oxide_cell/soc_pid_control_doc.ipynb

Lines changed: 2459 additions & 2514 deletions
Large diffs are not rendered by default.

idaes_examples/notebooks/docs/power_gen/solid_oxide_cell/soc_pid_control_test.ipynb

Lines changed: 2509 additions & 2564 deletions
Large diffs are not rendered by default.

idaes_examples/notebooks/docs/power_gen/solid_oxide_cell/soc_pid_control_usr.ipynb

Lines changed: 2459 additions & 2514 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)