idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
Allow names such as `bottoms` and `vapor_reboil` to be specified as products to show in the graph properly without being ignored
As part of #848, it was discovered that the behavior of the IAPWS external function calls showed different behavior at low enthalpies on Linux and Windows. The state conditions were:...
Want to leave a record of [this Pyomo issue](https://github.com/Pyomo/pyomo/issues/2380) in the IDAES repo, in case any IDAES user encounters it.
If you try to run get-extensions on macOS, and you've run it before, you'll get a permission error. Seems macOS doesn't really like you to delete or overwrite dylib files....
I think this issue will probably be resolved in Anaconda, but I have an issue where the version of libstdc++ from Conda conflicts with the one from Ubuntu 22.04. When...
Add parameters in Henry's constant N2O Analogy (Jiru et.al, 2012), in MEA_solvent.py. The parameters are needed for the end-to-end UQ example, as they are estimated together with the concertation-based equilibrium...
On both macOS and all Linux distress I tried with ARM64 processors Pysmo tests fails. I can't really see a clear reason by the test output is below. ``` ===================================...
I have some more delicate tests that fail on ARM64 macOS. I'm not sure who's responsible for these so we can assign appropriately. I guess the NGFC may be fixed...
## Addresses #735 ## Summary/Motivation: As part of developing the new costing API and the general move to IDAES v2.0, there has been some discussion of better/different ways we could...
Right now, one cannot call bubble/dew methods for a phase when Henry's law components are present, because the ideal EoS still uses the old Henry's law syntax to call them....