idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
## Summary/Motivation: Currently there aren't generic methods to generate viscosity and thermal conductivity in the modular property framework. This PR will implement some common methods from the Properties of Gases...
## Summary/Motivation: - Create a version of the IDAES codebase where: - **(A)** All v2 backwards-compatibility infrastructure (BCI) is fully functional (i.e. legacy code will work) - **(B)** All legacy...
The new Pyomo NL writer is far less permissive and will raise exceptions when ever it encounters terms with a `log(0)`, and we have a lot of cases where this...
## Fixes ## Summary/Motivation: ## Changes proposed in this PR: - Updates documentation for changes in #978 - General changes to index files ### Legal Acknowledgement By contributing to this...
## Resolves #941 ### Legal Acknowledgement By contributing to this software project, I agree to the following terms and conditions for my contribution: 1. I agree my contributions are submitted...
Some visualizer tweaks needed - [ ] scrolling in stream table is not really working. scroll bar is gone but it goes off the screen to the right - [...
## Fixes Remove references to the `default` dictionary in process block documentation. I'm not sure the best way to convey to the reader that they're meant to input config entries...
Although `default` has been excised from the repo's code, it's still showing up in automatically generated unit model documentation: 
## Fixes ## Summary/Motivation: ## Changes proposed in this PR: - New documentation for surrogates API (ALAMO, PySMO, Keras) Python wrappers - This new documentation will be the default, and...
## Fixes ## Summary/Motivation: This PR will add a packed bed reactor (PBR) unit model to IDAES. The PBR model is based on the PFR model that already exists in...