Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Prime | 2014-02-10 | ||
README.rst | 2014-02-10 | 710 Bytes | |
CoolPropMathcadWrapper.dll | 2014-02-10 | 2.7 MB | |
CoolPropFluidProperties.xmcd | 2014-02-10 | 149.0 kB | |
Totals: 4 Items | 2.9 MB | 0 |
Wrapper of CoolProp for MathCAD 15
copyright Scott Polak and Ian Bell, 2013
To Use
- Copy the CoolPropMathcadWrapper.dll file to C:\Program Files (x86)\Mathcad\Mathcad 15\userefi or equivalent for your version
- Open the CoolPropFluidProperties.xmcd file in MathCAD, fields should populate
To Build
- You will need to have Visual Studio 2008 installed (Express version is fine). Alternatively newer versions of Microsoft Visual Studio C++ should be fine, you'll just have to update the path to the vcvarsall.bat in the BuildDLL.bat file
- Run the BuildDLL.bat file, it will generate the CoolPropMathcadWrapper.dll
- Follow the above instructions