Commit Graph

449 Commits

Author SHA1 Message Date
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
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
Ian Bell
f4764eb929 Incompressibles load and run! ExamplePure works.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-09 18:06:21 +02:00
jowr
6c1bbd6510 Merge remote-tracking branch 'origin/eigenPolynomials' into eigenPolynomials 2014-07-09 17:00:34 +02:00
Ian Bell
c678bdb11a Merge branch 'eigenPolynomials' of https://github.com/coolprop/coolprop into eigenPolynomials 2014-07-09 10:31:34 +02:00
Ian Bell
8e8be7c629 Updated incompressible files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-09 10:28:31 +02:00
Ian Bell
036179990f Added rapidjson_include value information structure
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-09 10:27:45 +02:00
jowr
32d3831b12 Merge branch 'master' into eigenPolynomials 2014-07-09 10:15:25 +02:00
jowr
10a7fa5a41 MatrixMath tests work 2014-07-09 10:14:40 +02:00
Ian Bell
61c614f183 Updated JSON files and Python files for incompressibles
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-08 16:43:12 +02:00
Ian Bell
bce90e4708 Update Octave build to use static libraries 2014-07-08 16:21:10 +02:00
jowr
bbd14f24ff Merge branch 'master' into eigenPolynomials 2014-07-08 15:41:42 +02:00
Ian Bell
4aa8c5ac61 Fixed incomp JSON files and added prototypes to incompressible backend
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-08 15:40:32 +02:00
Ian Bell
6482ced24a buildbot cron 2014-07-08 15:28:19 +02:00
Ian Bell
36d9c7f9e6 Fixed buildbot 2014-07-08 15:15:11 +02:00
Ian Bell
acc670587f Buildbot docs 2014-07-08 15:10:43 +02:00
Ian Bell
68c0fe914d Docs for buildbot-private 2014-07-08 15:08:02 +02:00
Ian Bell
90af4a0442 Turns out you don't need virtual environment 2014-07-08 14:58:53 +02:00
Ian Bell
55b7514736 Fix path for virtual environment 2014-07-08 13:58:15 +02:00
jowr
77fa6d9887 Moving files around 2014-07-08 13:49:58 +02:00
Ian Bell
b3fba8a6db disabled sphinx-apidoc
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-08 13:44:30 +02:00
jowr
48515b98fd Fixed the coefficients!!!! A minus was missing. 2014-07-08 13:36:08 +02:00
Ian Bell
df5cded58c Find static libraries on OSX (others broken)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-08 13:25:09 +02:00
Ian Bell
6779185349 Octave libraries are linked static
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-08 13:19:01 +02:00