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
9b8288e8dc
Implemented d4DELTAbi_dDelta_dTau3 for NA
2015-04-16 18:21:29 -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
295f9a2b3f
Fixed #586
2015-04-10 20:52:20 -06:00
Ian Bell
1e5e465fa4
Clear AbstractState classes for HAPropsSI at every call; closes #585
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-04-10 20:27:59 -06:00
Ian Bell
d9d4541434
Add chemical formula to docs
2015-04-10 20:12:28 -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
9afd436192
Removed explicit dependency on numpy and matplotlib; closes #588
2015-04-10 19:17:54 -06:00
Ian Bell
0907d2cffe
Merge pull request #589 from CoolProp/methane_pentane
...
Implemented friction theory for methane and pentane viscosity
2015-04-10 19:07:11 -06:00
Ian Bell
941579bdc6
Added reference for Quinones-Cisneros
2015-04-10 19:05:37 -06:00
Ian Bell
d12d4386b5
Merge branch 'master' into methane_pentane
2015-04-10 18:32:31 -06:00
Jorrit Wronski
b554060fbd
Added Google Analytics tracking to homepage
2015-04-10 16:18:15 +02:00
Jorrit Wronski
1810d54bc6
Pushing the docs to /dev on the web server, closes #583 . Find the nightly docs at http://coolprop.sourceforge.net/dev/
2015-04-10 13:25:30 +02:00
Ian Bell
ed2aff7707
Phase envelope construction works for pure and pseudo-pure fluids; closes #575
2015-04-09 22:15:10 -06:00
Ian Bell
f89b7ce399
Merge branch 'master' of https://github.com/coolprop/coolprop
2015-04-09 20:14:09 -06:00
Ian Bell
129dc5fc05
format fractions to string properly; closes #584
2015-04-09 20:13:56 -06:00
Ian Bell
8e9ac16274
Yet another try at #579 ; sincerely hope it is the last
2015-04-09 17:58:09 -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
d2305eafce
Methane and pentane friction theory for viscosity
2015-04-05 21:40:16 -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