{"id":60633,"library":"refprop-headers","title":"REFPROP Headers","description":"Header files for the REFPROP fluid property library","status":"active","version":"2022-12-07","language":"cpp","source_language":null,"source_url":null,"tags":["thermodynamics","fluids","headers"],"install":[{"cmd":"vcpkg install refprop-headers","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(refprop_headers CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE REFPROP::REFPROP)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"REFPROP.h","correct":"#include <REFPROP.h>"}],"quickstart":{"code":"#include <REFPROP.h>\n#include <iostream>\nint main() {\n    double T = 300.0, P = 1e5;\n    double rho, h, s;\n    REFPROP(\"FLSH\", \"TP\", &T, &P, \"WATER\", &rho, &h, &s);\n    std::cout << \"Density: \" << rho << \" kg/m3\\n\";\n    return 0;\n}","lang":"cpp","description":"Compute fluid properties using REFPROP"},"warnings":[],"env_vars":null,"search_vec":"'file':4 'fluid':8,12 'header':2,3,13 'librari':10 'properti':9 'refprop':1,7 'thermodynam':11","created_at":"2026-06-17T04:22:40.730082+00:00","updated_at":"2026-06-17T04:22:40.730082+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}