37 Commits

Author SHA1 Message Date
Ian Bell
4b378a630c Some case-sensitivity for OSX/linux 2020-05-05 19:20:27 -04:00
ian
279b67330b Add example of setting arbitrary reference state 2020-05-03 12:00:52 -04:00
tormec
564a8ea5bd fixed typo in getos() and else statement (#1885)
* fixed typo in getos() and else statement

* fixed typo in entalpy's unit of measure
2019-12-25 08:45:50 -07:00
Jeff Henning
abcd91a9a7 Update PropsSI() to Parse Imposed Phase Strings on Input Keys (#1660)
* PropsSI enhancement to allow imposed phase on Input key string

* Update PropsSI documentation for imposing phase [skip ci]
2018-03-07 21:51:41 -07:00
Jeff Henning
1837540aca Documentation Update (#1589)
* Add misc ignores so dynamic doc content can be built in repository

* Update to documentation Makefile for clean html build on Windows

* Updates to instructions for doc builds on Windows with Anaconda

* Added documentation page for IF97

* Fix errors on documentation page for Fluid_Properties/Mixtures

* Updated HighLevelAPI docs for clarity, IF97 ref, Python 3 support, and typos

* Modify print command to support build on Python 2 or 3

* Update to documentation to compile the Python wrapper with VC++
2017-11-14 04:49:01 -05: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
88670c4b28 Add some information about the fluid_param_string function to the docs 2016-10-25 19:19:11 -06: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
c86f85be3f Added info about Props1SI and other options to docs; closes #970 2016-02-17 20:26:34 -07:00
Ian Bell
733d839819 Minor updates to docs to fix a few small problems 2015-11-13 19:49:18 -07:00
Ian Bell
8c000804c9 Add some more docs for mixtures in high-level interface; see #848 2015-11-01 16:21:31 +01:00
Ian Bell
df5ba70169 Add warning for second derivatives as well 2015-08-14 22:19:33 -06:00
Ian Bell
8708c04ad9 Improve docs for second partial derivatives; closes #769 2015-08-14 22:09:56 -06:00
Ian Bell
1c0ae1828d Fix typo in first_saturation_deriv call in docs 2015-07-26 23:39:29 -06:00
Ian Bell
018d5cd992 Document derivatives for saturated state for high-level interface; closes #745 2015-07-26 13:47:23 -06:00
Ian Bell
8e3863729e More information on REFPROP in low- and high-level interfaces; closes #657 2015-05-08 19:10:20 -06:00
Ian Bell
dd2a55bce6 Add high-level reference key 2015-03-26 23:37:02 -06:00
Ian Bell
bd65b917b8 Added docs for setting of reference state; closes #562 2015-03-26 22:09:19 -06:00
Ian Bell
5c955d8bf3 Document which parameters are available in Props1SI; closes #471 2015-02-21 13:31:14 -07:00
Ian Bell
1693b19a81 Fixed bug in HighLevelAPI.rst by a slightly better error message in PropsSI
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-01-07 15:15:28 -07:00
Ian Bell
1d1082d2be Added docs for the use of partial derivatives (first at least). Closes https://github.com/CoolProp/CoolProp/issues/312
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 22:43:56 -05:00
Ian Bell
8a32d79ba4 Tidy up predefined mixtures docs
See https://github.com/CoolProp/CoolProp/issues/280

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 11:49:54 -05:00
Ian Bell
961b8e177f Describe the predefined mixtures and how to use them in the high level API in the docs
Closes https://github.com/CoolProp/CoolProp/issues/280

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 11:34:32 -05:00
Ian Bell
09bdf671c7 Added generate_update_pair function to python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 13:21:08 -05:00
Ian Bell
968c8a16b9 Fixed docs for PhaseSI
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-29 20:32:58 -04:00
Ian Bell
dfa1a34e4a Tidy up the web docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-29 17:05:05 -04:00
Ian Bell
d628b1af3f Added some more docs for PhaseSI function
See https://github.com/CoolProp/CoolProp/issues/192

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-29 16:12:08 -04:00
Ian Bell
413c8ec72a Added excel docs, tidied up elsewhere
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 00:09:26 +02:00
Ian Bell
d57a4d4bed Work on the docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 23:41:00 +02:00
Ian Bell
91efc95076 Updated docs and cross-linking between them
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 20:57:52 +02:00
Ian Bell
05cbdf2482 Some small changes to docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 09:04:04 +02:00
Ian Bell
294a39f4cc Fix PropsSI errors in High-Level API 2014-08-22 09:10:41 +02:00
Ian Bell
9467b211d3 lots of work on the docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-13 00:30:36 +02:00
Ian Bell
4fd84a7eba Added necessary functions to Python in order to generate parameter table
Built table in RST using python script Web/coolprop/build_parametric_table.py for High-Level API

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 21:37:36 +02:00
Ian Bell
e8dbfded3e Added C++ snippets to docs for API - more work needed here
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 12:58:47 +02:00
Ian Bell
1457473e52 Updated docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-02 11:44:18 +02:00
Ian Bell
21f5e80e1f Updated docs, reorganized pages
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-02 11:01:50 +02:00