Registry / utility / refprop-headers

refprop-headers

JSON →
library2022-12-07vcpkgunverified

Header files for the REFPROP fluid property library

vcpkg install refprop-headers
INSTALL
IMPORT
SIG · REFPROP-HEADERS
R
refprop-headers
utilitycppv2022-12-07
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

REFPROP.h
✓ #include <REFPROP.h>

Compute fluid properties using REFPROP

#include <REFPROP.h> #include <iostream> int main() { double T = 300.0, P = 1e5; double rho, h, s; REFPROP("FLSH", "TP", &T, &P, "WATER", &rho, &h, &s); std::cout << "Density: " << rho << " kg/m3\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-12-07latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

refprop-headers — pip install refprop-headers · libregistry