idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
This issue aggregates issues involving the `ControlVolume1D`. - https://github.com/IDAES/idaes-pse/issues/424 - https://github.com/IDAES/idaes-pse/issues/637 - https://github.com/IDAES/idaes-pse/issues/1012
## Summary/Motivation: This PR adds a module for formulating flexibility analysis problems. ### Legal Acknowledgement By contributing to this software project, I agree to the following terms and conditions for...
## Fixes #1380 ## Summary/Motivation: These checks are fast and precise, so they should go in the general high-level reporting method. ## Changes proposed in this PR: - Add parallel...
## Depends on #1429 ## Summary/Motivation: Presently in `check_parallel_jacobian`, many arithmetic operations are being carried out in Python code, featuring a triple `for` loop for some reason. This new method...
## Fixes Addresses file format changes associated with updates to tensorflow and keras mentioned in issue #1369 ## Summary/Motivation: Tensorflow and keras version updates changed how they save/load files. This...
## Replaces #977 ## Summary/Motivation: This PR adds an implementation of the improved Smooth VLE formulation originally proposed in #977. This implementation preserves the old implementation for backward compatibility. ##...
After once again having to go into PETSc and manually edit the function to return the Pyomo block that it uses for solving the initial condition problem, I think it's...
## First part of new scaling ## Summary/Motivation: This PR adds the first infrastructure to allow us to test the new IPOPT infterface using `get_solver`. For now, scaling is turned...
## Fixes Add the renewable+PEM parameterized bidder (bids the power at a constant price). ## Summary/Motivation: 1. Add a PerfectForecaster to predict the day-ahead and real-time wind power and electricity...
Presently, PETSc ignores the `active` attribute of scaling suffixes and scales/unscales the corresponding blocks anyway. It needs to be fixed to take this attribute into account and probably modified to...