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>
This commit is contained in:
Ian Bell
2014-08-05 21:37:36 +02:00
parent 330b81e0e7
commit 4fd84a7eba
7 changed files with 116 additions and 12 deletions

View File

@@ -58,7 +58,8 @@ struct element
int main()
{
#if 0
#if 1
std::cout << get_global_param_string("parameter_list") << std::endl;
double T = PropsSI("P","T",5.9020000000000005e+02,"Q",0.0000000000000000e+00,"AceticAcid");
std::cout << get_global_param_string("errstring");
double Tc = Props1SI("Water","T_triple");