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

Add flooding #1

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
43573a8
First ideas on adding back flooding
Apr 21, 2015
c158c91
Added StateFlooded.pyx
Apr 21, 2015
61dad93
Update StateFlooded.pyx
bansal16 Apr 27, 2015
938e31d
Update StateFlooded.pyx
bansal16 Apr 27, 2015
5c49469
Update StateFlooded.pyx
bansal16 Apr 28, 2015
c0b9c25
Added StateFlooded.pxd
May 3, 2015
4aa6306
added class State_Flooded
May 3, 2015
318948b
added get_dudxL
May 3, 2015
eab4e41
Update StateFlooded.pyx
bansal16 May 4, 2015
f329295
Update StateFlooded.pxd
bansal16 May 4, 2015
d70142e
Created setup file
May 7, 2015
69c8a58
Added get_rho and get_h; StateFlooded(State)
May 7, 2015
b28f2c0
Changed State_Flooded to StateFlooded(State)
May 7, 2015
f649547
Get PDSim to compile again
ibell May 15, 2015
bcd0658
state_flooded compiles (still work to be done)
ibell May 15, 2015
db4a62a
Fix typos in core.py
ibell May 15, 2015
1325f09
Fix some of the variable definitions
ibell May 15, 2015
6052a70
Somehow state_flooded.pyx was missing when it was renamed before
ibell May 15, 2015
df35f2d
Always use class variables. StateFlooded is working:
ibell May 15, 2015
8b70528
A couple of mini-optimizations to help cython compilation
ibell May 15, 2015
d60cf40
Added StateFlooded Example
May 15, 2015
e809853
Added dPdT_const_V
May 19, 2015
2147de2
Modified dPdT_const_V
May 19, 2015
9fe6f7c
Not sure about self.update
May 19, 2015
a0f2e46
Update dudxL_mix
May 19, 2015
2a22e54
Update state_flooded.pyx
bansal16 May 19, 2015
7cca13d
Update state_flooded.pyx
bansal16 May 19, 2015
5929835
Update state_flooded.pyx
bansal16 May 21, 2015
cfae440
Missing ( )
May 21, 2015
2b8b1da
Spacing
May 21, 2015
ccc81e6
Working on containers to integrate StateFlooded
May 24, 2015
319b926
Added cve and cKe
May 24, 2015
655a7f3
Added twophasenozzle
May 24, 2015
22fdf08
Update state_flooded.pyx
bansal16 May 26, 2015
151c565
Update core.py
bansal16 May 27, 2015
b2630d5
Update flow_models.pyx
bansal16 May 27, 2015
c69da74
Update flow_models.pxd
bansal16 May 27, 2015
2721dcb
Update containers.pyx
bansal16 May 30, 2015
2dc21d3
Update containers.pxd
bansal16 May 31, 2015
4f4a60f
TODO
Jun 2, 2015
fac1613
Some docstrings
Jun 3, 2015
8071713
Update containers.pyx
bansal16 Jun 3, 2015
a80dd10
Update containers.pxd
bansal16 Jun 3, 2015
79e3ccc
Create Scroll_Expander.py
bansal16 Jun 3, 2015
1c9e821
Update flow.pyx
bansal16 Jun 4, 2015
a64d932
Update flow.pxd
bansal16 Jun 4, 2015
b2cb7a8
Update containers.pyx
bansal16 Jun 4, 2015
9a0df9c
Update containers.pxd
bansal16 Jun 4, 2015
5eea08f
Fixed units, modified Ke ve, added exergy_mix, added docstrings
Jun 6, 2015
c2366da
Updated PDSim version to 3.0
Jun 6, 2015
0ccb11f
Update flow_models.pyx
bansal16 Jun 8, 2015
ed3b266
Update state_flooded.pyx
bansal16 Jun 8, 2015
9ee43b4
Update state_flooded.pxd
bansal16 Jun 8, 2015
892291a
Update core.py
bansal16 Jun 8, 2015
c5b9d0b
Small fix
Jun 8, 2015
07b1425
Update core.py
bansal16 Jun 10, 2015
64c77c3
Fixed kstar
Jun 10, 2015
efe484a
Fixed inlet/outlet state
Jun 10, 2015
5f91e88
Fixing pre_run( ) and guess_outlet_temp ( )
Jun 10, 2015
4b9761d
Example get_kmix( )
Jun 10, 2015
2f347ad
Revert "Example get_kmix( )"
Jun 10, 2015
78f97ce
Example get_kstar( )
Jun 10, 2015
cd6c286
Fixing __hasLiquid__ in Tube class
Jun 11, 2015
4e13ddc
Fixed clipper example
Jun 16, 2015
913397f
Added polymath.pyx to be compiled
Jun 16, 2015
99009c4
Fixing polymath
Sep 2, 2015
c3ae48e
Updating Scroll_Expander example
Sep 2, 2015
a82da80
setup.py includes pyclipper and polmath
Sep 2, 2015
036ccb1
Commented some junk
Sep 2, 2015
4afea59
General update and clean up
Mar 5, 2016
4a6609e
Updated setup future release
Mar 5, 2016
5cce196
Added TwoPhase Nozzle flow model
Mar 5, 2016
4cdca21
Fix pre_run
Mar 5, 2016
59a710f
Debugging the geometry
Mar 10, 2016
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
Loading