idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

The IDAES Process Systems Engineering Framework

Results 257 idaes-pse issues
Sort by recently updated
recently updated
newest added
trafficstars

Presently, the `MSContactor` model adds phase fraction variables whether or not they already exist on a `StateBlock`. As a result, it cannot be used with property packages that already have...

bug
good first issue
Priority:Low
PrOMMiS

As part of the new initialization API that @andrewlee94 implemented, the initialization is wrapped in a `try` block, with a `finally` block to [revert any changes to constraint activation or...

discussion

There is a parameter eps in the separator unit operation. It has the units of flow. When using FTPx propreties, it ends up with the units of mol/sec. This separator...

Previously, @eslickj set up PETSc so that a special command was needed to install it `idaes get-extensions --extra petsc` rather than just having it be installed by running `idaes get-extensions`....

Priority:Normal
idaes-ext

As part of troubleshooting #1578, I discovered that the new initialization API, which uses `Initializer` classes instead of initialization methods on state blocks with `FpcTP` state variables and phase equilibrium...

## Summary/Motivation: Presently, the `SVDToolbox` isn't widely utilized, in part because of the limited options for calculating the SVD. Scipy's dense SVD is time-consuming on problems larger than 1000x1000, while...

Priority:High

This issue is to collect various tasks and issues that have accumulated that are waiting for the scaling rework to happen. A checklist for the overall scaling rework is found...

Priority:Normal
scaling_v2

Presently, the diagnostics toolbox has two methods: `display_variables_with_extreme_jacobians` and `display_constraints_with_extreme_jacobians` that don't adequately describe what's happening. They sound like they are collecting a list of variables or constraints with extreme...

Priority:Normal

Attempt to run pytest on the idaes-pse package, specifically the test_demo_flowsheet.py file, and observe that pytest fails on my Mac but passes on the CI environment. System: ```zsh $ sw_ver...

Priority:Normal

## Fixes The lack of PDF version of our docs at RTD ## Summary/Motivation: This is a test to see if we want to have RTD produce a PDF version...

Priority:Low