idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
If you hide stream table columns the "brushing" stops working with some of the streams.
Update the IDAES visualizer documentation Related to [Create IDAES visualizer tutorial](https://github.com/IDAES/examples-pse/issues/120) issue in examples-pse
While working on the SOEC project, we discovered a quirk of discretizing the time domain using `pyomo.environ.TransformationFactory("dae.finite_difference")`. When more finite elements are requested than can be supported by the flowsheet...
## Fixes NA ## Summary/Motivation: This PR integrates work done to expand the capabilities in idaes.models_extra.gas_distribution. Included are two files that allow for the parsing and conversion of Gaslib network...
### Discussed in https://github.com/IDAES/idaes-pse/discussions/660 Originally posted by **NCJazzMan65** January 13, 2022 I have a flowsheet which models a supercritical CO2 cycle. I'm using the Span-Wagner CO2 property package. The flowsheet...
- [X] Split OSs into individual pages - [ ] Test install on each OS - [X] Remove links & text related to to empty "optional dependencies" page - [...
I went to finish off issue #577 to explain in the docs where to put most flowsheets. I think I find the relevant docs, but they seem to be way...
As seen in e.g. #883.
## Summary The expression generation in krigging model gives error when using scalar variable ### Steps to reproduce the issue ``` # example.py import pandas import pyomo.environ as pyo from...
The instructions in the [advanced user installation](https://idaes-pse.readthedocs.io/en/stable/tutorials/advanced_install/index.html) tell the user to `pip install -U .` as part of updating IDAES. That results in a deprecation message: ``` (idaes-new) C:\Users\[REDACTED]\idaes-pse>pip install...