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
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
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
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
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
Jorrit Wronski
f79a63d194
Rearranged the Python imports in the package
2016-05-22 19:38:56 +02:00
Jorrit Wronski
8485d3fcee
Tested the examples and they seem to work
2016-05-22 18:29:57 +02:00
Jorrit Wronski
d514530627
Restructured the cycle calculations and split the Python modules
2016-05-22 17:26:05 +02:00
Jorrit Wronski
4bd78fb0de
Added a cycle example
2016-05-22 17:26:04 +02:00
Jorrit Wronski
c499a60a6e
Adapted the plotting code to use the new functions
2016-05-22 17:26:04 +02:00
Jorrit Wronski
3192444587
Brought back the old plotting examples that were removed in ae0468cfae
2016-05-22 17:26:04 +02:00
Ian Bell
ad585a24ff
Example for REFPROP in high-level page is not density; closes #1070
2016-05-22 12:36:38 +02:00
Ian Bell
064662b5cd
Fix references in docs to .xmcd files
2016-05-11 21:25:43 -06:00
Ian Bell
071e76d598
Update the changelog with MathCad and first_partial_deriv
2016-05-11 07:22:44 -06:00
Ian Bell
a957daf811
Added contributors
2016-05-10 22:19:10 -06:00
Ian Bell
625b00f8d8
Prep for version 6 release
2016-05-10 22:12:51 -06:00
Ian Bell
a7d74b4d74
Commit the RST files for MathCAD15 and Prime
2016-05-07 15:19:33 -06:00
Ian Bell
23cd4e6ba3
Update install commands for cmake, update doc index
2016-05-07 15:09:32 -06:00
Jorrit Wronski
ef637c8861
Removed the conda builds from the docs, they are abandoned for now
2016-04-28 13:23:32 +02:00
Ian Bell
d77ce211d4
Updates to docs for cubics and VLE tolerances
...
closes #1024
closes #1025
2016-04-22 23:43:20 -06:00
Ian Bell
9bc7d201cb
Add updated docs for cubics (WIP)
2016-04-19 08:07:20 -06:00
Ian Bell
4385d4a8f8
Add link to binaries for MATLAB for OSX 10.10; see #1013
2016-04-11 22:00:56 -06:00
Ian Bell
b9b9bd54d2
Fix typo in CMake integration
2016-04-08 18:32:05 -06:00
Ian Bell
3b9f393221
Describe how to make coolprop static library a clean cmake dependency; closes #1014
2016-04-08 18:30:08 -06:00
Ian Bell
4e75d3b2f3
Update the Rscript calling stuff
2016-04-08 17:53:43 -06:00
Ian Bell
074f83eda7
Fix call to Rscript
2016-04-08 17:17:14 -06:00
Ian Bell
2abcb6010e
Fix typo in use of GERG in docs
2016-04-06 08:48:12 -06:00
Ian Bell
130c6ed456
Add ability to use GERG in REFPROP; closes #923
2016-04-04 20:06:01 -06:00
Ian Bell
be6cde3860
Fix Android docs formatting
2016-03-25 18:37:16 -06:00
Ian Bell
bc067243b5
Actually commit the docs for the cubic EOS this time.
2016-03-25 18:28:24 -06:00
Ian Bell
2220904442
Add link to cubics page to main dos page
2016-03-24 17:31:43 -06:00
Ian Bell
980d41c5ec
Fix configuration sample in docs
2016-03-22 08:11:23 -06:00
Ian Bell
18d3d1d70e
Added docs for new config strings
2016-03-21 21:55:35 -07:00
Ian Bell
0213bc5e23
Clean up Android docs
2016-03-13 10:37:01 -07:00