CoolProp integration in MATLAB
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
CoolProp is a C++ library for thermochemical property data. It containts almost everything thats needed. You can try it in an online version: http://ibell.pythonanywhere.com/
There is also a code wrapper for MATLAB available: http://www.coolprop.org/coolprop/wrappers/MATLAB/index.html#matlab
I tryed to install the programm with the given instruction. But when I try to run the example from the manual an error occours:
>> CoolProp.PropsSI('T','P',101325,'Q',0,'Water')
Error using CoolPropMATLAB_wrap
Mismatching name (_wrap_PropsSI) for function ID 208.
Error in CoolProp.PropsSI (line 2)
[varargout{1:max(1,nargout)}] = CoolPropMATLAB_wrap(208,'_wrap_PropsSI',varargin{:});
Does anyone has experience in integrating the CoolProp library in MATLAB?
3 comentarios
Claus Sinding
el 17 de Dic. de 2015
Editada: Claus Sinding
el 17 de Dic. de 2015
I just made it Work in MatLab. Here my syntax is:
CoolProp.PropsSI('D','T',273.15+15,'P',700*10^5,'Hydrogen')
Respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!