Commit Graph

2709 Commits

Author SHA1 Message Date
Ian Bell
129dc5fc05 format fractions to string properly; closes #584 2015-04-09 20:13:56 -06:00
Ian Bell
d73de46021 One more try with #579 2015-04-09 16:02:16 -06:00
Ian Bell
c22bfe17fc Another try with #579
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-09 09:00:45 -06:00
Ian Bell
444ed87408 One more try with OSX shared library; #579 2015-04-08 23:29:11 -06:00
Ian Bell
be2068d986 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-04-08 22:48:18 -06:00
Ian Bell
0f686520af Attempt to fix shared library problem on OSX 10.6; see #579
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-08 22:47:58 -06:00
Ian Bell
56f5827381 Merge pull request #580 from gitter-badger/gitter-badge
Add a Gitter chat badge to Readme.rst
2015-04-08 22:19:29 -06:00
The Gitter Badger
29da00b550 Added Gitter badge 2015-04-09 00:20:04 +00:00
Ian Bell
8b9688c8ec Update examples showing call to bicubic backend; closes #578 2015-04-06 23:28:12 -06:00
Ian Bell
219e0f031e Do not load the tables every time if they can be loaded from file 2015-04-06 23:20:43 -06:00
Ian Bell
d5ebfffcfb R1234ZE should be an alias to R1234ze(E), not R1234ze(Z) for compatibility with REFPROP
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-06 23:15:29 -06:00
Ian Bell
86ff2ce973 Fixed bugs with Bicubic and TTSE backends (load once, and at instantiation if possible) 2015-04-06 23:12:14 -06:00
Ian Bell
a2d54ccb44 Might have fixed encoding problems for escaped characters; See #577 2015-04-06 22:09:44 -06:00
Ian Bell
4385a34105 Added viscosity dilute powers of Tr 2015-04-05 21:41:08 -06:00
Ian Bell
c2318f0f99 Fixed some bugs with friction theory implementation when expanded to Methane and Pentane 2015-04-05 21:39:26 -06:00
Ian Bell
fe631f575a Revert one of the IF97 updates 2015-04-04 12:14:57 -06:00
Ian Bell
daa6138104 Increase robustness of HAPropsSI when W is provided; closes #548 2015-04-04 00:09:18 -06:00
Ian Bell
a340663025 Two more psat(Tsat) or Tsat(psat) for humid air 2015-04-03 23:15:16 -06:00
Ian Bell
0bfef6f0f8 Replaced all psat(Tsat) and Tsat(psat) calls using IF97 2015-04-03 23:11:21 -06:00
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