Ian Bell
dc75fa8fea
Fixed typo in CoolProp.cpp
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-25 11:06:28 -04:00
Ian Bell
b1b21e351b
Fixed bug in R11 EOS and changed reference state coefficients
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-25 11:04:50 -04:00
Ian Bell
23fdaf6cf9
Implemented EOS for R11 from Jacobsen 1992 (FEOS)
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-25 09:15:37 -04:00
Ian Bell
7f79298796
Added Akasaka paper and journal names are now all abbreviated
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-24 18:46:29 -04:00
Ian Bell
378eb2fcdc
Added translated mBWR EOS for R123 - will do the same for the remaining fluids so that we have the same EOS
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-24 00:52:30 -04:00
Ian Bell
ff8a364a89
Fix condition to check for enthalpies being the same
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-23 12:27:31 -04:00
Ian Bell
74449b5151
Reorganized MatrixMath.h header file
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-23 12:26:34 -04:00
Ian Bell
ddc0fb6830
Conductivity tests pass now!
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-23 12:25:46 -04:00
Ian Bell
5bac73dd4d
Now using the right set of coefficients for n-Butane residual conductivity since we use simplified crossover term
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-23 12:17:26 -04:00
Ian Bell
85c2e7954f
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-07-20 10:57:06 -04:00
Ian Bell
e79c5f5d14
Tidied up some transport tests
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-20 10:56:53 -04:00
Ian Bell
53611b2535
Corrected hydrogen viscosity as per discussion with Marcia
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-20 10:47:05 -04:00
jowr
46df4a6510
Added all pure fluids from Melinder's book, incompressible JSON files now check hashes before write, equation based fluids can be fitted as well
2014-07-18 12:40:48 +02:00
jowr
6696f84aab
Added LiBr as a polynomial...
2014-07-17 18:50:05 +02:00
Rod Persky
97804bdb6d
Update .travis.yml
...
Looking at using hipchat instead of emails for notifications, tested on personal branch. Benefits: if it works out then we can all get notifications without putting out email into Travis.yml
2014-07-18 00:52:37 +10:00
jowr
6be83b1ad3
Tried pointers, but LiBr still does not work. Somnehow the object gets converted to the base class.
2014-07-17 16:34:35 +02:00
jowr
8e66da5d09
Added LiBr and some more fitting scripts
2014-07-17 15:27:40 +02:00
jowr
6409efbacc
Pure incompressibles are integrated, tests are still pending.
2014-07-17 12:06:15 +02:00
jowr
2bb3e182e5
Fitting works, some tests do not pass.
2014-07-17 11:52:12 +02:00
jowr
e946d84dec
Incompressible library and backend work, still need to convert the coefficients from v4.
2014-07-16 13:18:45 +02:00
jowr
8a888cdf9d
Fitting works, still a little sensitive, but there was progress
2014-07-15 18:56:07 +02:00
jowr
a62048d9d8
Started to rework the python files to form a module
2014-07-15 16:41:38 +02:00
jowr
c4a9e399a0
Fitting works again, code needs some cleaning up.
2014-07-15 15:08:40 +02:00
jowr
f26cc22e64
Python, python
2014-07-14 18:04:32 +02:00
jowr
cd5873e24a
Merge branch 'master' into eigenPolynomials
2014-07-14 17:01:51 +02:00
jowr
ee04ef05dc
Many C++ things are done, working on the Python parts
2014-07-14 16:53:22 +02:00
jowr
79beb6fddc
The incompressibles pass the first tests and concentration inputs are read properly
2014-07-14 14:54:09 +02:00
jowr
8dacd33d3b
Still problems with the mass fractions
2014-07-13 22:07:33 +02:00
jowr
943eb86d2e
Added some more tests and prepared the backend. Example fluids load properly, but there are some bugs. Calculations work, but give wrong results.
2014-07-13 21:04:11 +02:00
Ian Bell
2db80a4c60
Fixed one bug with pseudo-pure saturation calls
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-12 16:39:31 -04:00
Ian Bell
3e4d431318
Fix REFPROP wrapper to allow use of pseudo-pure fluids
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-12 15:08:28 -04:00
Ian Bell
c2a6650984
Fixed typo in Air.json in generalized Planck-Einstein term
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-12 12:29:05 -04:00
Ian Bell
5779317fc6
Fixed the H2S tests based on validation data from Sergio
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-12 10:47:50 -04:00
jowr
d867fb96ff
ready to implement update and to connect backend to main routines... Set reference states is still missing.
2014-07-12 12:47:59 +02:00
jowr
9452926bd3
IncompressibleBackend passes all preliminary tests, update needs to be implemented.
2014-07-11 16:38:02 +02:00
jowr
e29f890d29
Inheritance problem solved, solvers now have pointer versions
2014-07-11 13:56:23 +02:00
jowr
c28012c00a
Started implementing the solvers... Inheritance is a little unclear, wrote todo notes in the source. Added test object factories for consistent testing.
2014-07-11 13:06:43 +02:00
Ian Bell
c553f0a2ff
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-07-10 15:58:53 +02:00
Ian Bell
e4c6e83728
Fixed Helmholtz dTau2 term for NonAnalytic
2014-07-10 15:07:12 +02:00
Ian Bell
a2a4b71577
Added POW2 POW3 etc macros
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-10 14:39:52 +02:00
jowr
ed35139d8a
Implement new, more general solvers for the polynomials. Added solvers for rho, c, u and s to the incompressibles. T as function of h is still missing, should got to the backend...
2014-07-10 13:25:17 +02:00
jowr
e486f3f78e
minor changes
2014-07-10 00:15:57 +02:00
jowr
8e13547af3
Temperature check does not fail without coefficients
2014-07-09 21:42:38 +02:00
jowr
00f0672f0f
Basic incompressible structure running.
2014-07-09 21:18:30 +02:00
Ian Bell
9462f149d2
Added some testing code for parameters and incompressibles in main.cxx
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-09 20:12:53 +02:00
Ian Bell
44ee752877
Update default flags for python
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-09 20:12:10 +02:00
Ian Bell
8b072f9e67
Updated code::blocks project
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-09 20:10:27 +02:00
Ian Bell
d6402128f8
Added cmake code for compiling main.cxx
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-09 20:09:56 +02:00
jowr
b93c5ced68
Merge remote-tracking branch 'origin/eigenPolynomials' into eigenPolynomials
2014-07-09 18:18:43 +02:00
jowr
a57241bd62
Added checks and conversion functions
2014-07-09 18:18:02 +02:00