-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing Expr_if & Changing Bio_P Default #1362
Merged
lbianchi-lbl
merged 20 commits into
watertap-org:main
from
MarcusHolly:replace_expr_ifs
May 10, 2024
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6dec5c3
Import smooth max into translator block
MarcusHolly 46049a0
Replace Expr_ifs with smooth_max or smooth_min
MarcusHolly ce7dccb
Merge branch 'main' into replace_expr_ifs
MarcusHolly 74b7ff6
differentiate between the eps smoothing function and the eps used els…
MarcusHolly e9e442c
Adjust the value of eps_smooth from 1e-10 to 1e-4
MarcusHolly 73ff9b4
Temporarily add diagnostic toolbox and scaling checks
MarcusHolly fdab851
Merge branch 'main' into replace_expr_ifs
MarcusHolly 0956b3a
Continue playing around with scaling and tear guesses
MarcusHolly 040e57e
Reset flowsheet to the version in main
MarcusHolly 3f574bb
Reset flowsheet to the version in main
MarcusHolly 05e53ec
Merge branch 'main' into replace_expr_ifs
MarcusHolly a94da70
Change bio_P default to False
MarcusHolly 0880862
Replace separators with clarifiers and modify tear guesses
MarcusHolly 608c866
Update test
MarcusHolly a470c78
Add bio_P config option to Extended BSM2 flowsheet and testing
MarcusHolly f3c9e1c
Address merge conflicts
MarcusHolly 184fedf
Minor adjustments to test solutions
MarcusHolly 91235fa
Minor improvements to bio_P=True tear guesses
MarcusHolly 0cc70ea
Clean up code
MarcusHolly def8473
Merge branch 'main' into replace_expr_ifs
lbianchi-lbl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did you arrive at these new guesses?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got the initial guesses from Chenyu's ElectroN-P flowsheet, and then I made some very slight modifications to them.