Download Latest Version CoolProp_sources.zip (25.5 MB)
Email in envelope

Get an email when there's a new version of CoolProp

Home / CoolProp / 3.3.0 / Labview
Name Modified Size InfoDownloads / 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

  1. Copy the files CoolProp.vi and CoolProp.dll from this folder to somewhere you want
  2. 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

  1. 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
  2. Uses __cdecl in combination with extern "C" to make Labview happy
  3. For realtime targets, instructions are here: http://www.ni.com/white-paper/5694/en
Source: README.rst, updated 2013-08-05