examples
examples copied to clipboard
IDAES platform examples and tutorials
1. The time horizon reduction step as presently written does nothing for the adsorptions simulation because it occurs after `time_set` is created. It probably goes into effect for the desorption...
The `BlockTriangularizationInitializer` landed in the IDAES repo and became the general default initialization method without deep understanding of what it did, what its strengths are, and what its weaknesses are....
- A short-term solution would to add disclaimers to the video description saying that something along the lines of "This video tutorial might be out-of-date and not reflect the current...
## Current issues - [ ] The `idaes get-extensions` step is not mentioned in the installation instructions for this repository (see #123)
While putting together IDAES/examples-pse#102, I ran across a ton of deprecation warnings in the example, e.g.: ``` 2022-02-24 12:30:05 [WARNING] idaes.power_generation.unit_models.boiler_heat_exchanger: 'DeltaTMethod' is deprecated use 'HeatExchangerFlowPattern' This will be removed...
And also look into whether this can work in the notebooks themselves. If so, add some docs somewhere about how to do that.
Noticed while working on #40. Running `idaesx build`, the following message was displayed: ```log [ERROR] 2023-06-02 15:52:16,608 build - During 'pre-process notebooks': Could not find notebook at: /home/ludo/lbl/idaes/examples/idaes_examples/notebooks/docs/tut/general/i_src.ipynb ``` -...
```log ..\nbmake\pytest_plugin.py:48: 34 warnings C:\Miniconda\envs\idaes-pse-dev\lib\site-packages\nbmake\pytest_plugin.py:48: PytestRemovedIn8Warning: The (fspath: py.path.local) argument to NotebookFile is deprecated. Please use the (path: pathlib.Path) argument instead. See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path return NotebookFile.from_parent(parent, fspath=path) ``` - Can probably...
Some stuff to hide solver input. Might finish someday. ---- Legal Acknowledgement By contributing to this software project, I agree to the following terms and conditions for my contribution: I...