idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
The documentation cross-links and links to external targets enough now that it would be useful to automate the process of looking for broken links. There are a number of tools...
# Builds off #724 and costing improvements During discussion of the new costing implementation and its effects on initialization, it was suggested that we could generalize costing across all IDAES...
1. There exists a need for various options of reference state definitions: - Setting entropy reference and enthalpy reference(while this can be any arbitral constant for non-reactive systems, it becomes...
From a comment in #620: @dangunter: > There are lots of magic string constants like "mw". imho, most of these should be defined as constants. I tend to create a...
(Originally reported by @Andresj89) Running `idaes get-examples` results in an error: ``` idaes get-examples -d /tmp/foo Internal Error: Could not find an examples release matching IDAES version 2.0.0 You can...
This is especially important for thinks in `apps` and `models_extra` in order to identify external maintainers.
This discussion/question is part of the ongoing effort described in IDAES/idaes-dev-issues#23 to eliminate pylint false-positive errors in the current codebase. ### Why is pylint complaining? Similarly to what described in...
As part of the improvements to the IDAES Costing Framework, we realized that for most costing Blocks it should be possible to automate initialization by doing a block-triangularization of the...
As we move towards having parts of IDAES installed optionally, I thought it would be useful to see some good examples for messages to the user when something that is...
There will need to be some documentation on the new coolprop interface * **concepts** of what coolprop is and why we have wrapped it * **how to** do specific things...