mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
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>
17 lines
297 B
ReStructuredText
17 lines
297 B
ReStructuredText
**************
|
|
High-Level API
|
|
**************
|
|
|
|
For many users, all that is needed is a simple call to the ``PropsSI`` function.
|
|
|
|
Code
|
|
----
|
|
.. literalinclude:: snippets/propssi.cxx
|
|
:language: c++
|
|
|
|
Output
|
|
------
|
|
.. literalinclude:: snippets/propssi.cxx.output
|
|
|
|
|
|
.. include:: parameter_table.rst.in |