Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.rst | 2013-08-05 | 969 Bytes | |
CoolProp.vi | 2013-08-05 | 16.2 kB | |
CoolProp.dll | 2013-08-05 | 1.4 MB | |
Totals: 3 Items | 1.4 MB | 0 |
Labview wrapper of CoolProp
by Ian Bell and Arnaud Legros
University of Liege and Bell Thermal Consultants
February 2013
To Install
- Copy the files CoolProp.vi and CoolProp.dll from this folder to somewhere you want
- Add CoolProp module to your code
To Use
Call it using the same sorts of input parameters as Props function : http://coolprop.sourceforge.net/apidoc/CoolProp.html#CoolProp.CoolProp.Props
Notes
Wrapper currently in its infancy, absolutely no error checking is carried out, use at your own risk.
For Developers
- To regenerate DLL, run the build script (wrappers/Labview/BuildDLL.bat). You will need to have Visual Studio 2010 installed, or change the path to vcvarsall.bat in build script
- Uses __cdecl in combination with extern "C" to make Labview happy
- For realtime targets, instructions are here: http://www.ni.com/white-paper/5694/en