Ian Bell
|
b2eccfdba8
|
Find Tmax and pmax indices right at the end - much simpler
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-15 18:02:12 +02:00 |
|
Ian Bell
|
731bd0f345
|
If a non-liquid liquid solution is found, bump up the liquid density and try again
Ok, this isn't perfect, but it seems to work pretty well.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-15 16:18:40 +02:00 |
|
Ian Bell
|
c0157c0814
|
Added the ability to set/unset the phase for the abstract state class
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-15 16:17:01 +02:00 |
|
Ian Bell
|
5f723ce585
|
Added refinement of the phase envelope, PQ and TQ work for saturation
See https://github.com/CoolProp/CoolProp/issues/133
Closes https://github.com/CoolProp/CoolProp/issues/143
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-15 14:19:22 +02:00 |
|
Ian Bell
|
d47ba92acf
|
Added docs for saturation routines
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-14 22:46:00 +02:00 |
|
Ian Bell
|
20e55df16e
|
Added solver for mixtures with vapor quality set and one of P or T. Q no longer needs to be 0 or 1
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-14 22:11:59 +02:00 |
|
Ian Bell
|
260512b90f
|
saturation p and saturation T work with Q = 0 for mixtures with phase envelopes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-13 23:25:06 +02:00 |
|
Ian Bell
|
cabe7a8a22
|
QT calculations using phase envelope work for Q = 1
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-13 21:42:31 +02:00 |
|
Ian Bell
|
8c843bbf18
|
PQ using phase envelope for Q = 1 works
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-13 21:03:15 +02:00 |
|
Ian Bell
|
67e26391b0
|
Killed off doxygen errors
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-13 15:57:57 +02:00 |
|
Ian Bell
|
71427c73cc
|
Added first cut at PT and P&HSU solvers - much work to be done, currently only good in gas phase.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-12 21:01:53 +02:00 |
|
Ian Bell
|
af8691d0c5
|
Both xN independent and dependent are now tested in mixture derivative code.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-12 20:59:41 +02:00 |
|
Ian Bell
|
ed1d7a41a6
|
Fixes to Mixture Parameters
If F_ij is zero, put in a dummy departure function
If pair is invalid, throw error rather than crash
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-11 13:00:53 +02:00 |
|
Ian Bell
|
a5b7b6f8b7
|
Implemented phase identification parameter
Closes https://github.com/CoolProp/CoolProp/issues/139
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-11 10:22:01 +02:00 |
|
Ian Bell
|
20cae192b0
|
Added necessary code to get sat_p working for dewpoint calculations, phase envelopes build for R32/R125 - was getting bad density roots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-11 02:15:19 +02:00 |
|
Ian Bell
|
58556c6e14
|
Expose mole fractions of liquid and vapor through python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-11 02:12:44 +02:00 |
|
Ian Bell
|
3844f281fd
|
Maximum temp for PY flash is now 1.5*Tmax
Closes https://github.com/CoolProp/CoolProp/issues/137
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-10 16:24:36 +02:00 |
|
Ian Bell
|
a2a2c80323
|
Renamed normalization flag
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-10 15:53:57 +02:00 |
|
Ian Bell
|
d64889965b
|
Removed old-style gas constant normalization
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-10 15:46:18 +02:00 |
|
Ian Bell
|
883b7a3f09
|
Implemented new gas constant normalization method - seems to work well and doesn't touch pure fluid properties
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-10 15:44:01 +02:00 |
|
Ian Bell
|
86f52bdf4e
|
Phase Envelope calculations now include Tsat_max and psat_max, along with indices thereof.
The Tsat_max and psat_max values are calculated using exact solution based on finding dT/dP and dp/dT equaling zero by a 1D solution in rhov.
See also https://github.com/CoolProp/CoolProp/issues/133
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-10 15:17:19 +02:00 |
|
Ian Bell
|
7bf4216240
|
Repaired humid air properties. Validation runs now
Closes https://github.com/CoolProp/CoolProp/issues/125
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-10 10:14:29 +02:00 |
|
Ian Bell
|
95d402d635
|
Helmholtz backend can take name directly as string
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-10 10:13:22 +02:00 |
|
Ian Bell
|
4acec3807b
|
Added backwards compatibility layer for REFPROP- and REFPROP-MIX: from version 4 and passing test
Closes https://github.com/CoolProp/CoolProp/issues/135
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-09 14:48:25 +02:00 |
|
Ian Bell
|
92299092a4
|
Updated python wrappers of both Abstract State and old kSI based state class
Fixed cp0
Works again with PDSim
Closes https://github.com/CoolProp/CoolProp/issues/134
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-09 14:30:42 +02:00 |
|
Ian Bell
|
7757311a48
|
Added failing tests for minimum pressure of melting curves
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-09 00:21:02 +02:00 |
|
Ian Bell
|
494c27fa8b
|
Fixed mixture derivative tests - all pass now
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-08 21:49:29 +02:00 |
|
Ian Bell
|
865aee0a6a
|
Updated REFPROP aliases for all fluids + test to close https://github.com/CoolProp/CoolProp/issues/130
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-08 20:48:01 +02:00 |
|
Ian Bell
|
853228f847
|
Reverted gas constant normalization - implemented constant R_u for mixtures with no other changes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-08 19:31:07 +02:00 |
|
Ian Bell
|
edf39c7387
|
Finished normalization of the gas constants
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-08 17:34:05 +02:00 |
|
Ian Bell
|
068e737388
|
TP flash basically working again for mixtures
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-08 00:08:18 +02:00 |
|
Ian Bell
|
af03189c5b
|
Fixed a lot of little things to get multi-component phase envelopes to build.
Testing of mixture derivatives entirely refactored - much cleaner
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-07 21:56:34 +02:00 |
|
Ian Bell
|
295f963a45
|
Phase envelope construction is working - some edge cases to deal with, but looking good overall
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-07 15:18:20 +02:00 |
|
Ian Bell
|
62beb5814a
|
Excess functions take std::size_t
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-07 15:06:14 +02:00 |
|
Ian Bell
|
5342ac2204
|
Clear the phase envelope before making the next one.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-07 00:54:44 +02:00 |
|
Ian Bell
|
518aeca7d8
|
Fixed MixedParameters.cpp to remove c++11 functionality
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-07 00:34:13 +02:00 |
|
Ian Bell
|
e92ed95a98
|
Cleaned up the c_Y functions for GERG to make use of the beta functions relationship beta_ij = 1/beta_ji
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 21:43:53 +02:00 |
|
Ian Bell
|
7466ffd6d5
|
PhaseEnvelope added to CoolProp.i SWIG interface
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 21:41:41 +02:00 |
|
Ian Bell
|
cdc21e38e8
|
PhaseEnvelopeData can be extracted using the get_phase_envelope_data function from the AbstractState
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 21:41:14 +02:00 |
|
Ian Bell
|
783f27f0dc
|
ExcessHEFunction.h all unsigned int replaced with std::size_t
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 21:39:37 +02:00 |
|
Ian Bell
|
b6f9ce89ed
|
Moved PhaseEnvelope.h to include folder
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 21:08:43 +02:00 |
|
Ian Bell
|
e9297e8dc5
|
Calculate enthalpy and entropy as part of phase envelope
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 19:56:54 +02:00 |
|
Ian Bell
|
46135f69b6
|
Broke up the critical determination term for easier debugging
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 19:03:02 +02:00 |
|
Ian Bell
|
b8b4187d49
|
Interpolation for phase envelopes is based on *new* value for rhomolar_vap - much better
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 18:27:05 +02:00 |
|
Ian Bell
|
73c90b4b01
|
Gas constants are now all set to CODATA 2010 value and terms n_i in residual terms are multiplied by R_u_old/R_u_new
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 18:09:01 +02:00 |
|
Ian Bell
|
047f63861d
|
Provide a body for the function that MSVC doesn't like
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 18:01:06 +02:00 |
|
Ian Bell
|
ea4bc07273
|
FlashRoutines uses parameters instead of int for other parameter
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 18:00:41 +02:00 |
|
Ian Bell
|
354c924ca6
|
Excess is header only completion
Fixed bug with init of Q for phase envelope construction
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 16:10:12 +02:00 |
|
Ian Bell
|
ee6d6ecadc
|
Excess is now header-only
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 15:47:46 +02:00 |
|
Ian Bell
|
8fdd1fddaf
|
Refactor of mixing parameters successful
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
|
2014-09-06 15:41:33 +02:00 |
|