Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

RefProp by NIST is a program that calculates the thermodynamic properties of fluids. I need to call certain RefProp functions from inside Mathematica.

Can any one here, who has experience calling RefProp functions from Mathematica, tell me how to do this??

share|improve this question
4  
In theory, one should be able to call RefProp from M. Looking at its help page, it is a DLL. In the linking section of its help, it has examples of other software calling it (Matlab, Python, etc..). So since M can call DLL then I do not see why it can't be done from M as well. I would say start reading the examples shown there for other software linking to it, and read M help on calling DLL's would be a good place to start? – Nasser Mar 9 at 10:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.