Skip to content
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

Adding rotating packed bed model #2

Closed
wants to merge 59 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
af0de8e
initial addition of RPB model
Ryan-Hughes-8 Aug 2, 2023
66517e3
notebook changes
Ryan-Hughes-8 Aug 3, 2023
a79fe5b
heat flux energy balance
Ryan-Hughes-8 Aug 4, 2023
b09bc04
working changes
Ryan-Hughes-8 Aug 7, 2023
ff0feaf
working changes
Ryan-Hughes-8 Aug 7, 2023
33d54fe
working changes
Ryan-Hughes-8 Aug 8, 2023
f65864b
removed Csurf from equations
Ryan-Hughes-8 Aug 16, 2023
97b0322
added to gitignore
Ryan-Hughes-8 Aug 16, 2023
00d47d9
Merge branch 'removing-Csurf' into working_branch
Ryan-Hughes-8 Aug 16, 2023
d2d1b33
generalized scaling
Ryan-Hughes-8 Aug 16, 2023
f35b0fa
generalized scaling
Ryan-Hughes-8 Aug 16, 2023
52d581b
small scaling changes
Ryan-Hughes-8 Aug 17, 2023
0f47741
removing some commented lines
Ryan-Hughes-8 Aug 17, 2023
3682cf8
working changes
Ryan-Hughes-8 Aug 17, 2023
565b020
added energy req. and productivity
Ryan-Hughes-8 Aug 24, 2023
abe484e
changing some bounds
Ryan-Hughes-8 Sep 6, 2023
25f3e7c
added logic blocks for eqs and BCs
Ryan-Hughes-8 Sep 7, 2023
3e57ba4
added counter current flow equations
Ryan-Hughes-8 Sep 18, 2023
293ebf4
working changes
Ryan-Hughes-8 Sep 18, 2023
620c12d
initial commit
Ryan-Hughes-8 Sep 19, 2023
f53b299
scaling changes
Ryan-Hughes-8 Sep 22, 2023
f8e3fb5
more scaling changes
Ryan-Hughes-8 Sep 23, 2023
9b56801
more scaling
Ryan-Hughes-8 Sep 27, 2023
0f74bfc
more scaling
Ryan-Hughes-8 Sep 27, 2023
eac4b91
more scaling
Ryan-Hughes-8 Sep 28, 2023
05135d5
working changes
Ryan-Hughes-8 Nov 28, 2023
b021e98
working changes
Ryan-Hughes-8 Jan 9, 2024
38ad104
working changes
Ryan-Hughes-8 Jan 9, 2024
5dbe6c9
added csurf back in
Ryan-Hughes-8 Jan 23, 2024
cee50a8
finalizing notebook
Ryan-Hughes-8 Jan 25, 2024
bceff2a
added init cells to notebook
Ryan-Hughes-8 Feb 12, 2024
56eaa6a
added units and diagnostic testing
Ryan-Hughes-8 Mar 18, 2024
a5a0e97
Merge branch 'counter-current-configuration' of https://github.com/Ry…
Ryan-Hughes-8 Mar 18, 2024
c2cbbad
added polishing step to notebook
Ryan-Hughes-8 Mar 18, 2024
565271a
working changes 1
Ryan-Hughes-8 Apr 1, 2024
5298533
working changes 2
Ryan-Hughes-8 Apr 1, 2024
e83f784
completed upper level RPB block
Ryan-Hughes-8 Apr 1, 2024
4da2c94
fixed units, added full model creation, added smooth_max from idaes
Ryan-Hughes-8 Apr 3, 2024
0f0371d
added idaes constants
Ryan-Hughes-8 Apr 4, 2024
c7c3f5b
changed to ["forward","reverse"] flow direction flag
Ryan-Hughes-8 Apr 11, 2024
125ac31
added time index and changed to [t,z,o,k] indexing
Ryan-Hughes-8 Apr 12, 2024
a5512c3
fixing indexing errors
Ryan-Hughes-8 Apr 12, 2024
f29146f
changed add_equations
Ryan-Hughes-8 Apr 12, 2024
26e515a
added ports
Ryan-Hughes-8 Apr 15, 2024
fae4966
added ports
Ryan-Hughes-8 Apr 15, 2024
635c144
switched "mode" to "initial_guesses"
Ryan-Hughes-8 Apr 15, 2024
41f6108
initial changes for idaes structure
Ryan-Hughes-8 Apr 15, 2024
a607139
changed transformation config
Ryan-Hughes-8 Apr 15, 2024
0afb519
changes for only supporting ads and des sections
Ryan-Hughes-8 Apr 15, 2024
73a038b
added initialization and plotting method
Ryan-Hughes-8 Apr 16, 2024
aaac6bf
added to initializer
Ryan-Hughes-8 May 7, 2024
2489965
added properties to ports
Ryan-Hughes-8 May 24, 2024
4bd5ce8
additional inlet properties
Ryan-Hughes-8 May 28, 2024
b857a35
started adding properties methods to RPB interior
Ryan-Hughes-8 Jul 24, 2024
2872748
added to init routine
Ryan-Hughes-8 Jul 30, 2024
91c64ff
scaling value change
Ryan-Hughes-8 Jul 30, 2024
2916743
updated notebook
Ryan-Hughes-8 Aug 28, 2024
16e03e0
removed model snapshots
Ryan-Hughes-8 Aug 28, 2024
1eee194
notebook update
Ryan-Hughes-8 Aug 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.pyc
*.txt
__pycache__/
Rotary packed bed/RPB_working_notebook.ipynb
Rotary packed bed/finitevolume.py
Rotary packed bed/RPB sensitivity runs.ipynb
temp/
Rotary packed bed/RPB_notebook copy.ipynb
Binary file not shown.
Binary file added Rotary packed bed/RPB flowsheet 081924.json.gz
Binary file not shown.
Loading