Commit Graph

2690 Commits

Author SHA1 Message Date
Ian Bell
b5fc75cee6 Bumped IF97 revision to fix some static variable definitions 2015-04-03 23:08:35 -06:00
Ian Bell
a446c8624a Tidied up examples for Octave and Matlab 2015-04-03 22:44:27 -06:00
Ian Bell
e92f538a1e Significant improvement in the non-crashing of phase envelope construction 2015-04-03 22:32:53 -06:00
Ian Bell
3e456f8cbc Change the maximum pressure for pseudo-pures; see #481 2015-04-03 22:11:12 -06:00
Ian Bell
d0814665e7 Some progress towards #556
* Use mole fractions in the fluid name for the tables
* I think we need to use phase envelopes though, and perhaps the low-level tables need to actually be a phase envelope structure
2015-04-03 22:10:33 -06:00
Ian Bell
a4816540c0 Bump IF97 revision 2015-04-03 21:32:06 -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
a3bbe15c7d Added IF97 to codelite project 2015-04-03 21:02:48 -06:00
Ian Bell
33d39723fa Java and C# comments are fixed 2015-04-03 20:03:07 -06:00
Ian Bell
1fe6f05f91 One more try with the example generator 2015-04-03 19:43:23 -06:00
Ian Bell
e5519b209b Fix typo in comment in example generator 2015-04-03 19:29:49 -06:00
Ian Bell
4ba6473509 Added link to list of inputs to examples 2015-04-03 19:24:05 -06:00
Ian Bell
1b7973c6d4 Fixed bug with MATLAB swig wrapper; closes #573 2015-04-03 19:20:24 -06:00
Jorrit Wronski
83beb025ce I hope this one fixes #571 - @paarfi, could you please confirm that it works now. 2015-04-03 13:37:39 +02:00
Ian Bell
e84592d62d Merge pull request #572 from JonWel/master
AbstractState_set_fractions was not exported
2015-04-02 17:38:17 -06:00
JonWel
a2dd01757a AbstractState_set_fractions was not exported
Added the "AbstractState_set_fractions" function in the export list.
2015-04-02 22:12:59 +02:00
Ian Bell
4859e3bd15 Fix SATSPLN for REFPROP; closes #569 2015-04-01 22:00:58 -06:00
Ian Bell
a28bb4ab31 Bump for braces in IF97 2015-04-01 08:42:09 -06:00
Ian Bell
7cab68ae27 Bump IF97 revision again
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-01 08:34:58 -06:00
Ian Bell
f580caba77 Update IF97 commit 2015-04-01 00:16:54 -06:00
Ian Bell
48fe5b972f Implemented IF97 backend; closes #567 2015-03-31 23:57:25 -06:00
Ian Bell
be6136aefa Bump revision for REFPROP headers 2015-03-31 23:04:25 -06:00
Ian Bell
fbdd562e7b Get spline values from SPLNVAL; closes #566 2015-03-31 23:00:55 -06:00
Ian Bell
0cb1e95ba4 Updated Air ancillaries to yield better behavior in critical region; see #481 2015-03-31 21:54:50 -06:00
Ian Bell
f278fe0e85 Fix bug with air around the critical point pressure; closes #481 2015-03-27 19:42:13 -06:00
Ian Bell
15a7d63d54 Updated docs in DataStructures.h 2015-03-27 19:24:23 -06:00
Ian Bell
cdfaf266aa Fix typo in pure output 2015-03-27 18:39:38 -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
dd2a55bce6 Add high-level reference key 2015-03-26 23:37:02 -06:00
Ian Bell
4cbd76ee75 Calculate triple point temperatures for mixtures with REFPROP as a mole-fraction weighting
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-26 23:36:13 -06:00
Ian Bell
4fd0868e7f Slight tidy in the low-level reference state docs 2015-03-26 22:43:29 -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
bd65b917b8 Added docs for setting of reference state; closes #562 2015-03-26 22:09:19 -06:00
Ian Bell
774e53c654 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-03-26 19:41:25 -06:00
Ian Bell
25e32863cf Bump revision for REFPROP-headers 2015-03-26 19:40:21 -06:00
Ian Bell
9b579ec22c Merge branch 'master' of https://github.com/CoolProp/CoolProp 2015-03-26 18:32:31 -06:00
Ian Bell
ace06d57d8 Use SATTP in REFPROP wrapper 2015-03-26 18:32:18 -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
5d5977a569 PS,PU,DP and TTSE work
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-23 00:43:37 -06:00
Ian Bell
b0c4e32563 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-03-22 21:20:22 -06:00
Ian Bell
c8b8b76496 Remove 0.3 Julia stuff from buildbot/master/master.cfg 2015-03-22 21:19:58 -06:00
Ian Bell
9cf833e323 Fixed some small typos in Julia docs 2015-03-22 11:44:20 -06:00
Ian Bell
c9d2743fe6 Merge pull request #550 from JonWel/master
Merging Julia wrappers, fixes #544
2015-03-22 18:42:19 +01:00
JonWel
ca118f3c1a Update index.rst
Update the doc as discussed in #542
Remove distinction between wrapper for "Julia 0.4 and above" and "0.3 and below" as they have been merged in a single compatible file, see #544.
2015-03-22 12:05:15 +01:00