idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
See: https://github.com/IDAES/idaes-pse/pull/948#discussion_r967367224
Looking through `caprese.categorize` I see that there are two methods that do the same thing: `categorize_dae_variables_and_constraints` and `categorize_dae_variables`. The former seems to be more general the latter, and the latter...
IPOPT output is currently plain text. A structured output option would simplify more sophisticated rendering by IDAES on solves. Things it could include: * iterations * time in solver *...
Generally scaling factors are calculated in the tree structure of an IDAES model by going from the leaf blocks and calling the calculate scaling factors methods and proceeding to their...
See IDAES/examples-dev#142 and IDAES/examples-dev#144. Something strange is happening with the repeated solves of the Flash unit in the first workshop example. From examining the various model states throughout the example,...
When it comes to the property package tools, we have a number of examples of creating property packages within the main code base which are intended as instructionary material for...
We need to include more model verification tests across a range of use cases. Currently testing of dynamic cases is rather sparse.
For the IAPWS property package, it will be useful to have the following: - [ ] mass basis in addition to the existing mol basis (or some functionality that leverages...
@adowling2 proposed creating a "splash page" for all the modeling extensions for IDAES. The idea behind this was to have a 3-5 sentence description with a figure for each modeling...
An external user brought a use case to my attention where the Cubic EoS model failed to converge at high pressures. The issue appears to be that the deviation between...