Commit Graph

611 Commits

Author SHA1 Message Date
Ian Bell
1c311459f3 Clean up errors in snippets 2015-04-23 10:06:33 -06:00
Ian Bell
8f9817b1ae Export up to 4th order derivatives of the residual Helmholtz energy term 2015-04-23 10:05:11 -06:00
Ian Bell
260f4dfde0 Bicubic tables "working" for mixtures with REFPROP
Interpolated values are not quite correct, seems like a problem with PHIOdll in REFPROP
2015-04-19 19:30:13 -06:00
Ian Bell
b4d0420ef1 Building tables for mixtures working now with REFPROP. 2015-04-19 14:15:01 -06:00
Ian Bell
e50b54fe63 Interpolation functions can mix types (double and CoolPropDbl) 2015-04-19 11:51:17 -06:00
Ian Bell
4ddd0b93b2 Commenting out Aly-Lee for now (no longer used, terms are converted to generalized Planck-Einstein) 2015-04-16 20:59:03 -06:00
Ian Bell
3dbe3cb291 Finished 4th derivatives of non-analytic term
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-16 20:34:17 -06:00
Ian Bell
6ef4b6bda2 Fixed PlanckEinstein through 4th order 2015-04-15 22:35:07 -06:00
Ian Bell
011bac075b Almost done with 4th derivatives, just PlanckEinstein, SAFT, and a bit of NA remain
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-15 01:55:39 -06:00
Ian Bell
d818dc6006 Progress on 4th derivatives of non-analytic term (though not correct yet); see #549 2015-04-13 23:44:31 -06:00
Ian Bell
eede3266ca "formula" is actually an output in get_fluid_param_string now 2015-04-10 20:55:00 -06:00
Ian Bell
e4b451276f Added chemical formulas for nearly all fluids; can be retrieved with get_fluid_param_string(self.name, "formula"); closes #564 2015-04-10 20:11:03 -06:00
Ian Bell
4385a34105 Added viscosity dilute powers of Tr 2015-04-05 21:41:08 -06:00
Ian Bell
7b054a2a0e Implemented setting of reference state for REFPROP pure fluids; closes #568
Also fixed LIMITS function call for Ttriple
2015-04-03 21:08:36 -06:00
Ian Bell
15a7d63d54 Updated docs in DataStructures.h 2015-03-27 19:24:23 -06:00
Ian Bell
811e65645b Implement "pure" as an input to get_fluid_param_string; closes #552 2015-03-27 18:38:43 -06:00
Ian Bell
d190704c3a REFPROP PHI0dll function seems to be working by some miracle; closes #555 2015-03-26 22:33:07 -06:00
Ian Bell
4970a02164 Made fixes for powerpc for VxWorks 2015-03-25 04:37:08 +01:00
Ian Bell
994910e63c ST and DT mostly fixed for TTSE; a few bugs remain 2015-03-23 22:12:32 -06:00
Ian Bell
59b3055cb3 Implemented DmolarT and SmolarT for TTSE 2015-03-23 19:49:55 -06:00
Ian Bell
c0ec44126d Fixed bugs with PY for TTSE 2015-03-23 18:32:13 -06:00
Ian Bell
28d09bd84d Fix another typo in bisection 2015-03-23 00:50:32 -06:00
Ian Bell
e9e169a5d0 Fixed typo in bisection functions 2015-03-23 00:48:01 -06:00
Ian Bell
dac8714f1d Error checking for bisection functions
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-23 00:46:47 -06:00
Ian Bell
179e27e82b Implemented one non-native input to tabular methods; see #522 2015-03-21 22:55:00 -06:00
Ian Bell
34617940df First cut at derivatives needed for BICUBIC and TTSE derivs 2015-03-20 16:59:44 -06:00
Ian Bell
927a394b88 Added snippets/HighLevelLowLevel.cxx
Fixed bug with rhomass for Tabular methods
2015-03-17 21:27:55 -06:00
Ian Bell
7b0558aa5c Disable pwd.h for powerpc 2015-03-12 21:05:24 -06:00
Ian Bell
cb59cbcea0 When the reference state is changed, update the fixed points
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-10 20:00:48 -06:00
Ian Bell
79a7350b55 Fix(?) SWIG+MATLAB by moving enum out of class 2015-03-10 19:34:45 -06:00
Ian Bell
275adbbb6f Fixed reference states for real; Closes #524 2015-03-10 01:17:44 -06:00
Ian Bell
b44523c8bd hide enum from swig+matlab 2015-03-09 23:33:44 -06:00
Ian Bell
04145b5c15 Killed off a bunch of order-of-initialization warnings from mingw
Watch out @mkaganski, its not serious, but annoying.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-09 23:30:53 -06:00
Ian Bell
3915fbd56d Maybe making config data types private will work with SWIG 2015-03-09 22:57:03 -06:00
mikekaganski
8c08bad4d7 Fix Coverity CID 38540 2015-03-09 19:31:14 +10:00
mikekaganski
8f968302e2 Fix Coverity CID 38545 2015-03-09 17:59:48 +10:00
mikekaganski
d5f9cd73de Fix Coverity CID 38546
@ibell: icrit seems to be unused: no modules set it
2015-03-09 17:51:18 +10:00
mikekaganski
5bc139847e Fix Coverity CID 38547 2015-03-09 17:37:13 +10:00
mikekaganski
ef0df39419 Fix Coverity CID 38548 2015-03-09 17:33:48 +10:00
mikekaganski
544b239843 Fix Coverity CID 38549 2015-03-09 17:30:30 +10:00
mikekaganski
1b7ccca9a3 Fix Coverity CID 38552
Add some const method qualifiers
2015-03-09 17:12:34 +10:00
mikekaganski
02eb288fb3 Fix Coverity CID 38555 2015-03-09 16:41:10 +10:00
mikekaganski
73a8fe2899 Fix Coverity CID 38557 2015-03-09 16:29:58 +10:00
Ian Bell
ea214085c1 Merge pull request #529 from mikekaganski/master
First bunch of Coverity Scan static analysis warning fixes
2015-03-09 07:05:50 +01:00
mikekaganski
746f56a53a Remove MSVC warnings on msgpack 2015-03-09 14:07:58 +10:00
mikekaganski
d470157314 Refactor solver function interfaces, to allow more verbose requirements for deriv 2015-03-09 13:38:49 +10:00
mikekaganski
60b6bfca0d Fix Coverity CID 38565 2015-03-08 11:11:10 +10:00
mikekaganski
16b13f3f0f Fix Coverity CID 38567
Add some const methods to allow passing const ref
2015-03-07 20:41:24 +10:00
mikekaganski
993b684168 Fix Coverity CID 38568 2015-03-07 17:42:07 +10:00
mikekaganski
a7d33d5f77 Fix Coverity CID 38585 2015-03-07 14:28:46 +10:00