Commit Graph

3009 Commits

Author SHA1 Message Date
Ian Bell
fa1720e512 Don't fail if tables need to be built 2015-06-28 13:48:19 -06:00
Ian Bell
c0f230e5d5 Move bicubic coefficients into the tabular dataset as well in order to remove copying and control memory required. 2015-06-28 13:25:18 -06:00
Ian Bell
ef929fcd2a Fix cp0 for tabular backends; closes #696 2015-06-28 12:31:09 -06:00
Ian Bell
350004f1c4 Refactored tables to remove nearly all the copying of data
Some bugs remain still
2015-06-27 20:57:12 -06:00
Ian Bell
59f2b0da88 Add code for tabular data management 2015-06-26 22:07:27 -06:00
Ian Bell
f1037d88c4 Still compile properly if git is not available at command line 2015-06-19 00:16:34 -06:00
Ian Bell
b369728912 Fix loading of tables (unsigned char to char copy) 2015-06-18 00:20:28 -06:00
Ian Bell
23dd866ad6 Fix variable names for second_partial_deriv and calc_second_partial_deriv; see #691 2015-06-12 05:56:25 -06:00
Ian Bell
bb786f1b0a Build tables up to 1.5*Tmax; closes #680 2015-06-11 21:00:54 -06:00
Ian Bell
9a7f0a5acb Updated Excel wrapper to fix PMAX values and implement PhaseSI function; closes #684 2015-06-11 20:30:35 -06:00
Ian Bell
4ca1a5e980 Predefined mixtures work with State class ; closes #697 2015-06-11 19:46:15 -06:00
Ian Bell
e68463f8fa Add example of second partial derivative; closes #691 2015-06-11 19:08:07 -06:00
Ian Bell
9b1e881f32 A better error message for setting reference state with T or p out of bounds; closes #695 2015-06-11 18:49:03 -06:00
Ian Bell
90a043bd56 Update include for PhaseEnvelopeRoutines.h
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-06-11 18:18:04 -06:00
Ian Bell
8a37930a8e Make the get function for tables yield a reference, not a copy (huge speedup) 2015-06-11 18:15:23 -06:00
Ian Bell
cfeb997f87 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-06-11 17:01:29 -06:00
Ian Bell
0f801bf934 Lots of improvements for tabular backends with mixtures
Turn off info about table loading
Fix saturation calls with tabular backends and mixtures
2015-06-11 17:01:02 -06:00
thorade
6eda3317ed fine-tuning saturation plots 2015-06-10 10:26:42 +02:00
thorade
4d1873b38b fine-tuning saturation plots 2015-06-10 10:23:59 +02:00
thorade
a6ef8ad0c4 finished theory for second derivatives ALONG the sat line #581 2015-06-09 09:54:42 +02:00
thorade
0cbf2802a5 update on saturation derivatives 2015-06-08 17:51:15 +02:00
thorade
ccc012c31a update on saturation derivatives 2015-06-08 10:31:38 +02:00
Ian Bell
01ba02ad2b Implement fake cp0 for tabular backends 2015-06-07 23:22:05 -06:00
Ian Bell
3c2688cdcf Some small changes to cython code 2015-06-07 23:21:14 -06:00
Ian Bell
8c82c82ada Add some useful diagnostic messages 2015-06-07 23:18:11 -06:00
Ian Bell
afd5fd3247 Don't print out the first part of Jacobian matrix 2015-06-07 23:16:37 -06:00
Ian Bell
995037121b Allow factory to provide debug output 2015-06-07 22:55:16 -06:00
Ian Bell
80ffb49b98 Fixed DmassT and SmassT 2015-06-07 22:53:59 -06:00
Ian Bell
9622af297b Also remove the Eigen include 2015-06-07 19:54:48 -06:00
Ian Bell
e892bbf016 Remove exception handler in IdealCurves.h 2015-06-07 19:34:55 -06:00
Ian Bell
6b282109d0 Move the Eigen stuff out of CoolPropTools.h and into MatrixMath.h 2015-06-07 19:32:44 -06:00
Ian Bell
9343ec249c Fix Eigen support 2015-06-05 21:30:39 -06:00
Ian Bell
aa55db2d42 Excess function now using cached values in Departure function matrix; closes #689 2015-06-05 00:34:57 -06:00
Ian Bell
9340a6e846 DmassT and SmassT inputs supported for tabular methods 2015-06-04 22:12:01 -06:00
Ian Bell
997fd0d724 Psuedo-pure should fail near saturation with PT; closes #688 2015-06-04 20:56:47 -06:00
Ian Bell
2e8a698e71 Storing critical point properly 2015-06-04 19:58:27 -06:00
Ian Bell
ebcc72e604 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-06-04 19:37:16 -06:00
Ian Bell
7e3df4f67a First row of Jacobian works; closes #690 2015-06-04 19:36:59 -06:00
thorade
18391bd737 updates for deriv examples, still not finished 2015-06-04 21:39:35 +02:00
Ian Bell
d8cf164220 Implemented (but needs testing) the derivatives for first N-1 rows of M 2015-06-03 23:46:23 -06:00
Ian Bell
a1ece4967f Added code for adjugate 2015-06-03 21:37:05 -06:00
Ian Bell
94bda21420 Analytic derivatives for M1_star implemented
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-06-03 21:32:20 -06:00
Ian Bell
179cb2ff9d Implemented L1_star analytically 2015-06-03 19:46:59 -06:00
Ian Bell
f0bf0cf9fc Implemented ideal curves up through python; closes #654 2015-06-03 00:05:04 -06:00
Ian Bell
36efd85a65 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-06-02 22:26:33 -06:00
Ian Bell
bdaddb2610 Implemented FH, HH, and PH properly; closes #685 2015-06-02 22:23:55 -06:00
thorade
a129a8a570 first steps for 2nd derivs ALONG sat line,
this is for #581
2015-06-02 14:09:05 +02:00
Ian Bell
ec31ed2133 Add critical point calculation routine using numerical derivatives for now (works!) 2015-05-31 22:14:40 -06:00
Ian Bell
26fb36c370 Fix d_ndln_fugacity_i_dnj_ddxk__consttau_delta and M1_star 2015-05-31 21:41:22 -06:00
Ian Bell
3fd77d57ba Implement all the derivatives needed for critical point determinant 2015-05-30 23:49:04 -06:00