Commit Graph

2514 Commits

Author SHA1 Message Date
mikekaganski
21f44a8a93 Fix Coverity CID 38579 2015-03-07 16:50:45 +10:00
mikekaganski
9314a7a7ed Fix Coverity CID 38580 2015-03-07 16:33:20 +10:00
mikekaganski
c479e098c2 Fix Coverity CID 38581 2015-03-07 15:34:54 +10:00
mikekaganski
f7af3b2199 Fix Coverity CID 38583 2015-03-07 15:03:23 +10:00
mikekaganski
a7d33d5f77 Fix Coverity CID 38585 2015-03-07 14:28:46 +10:00
mikekaganski
982ff51478 Tried to fix Coverity CID 38586 2015-03-07 14:17:37 +10:00
mikekaganski
46d36d12d6 Fix Coverity CID 38587 2015-03-07 13:47:02 +10:00
mikekaganski
4b576746ea Fix Coverity CID 38589 2015-03-07 13:44:45 +10:00
mikekaganski
01cd7571a6 Fix Coverity CID 38590
use_guesses seems to be unused
2015-03-07 13:42:09 +10:00
mikekaganski
9184e9e9bd Fix Coverity CID 38592 2015-03-07 13:29:55 +10:00
mikekaganski
9d1c7f4f16 Fix Coverity CID 38594 2015-03-07 13:27:45 +10:00
mikekaganski
85b35ea828 Fix Coverity CID 38595 2015-03-07 13:25:05 +10:00
mikekaganski
766f7636fc Fix Coverity CID 38596 2015-03-07 13:12:27 +10:00
mikekaganski
2be5f6b4a6 Fix Coverity CID 38597
No need to initialize cached_component_string; its default constructor
creates an empty string
2015-03-07 13:05:12 +10:00
mikekaganski
bdeb976f89 Fix Coverity CID 38598
Commented out the (seemingly unused and dead) parts that responsible for
derivative.
2015-03-07 12:56:12 +10:00
mikekaganski
53fb1bd75c Fix Coverity CID 38599 2015-03-07 12:34:07 +10:00
mikekaganski
a4bf9fb3ec Fix Coverity CID 38601 2015-03-07 12:30:40 +10:00
mikekaganski
cd1443d992 Fix Coverity CID 38603 2015-03-07 12:27:41 +10:00
mikekaganski
ae6e516754 Tried to fix Coverity CID 38605 2015-03-06 23:55:56 +10:00
mikekaganski
358757df84 Fix Coverity CID 38607 2015-03-06 23:38:37 +10:00
mikekaganski
c32f05312a Fix Coverity CID 38609 2015-03-06 23:14:29 +10:00
mikekaganski
40ebfb5a55 Fix Coverity CID 38611 2015-03-06 23:07:12 +10:00
mikekaganski
94f261975a Fix Coverity CID 38612 2015-03-06 23:04:25 +10:00
mikekaganski
725f706c6e Fix Coverity CID 38614 2015-03-06 22:52:20 +10:00
mikekaganski
4ae7040d91 Fix Coverity CID 38615 2015-03-06 22:46:07 +10:00
mikekaganski
31e5e6638e Fix Coverity CID 38621 2015-03-06 22:39:49 +10:00
mikekaganski
a44ac2c7ac Fix Coverity CID 38623 2015-03-06 22:36:51 +10:00
mikekaganski
af3107ed9a Fix Coverity CID 38616 2015-03-06 22:14:30 +10:00
mikekaganski
0fbed17b50 Fix Coverity CID 38618 2015-03-06 20:08:17 +10:00
mikekaganski
6bd986e979 Fix Coverity CID 38619 2015-03-06 20:06:35 +10:00
mikekaganski
0b96d38859 Fix Coverity CID 38624 2015-03-06 19:09:11 +10:00
mikekaganski
d8c9157e35 Fix Coverity CID 38534 2015-03-06 19:07:56 +10:00
Ian Bell
cd3e6323d2 Enable the ability to set mixture binary pair data from python (I think)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-05 23:46:22 -07:00
Ian Bell
5832505ffc Make successive substitution a bit more conservative; closes #528 2015-03-05 23:08:14 -07:00
Ian Bell
01dfa4cdf0 Chop off the ends of phase envelopes where one phase is pretty much pure; closes #526
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-05 22:44:53 -07:00
Ian Bell
5e74610d0e Fix unexplained crashes with setting of reference state; See #524 2015-03-05 21:47:36 -07:00
Ian Bell
05d209ee2f Silence phase envelope stdout; Closes #527
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-05 21:03:42 -07:00
Ian Bell
6b6f2dbb29 Removed pEOS and replaced it with EOS() function - reference state works properly; Closes #524 2015-03-05 20:59:46 -07:00
Ian Bell
7a9f98d187 Fix temperature used for ASHRAE reference state
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-05 18:14:25 -07:00
Ian Bell
1e9afc0071 Bicubic ph extrapolates all the way to saturation; Closes #519 2015-03-04 21:54:44 -07:00
Ian Bell
c984702f9e Tabular files are in fact compressed to z and read as z; Closes #516 2015-03-03 23:06:20 -07:00
Ian Bell
b158b5a585 Completed for now the Tabular docs; Closes #506
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-03 18:09:54 -07:00
Ian Bell
bfcff45491 Add some docs for Tabular methods; See #506
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 22:28:49 -07:00
Ian Bell
6a0dca926e Support isobaric_expansion_coefficient; Closes #517 2015-03-02 21:32:34 -07:00
Ian Bell
8832b4475a Allow tabular backends to be disabled by setting NO_TABULAR_BACKENDS macro; closes #507
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 21:27:46 -07:00
Ian Bell
ac4f01fcd7 Fix wstring on non-windows platform
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 21:26:07 -07:00
Ian Bell
ceef2cd960 Actually check the size of the directory of tables and warn or error appropriately; Closes #43 2015-03-02 21:17:11 -07:00
Ian Bell
2682799307 Merge pull request #518 from CoolProp/tabular
Tabular methods implemented
2015-03-03 04:45:38 +01:00
Ian Bell
e4d28ecaa0 Fixed problems from faulty merge
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 20:43:52 -07:00
Ian Bell
d9e16a77f3 Merge branch 'master' into tabular
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 20:20:51 -07:00