Create saturated table from REFPROP database in MATLAB as temperature change

Опубликовано: 30 Январь 2025
на канале: Muon Neutrino
2,566
25

Here, we are going to create saturated REFPROP table as temp changes IN MATLAB.
Let's look at how properties table is generated in REFPROP.

Now, To create same table in MATLAB,
First you need two MATLAB function
1. refpropm.m
2. datamesh.m

Here, I will asssume that you have perfectly linked the refprop with matlab and you have
refpropm.m matlab function saved.

for datamesh.h
you should go to my github.
link: https://github.com/VIAJYNISHAD/Refpro...

and save datamesh.h and refpropm.m in "SAME" folder.
Now, this is how function look like,
Let's test the function!
Thank you!