idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
From review of IDAES/idaes-dev#1082: - Any test that involves a solver (or depends on the result of a solver) should be tagged as a component test. This would be the...
Stems for issue IDAES/idaes-dev#102 There are some ideas for additional model statistics that we should add to statistics utility methods. * Number of nonlinear terms * Types of nonlinear terms...
Copied from https://github.com/IDAES/idaes-private/issues/366 From the May 2018 Stakeholder meeting, one suggestion for a valuable feature was tools for managing flowsheet complexity and specification. Two suggested tools were: - [ ]...
## Summary/Motivation: Breaks off the changes to the `HeatExchanger1D` from #1382 into their own PR ## Changes proposed in this PR: - Allows upwind difference schemes to be used in...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
## Summary/Motivation: There is a new project ongoing to support NETL's reactive capture technology. The goal of this work is to integrate CO2-selective polymer membranes with electrochemical conversion to efficiently...
## Fixes --Fixes wrong discretization used in `HeatExchanger1D` model ## Summary/Motivation: Adds models for crossflow heat exchanger and heater used in SOC dynamic flowsheet to models_extra as well as fixing...
Right now, `display_near_parallel_*` methods are considered "advanced diagnostic techniques" and only suggested if `report_numerical_issues` finds no issues. However, I would argue that they should be considered "numerical diagnostics" as they...
Presently, the most complex heat exchange model in IDAES is the `HeatExchanger1D`. While this model can represent a double-pipe heat exchanger, it's difficult to represent more complex (and realistic) flow...
- [x] Create new repository (most likely IDAES/dmf) containing a self-installable version of the DMF code currently in `idaes.core.dmf` - [ ] Think about how we want to inform users...