idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
Is there any potential to update the available units to have more recent USD values than USD_2021? I have desire to use a more recent value of the USD for...
## Fixes ## Summary/Motivation: The use of a metaclass for defining process blocks was both confusing and caused unintentional errors (conflicting metaclass definitions that faught with the `RenamedClass` backwards compatibility...
Currently, "upadate" is an exception to the spell checker due to what looks like a temporary fix for DMF examples: https://github.com/search?q=org%3AIDAES%20upadate&type=code At a convenient time, we should consider correcting "upadate_metadata_model_references"...
## Depends on #1436 ## Summary/Motivation: This PR adds a draft of the new `Scaler` classes along with some general utility functions for the new scaling interface. I have generally...
## Fixes - Addresses #1343, #1347, and #1399 - Stops Pytest warnings from controller tests not returning `None` ## Summary/Motivation: When using the PETSc interface, a square initial condition problem...
### 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 under the license...
## Fixes/Summary/Motivation: Copyright year range to include 2024 ## Changes proposed in this PR: - Changes probably every .py file in the top header comment only - ### Legal Acknowledgement...
## Fixes Minor modifications to power plant costing. ## Changes proposed in this PR: - correct units on a couple of terms - set additional_cost_of_electricity to initialize at 0, add...
See https://github.com/watertap-org/watertap/issues/1426 for request for an option to skip automatic conversion to base units.
## Fixes N/A ## Summary/Motivation: As best as I can tell, I cannot easily get the constructing class back from an instance of a process block. E.g. ```python from pyomo.environ...