Skip to content

Commit

Permalink
Tidy up predefined mixtures docs
Browse files Browse the repository at this point in the history
See #280

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
  • Loading branch information
ibell committed Dec 6, 2014
1 parent ee4015c commit 8a32d79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Web/coolprop/HighLevelAPI.rst
Expand Up @@ -130,10 +130,12 @@ For a given fluid, the phase can be plotted in T-p coordinates:
plt.xlabel('Temperature [K]')
plt.tight_layout()

.. _predefined_mixtures:

Predefined Mixtures
-------------------

A number of predefined mixtures are included in CoolProp. You can retrieve the list of predefined mixtures by calling `get_global_param_string("predefined_mixtures")` which will return a comma-separated list of predefined mixtures. In Python, to get the first 5 mixtures, you would do::
A number of predefined mixtures are included in CoolProp. You can retrieve the list of predefined mixtures by calling ``get_global_param_string("predefined_mixtures")`` which will return a comma-separated list of predefined mixtures. In Python, to get the first 5 mixtures, you would do

.. ipython::

Expand Down

0 comments on commit 8a32d79

Please sign in to comment.