-
Notifications
You must be signed in to change notification settings - Fork 59
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
Enable RO0D to be dynamic #1471
Merged
Merged
Changes from all commits
Commits
Show all changes
126 commits
Select commit
Hold shift + click to select a range
0992ca4
revised dyanmic and has holdup for membrane channel base/RO 0D, but p…
adam-a-a 07ee8d2
Changed dynamic and has_holdup to not be hardcoded to False
fahim831 ddc50db
Merge branch 'ro0d_hasholdup' into dynamic-exploratory2
adam-a-a fa7dc7f
run black
adam-a-a 90707f2
cleanup test
adam-a-a 3554e8c
Fixed NaCl property package as per TIm's instructions to allow dynamics
fahim831 511db4a
add material_density by component
adam-a-a 7951363
Merge branch 'mat_dens_terms' into dynamic-exploratory2
adam-a-a 6fcd8a6
blk
adam-a-a 3d0b908
put mat dens expr in right place
adam-a-a d8f9287
fix mat dens epr brackets
adam-a-a 8b9e407
fix ro test
adam-a-a 6d34229
blk
adam-a-a cd04d24
fix unintentional addition of conc_mass_phase_comp to state vars
adam-a-a 2685ebd
remove commented out code
adam-a-a e3dab5e
Merge branch 'watertap-org:main' into dynamic-exploratory2
fahim831 42ffd7a
add new instance with simple configs
adam-a-a e9bd78a
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
adam-a-a d88c80e
black
adam-a-a e111ec8
Added numbers to initialize RO0D unit_models
fahim831 b4af3b4
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
fahim831 f59b598
raise config error for simple RO
adam-a-a 1c19e60
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
adam-a-a 90dfda7
Added pressure change back in to be identical to Adam's specs
fahim831 78eaa5d
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
fahim831 6c0d5af
setup.py point to dynamic_cv0d
kurbansitterley 6e6a3a8
add back pyomo
kurbansitterley 49c8ac8
black
kurbansitterley c94d453
revert debug changes after idaes PR fix; add check to tests to check …
adam-a-a a143bc3
cleanup and check material_holdup
adam-a-a b6ad14a
adjust test
adam-a-a 939a8ee
blk
adam-a-a f875b52
initialize without the assert_units_consistent check in place
adam-a-a 0f418f5
mixed_permeate as CV0D
kurbansitterley 30ca95c
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
kurbansitterley 3f30fbd
black RO-base
kurbansitterley 4c304fb
add permeate port to mixed_permeate
kurbansitterley ad43f37
revert debug changes after idaes PR fix; add check to tests to check …
adam-a-a b14f6c0
cleanup and check material_holdup
adam-a-a 8f5bb1d
adjust test
adam-a-a d219511
blk
adam-a-a 88062be
initialize without the assert_units_consistent check in place
adam-a-a 7c77610
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
kurbansitterley ed81950
undo RO0D and RObase changes
kurbansitterley a9c8758
revert setup.py
kurbansitterley 79cfc27
black again
kurbansitterley e816dc5
add idaes temporary dependency
adam-a-a 4e8b0fa
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
adam-a-a f1f5a77
black
adam-a-a 8678ffe
add idaes dependency with CV0D fix
adam-a-a 48a42d2
blk
adam-a-a 607821a
move assertion
adam-a-a 0feba1a
Currently DOF=2
fahim831 2db6427
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
fahim831 0befd21
petsc succeeds with DOF=0
adam-a-a 34c7370
cleanup
adam-a-a 69396f3
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
adam-a-a 5a9e47f
bring my changes back in after merging with fahim's last commits
adam-a-a ab88730
remove unused imports
adam-a-a 8fdfc1d
one more import to delete
adam-a-a 1e13c0a
add petsc to github actions
adam-a-a 2845d43
skip test for workflows that don't have petsc available; note, tests …
adam-a-a 6ffa537
Nonzero accumulation. Can get dynamic change now.
fahim831 38695bb
Getting a plot for RO0D now.
fahim831 2347c54
Plotting permeate NaCl conc.
fahim831 f215368
Plotting feed outlet C_NaCl
fahim831 c4fd016
Blacked RO0D test
fahim831 0247f90
Plots 5 things.
fahim831 cabfad7
Preliminary results obtained.
fahim831 546d4d7
try to fix failed mac test and run black
adam-a-a d52cc8b
revised dyanmic and has holdup for membrane channel base/RO 0D, but p…
adam-a-a 18db269
add material_density by component
adam-a-a 8590640
fix mat dens epr brackets
adam-a-a 8e6f7a1
add new instance with simple configs
adam-a-a e22a7d6
raise config error for simple RO
adam-a-a 8bc6f6c
black
kurbansitterley 2356a5f
revert debug changes after idaes PR fix; add check to tests to check …
adam-a-a 91e696b
revert debug changes after idaes PR fix; add check to tests to check …
adam-a-a a8c2ead
petsc succeeds with DOF=0
adam-a-a b54a7ba
Currently DOF=2
fahim831 5f16747
bring my changes back in after merging with fahim's last commits
adam-a-a d54b982
remove unused imports
adam-a-a b20bc96
Validate dynamic results.
fahim831 8b29ade
Validate dynamic model.
fahim831 89806cf
Validate dynamic model.
fahim831 8eb9dd2
Merge branch 'watertap-org:main' into dynamic-exploratory2
fahim831 d8f0054
black
adam-a-a 1e714fa
try to fix test_cstr
adam-a-a 861e6bd
bk
adam-a-a 7bd476f
test commit
kurbansitterley 409e693
black again
adam-a-a 9e32a65
remove unused import
adam-a-a 7feaca4
Revert "try to fix failed mac test and run black"
adam-a-a 8ed69f7
test ro back up and running
adam-a-a b020636
run black and remove extra import
adam-a-a 5014771
cleanup RO base
adam-a-a 05c0b71
Apply suggestions from code review
adam-a-a 867071b
Update setup.py
adam-a-a a282f18
Merge branch 'main' into dynamic-exploratory2
adam-a-a 1cdd1a2
Merge branch 'main' into dynamic-exploratory2
adam-a-a fb0ed2d
fix checks
adam-a-a cbabaca
probe failure
adam-a-a 0e2bfe0
bring back reverted commit
adam-a-a 32f6ab6
Revert "Merge branch 'main' into dynamic-exploratory2"
adam-a-a c3edf5f
remove file that surprisingly made its way into a commit
adam-a-a ac7ec77
point to 2.6rc
adam-a-a ca1b1ac
Merge branch 'main' into dynamic-exploratory2
adam-a-a fccd484
adjust HRT constraint on cstr and check failing macos test
adam-a-a 998259a
remove unused import
adam-a-a 88a78c8
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
adam-a-a 8ef8e4b
black
adam-a-a efa5423
reset membrance_channel0d to match main
adam-a-a 5aff8c4
merge main flowsheets
adam-a-a f3e52a8
bring back other changes that are in main already
adam-a-a 096dbcd
Merge branch 'main' into dynamic-exploratory2
adam-a-a 0f3a41d
revert hydraulic retention time constraint
adam-a-a 99b1e8c
Merge branch 'dynamic-exploratory2' of https://github.com/fahim831/wa…
adam-a-a bd2caa8
checkpoint: add scaling to cstr but didn't note any affect on BSM2-P …
adam-a-a 05b717a
Merge branch 'main' of https://github.com/watertap-org/watertap
adam-a-a ce1232c
add requires idaes solver mark for dynamic ro test
adam-a-a 62e9fa9
Merge branch 'main' into dynamic-exploratory2
adam-a-a 5752735
cleanup
adam-a-a f755bf8
Revert "checkpoint: add scaling to cstr but didn't note any affect on…
adam-a-a 10ae589
black
adam-a-a 07b53b7
address pylint
adam-a-a 8e6f462
Merge branch 'main' into dynamic-exploratory2
adam-a-a 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
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
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.
It might be better to add this as a config option in future.