jfeng08
8485eab3e6
Add low-level interface example ( #1467 )
2017-04-06 14:27:48 -06:00
Jorrit Wronski
6d9b3c0292
Added Python 3.6 for #1429
2017-03-10 18:03:06 +01:00
JonWel
78b953e64c
UNIFAQ -> UNIFAC, close #1421 ( #1423 )
...
* UNIFAQ -> UNIFAC, close #1421
* UNIFAQ -> UNIFAC, close #1421
Also file names
2017-02-10 00:13:04 -07:00
ArslQ
041fe45046
Update index.rst ( #1400 )
...
Added T-Props to projects using CoolProp
2017-01-25 09:01:42 -07:00
Ian Bell
8099cc5803
Some cleanups to documentation for humid air properties
2017-01-02 14:17:31 -07:00
Ian Bell
c617dbe356
Fix humid air documentation and validation code
2017-01-02 13:44:39 -07:00
Ian Bell
a1dca50b3a
Fix tabs in PropsSI example in C++
2016-12-08 20:21:06 -07:00
Ian Bell
4014f85c4c
Get JSON string for fluid at runtime ( #1371 )
...
* Add the ability to retrieve the JSON fluid structure for loaded fluids
* When overwriting, also remove the old JSON string data for the fluid
2016-12-08 20:16:30 -07:00
Ian Bell
6eb41157b9
Add some docs on the combination of cubics and multi-fluid models
2016-11-30 23:17:28 -07:00
Ian Bell
d986e69e6b
Update docs for mixture
2016-11-07 20:48:29 -07:00
Ian Bell
3d7a072201
Fix some small backwards compatibility issues with pandas
2016-11-07 20:35:35 -07:00
Ian Bell
81d1751b34
Add instructions for REFPROP integration on linux/OSX; closes #1303
2016-11-07 20:01:43 -07:00
Ian Bell
17f03058fb
Fix typo
2016-11-07 19:51:26 -07:00
Ian Bell
efeef8e286
Update docs for building Android wrapper
2016-11-07 19:49:49 -07:00
Ian Bell
88670c4b28
Add some information about the fluid_param_string function to the docs
2016-10-25 19:19:11 -06:00
Ian Bell
2a9f079e4b
Update changelog
2016-10-24 18:43:05 -06:00
Jorrit Wronski
2b65e2024d
Fixed the EES module by adding an install target
2016-10-24 11:28:31 +02:00
Ian Bell
e54b916751
Bump revision to 6.1, prepare for release
2016-10-23 22:17:43 -06:00
Ian Bell
3f57f8f742
Update docs for Excel wrapper; closes #1230
2016-10-23 17:36:11 -06:00
Jorrit Wronski
a27200e766
Formatted the docs
2016-10-18 22:22:58 +02:00
Jorrit Wronski
07f0b67c70
Fixed typos and changed the binary directory for the installer from "installer" to "Installers", modifies the link posted in #1237
2016-10-18 22:08:41 +02:00
Jorrit Wronski
7b2429dc43
Added more docs for #1237 and fixed the Excel builder
2016-10-18 20:06:36 +02:00
Jorrit Wronski
13625dc040
Merge branch 'integrate_excel_installer'
2016-10-18 17:16:41 +02:00
Jorrit Wronski
930debd741
Added some docs for #1237 and removed a duplicate rst for Excel
2016-10-14 15:07:28 +02:00
Babak Samareh
146710677d
Update iPhone compilation docs ( #1257 )
2016-10-11 12:51:33 -06:00
Ian Bell
f90e75c1af
Add docs for using CoolProp on OSX in Excel; closes #989
2016-10-01 20:41:42 -06:00
Ian Bell
8946a2399a
Update docs for location of xlam; closes #1180
2016-10-01 20:28:41 -06:00
Ian Bell
c938bb378f
CoolProp online is back up!
...
Added docs to help ensure this doesn't happen again...
2016-09-20 20:15:16 -06:00
Ian Bell
e21a27d5df
Update PHP docs; closes #1174
2016-08-23 19:46:38 -06:00
Ian Bell
12fea271d9
Add comment about the Android NDK that must be used; closes #1178
2016-08-14 14:34:37 -06:00
Ian Bell
f6c979c2dc
Update docs for building php module; see #1174
2016-08-10 21:48:45 -06:00
Ian Bell
9f2a314045
Update docs for Java; closes #1172
2016-08-04 20:57:29 -06:00
Ian Bell
f5eebdff5b
Add InChI and friends to web pages; see #1069
2016-07-27 20:08:28 -06:00
Ian Bell
f967531557
Unset REFPROP path in docs
...
For some reason, the ipython session is kept alive, and REFPROP path kills other plotting
2016-07-17 19:06:07 -06:00
Ian Bell
f9267bd8f7
More reasonable temperature for cubics testing
2016-07-17 19:05:17 -06:00
Ian Bell
4b0fac1685
Fix plots for Tabular backend in docs
2016-07-17 18:31:27 -06:00
Jorrit Wronski
1d279031d2
Added the validation script and figure to the incompressible page, might resolve #1045
2016-07-17 12:12:49 +02:00
Jorrit Wronski
fe0cd37294
Started to include the transport properties for LiBr
2016-07-16 00:16:21 +02:00
Jorrit Wronski
68d646166e
Fixed the last (?) viscosity factor
2016-07-16 00:16:20 +02:00
Jorrit Wronski
b8a0f48d30
Started to work on #1045
2016-07-12 20:11:57 +02:00
Mike Kaganski
1f1bf52f77
Change names of dlls copied to SMath wrapper: use underscore instead of dot ( #1113 )
...
This is required in order to remove ".dll" extension from the library
name in .NET DllImport. And that, in turn, is intended to enable
cross-platform use of SMath wrapper on other OSes, like Linux (that is
supported by both CoolProp and SMath).
As explained at
http://www.mono-project.com/docs/advanced/pinvoke/ , it's recommended to
omit the library extension to allow mono to find native libraries.
2016-06-21 08:31:43 -06:00
Mike Kaganski
6d21a6cc65
Allow cmake properly build SMath wrapper ( #1100 )
...
* Allow cmake properly build SMath wrapper
Integrate c# project into solution; allow usual cmake --build . --config
Release to build SMath wrapper.
Remove obsolete build.bat and coolprop_wrapper.sln files:
cmake-generated solution already includes everything.
Use build subdirectory wrappers/SMath for all generated files (both by
cmake, including csproj file itself, and by build process), thus no
dirty tree anymore.
Please note: this change requires cmake version 2.8.9 (because of
include_external_msproject TYPE).
* Tentative patch for buildbot
Unfortunately, I cannot test the buildbot, neither I know about it much.
I suppose that this is a sensible patch to be able to work with previous
changes to SMath build process.
* Update SMath wrapper help
2016-06-06 08:05:46 -06:00
Ian Bell
c48d4f7f48
Added docs for Borland compilation; closes #1092
2016-06-05 16:10:07 -06:00
Ian Bell
8bdce042d5
Update docs for C# namespaces; see #1090
2016-06-02 08:45:30 -06:00
Jorrit Wronski
972d5824e8
Added docs for working with the master.cfg to the website, see #1052
2016-05-27 11:19:23 +02:00
Jorrit Wronski
3a0af98f14
Fixed one of the mixture plots
2016-05-23 23:04:26 +02:00
Jorrit Wronski
ade143f664
Added the mass and mole fraction setters to the plotting routines
2016-05-23 16:39:05 +02:00
Jorrit Wronski
d55d7567ee
Split the example cycles into two files
2016-05-23 09:50:45 +02:00
Jorrit Wronski
dbe7d101c1
More plotting examples
2016-05-23 09:05:02 +02:00
Jorrit Wronski
7df74b5f1a
Fixed a couple of minor plotting issues
2016-05-23 00:38:25 +02:00