mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user