- Refrigeration cycle in Simscape: https://www.mathworks.com/matlabcentral/fileexchange/46448-refrigeration-cycle-in-simscape
- Thermal liquid properties: https://www.mathworks.com/help/hydro/ref/thermalliquidpropertiestl.html
- Manually generate fluid property tables: https://www.mathworks.com/help/simscape/ug/manually-generate-fluid-property-tables.html
- Coolprop library: http://www.coolprop.org/index.html
- Two-Phase Fluid Properties (2P) block: https://www.mathworks.com/help/simscape/ref/twophasefluidproperties2p.html
- Create cryogenic liquid in simscape: https://www.mathworks.com/matlabcentral/answers/719150-how-to-create-cryogenic-liquid-in-simscape
Thermophysical Properties of Refrigerants
12 次查看(过去 30 天)
显示 更早的评论
How do I get the thermophysical properties of refrigerant from Matlab/Simulink or Simcape Fluids. Am aware that the data for water/steam is the default.
Thanks
0 个评论
回答(1 个)
Prasanna
2024-9-13
Hi Abayomi,
MATLAB and Simulink, along with Simscape Fluids, provide tools for modelling fluid systems, but accessing detailed thermophysical properties for specific refrigerants directly within these environments can be a bit more complex than for water/steam, which is often directly supported.
Using blocks present in the Simscape foundational library allows you to model systems involving refrigerants and have built in property tables for common refrigerants. Blocks like the ‘Two phase fluid properties (2P)’ block in Simscape can be configured for different refrigerants.
For non-native refrigerants, you can use external libraries like ‘coolprop’ which is an open source thermophysical properties library with a MATLAB wrapper which can be used.
Therefore, By creating custom data tables/block models using the ‘Two-Phase Fluid Properties (2P)‘ block, you can effectively incorporate refrigerant properties into your simulations. For more information on the same, you can refer to the following documentations:
Hope this helps!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!