fedetftpolimi

Results 2 issues of fedetftpolimi

Try the following minimal working example ``` #include "CoolProp.h" #include using namespace CoolProp; int main() { printf("%f\n",PropsSI("T", "P", 136730, "H", 260000.00, "R1233zd(E)")); printf("%f\n",PropsSI("T", "P", 136730, "H", 263277.27, "R1233zd(E)")); printf("%f\n",PropsSI("T", "P",...

Here's my attempt at converting ThermoPower to MSL 4, just in case you find it useful.