idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
Related to #1191 With recent changes to how Pyomo documents `ConfigDicts` is has come up that the default formatter does not provide full support for Google style doc strings. There...
Today, I was working with a modular property block, and got a bizarre error that seemed inexplicable: ``` def build(self): """ Callable method for Block construction. """ # Call super.build()...
In the power generation section of extra models we have a flue gas and natural gas physical property and reaction packages. We should probably add a new generic combustion gas...
- [ ] Address intermittent Codecov upload failures - [ ] Update all basic actions (`actions/checkout`, `actions/setup-python`, `actions/upload-artifact`, etc) to the latest stable version to avoid deprecation warnings - [...
The ``idaes`` command line interface is slow again. It takes about 1.5 seconds to import stuff on my computer. This probably means it's importing extra stuff again. It should be...
With the transition to the new Pyomo NL writer (done in PR #997), we started seeing failures in the uncertainty toolbox (idaes/apps/uncertainty). The one known issue that has not been...
As commented by @andrewlee94 in WaterTAP (https://github.com/watertap-org/watertap/pull/937/files#r1123757875), the osmotic coefficient should probably be added to defined properties. We currently have it named `osm_coeff` in WaterTAP.
While reviewing https://github.com/IDAES/examples-pse/pull/107#issue, I noticed that the 1D Heat Exchanger currently uses a downwind (backward) difference for the cold side in counter-current flow: https://github.com/IDAES/idaes-pse/blob/897dc3b8f7cb8a9cd39ae71b6cbc0b0c57d2d418/idaes/models/unit_models/heat_exchanger_1D.py#L373-L381 I tried switching it to a...
Currently, the generic property package framework does not validate the methods provided as configuration argument, i.e. a user could provide a method for cp as the method for enthalpy and...
Related to IDAES/idaes-dev#344 Need to implement a activity coefficient models as an option for the generic framework.