How can I load the property tables for refrigerant R410A?

12 vues (au cours des 30 derniers jours)
Nicola Liguori
Nicola Liguori le 13 Sep 2018
I tried to load the property tables for R410A with the following command:
R410A_Tables = twoPhaseFluidTables([100,500],[0.03,4.05],100,100,100,'R410A','C:\Program FIles (x86)\REFPROP');
that produced the following error:
Error using twoPhaseFluidTables>refpropSaturationProperties (line 425)
REFPROP failed to return fluid properties at P = 0.03 MPa, Q = 0.
Error in twoPhaseFluidTables>@(p,q)refpropSaturationProperties(p,q,libName,molw) (line 345)
saturationProperties = @(p, q) refpropSaturationProperties(p, q, libName, molw);
Error in twoPhaseFluidTables (line 133)
= saturationProperties(p(j), 0);
Caused by:
[TRNPRP error 40] transport equations are not available for one or more of the fluids
Does anybody understand this error? Can anybody explain to me a workaround?
Thanks.

Réponses (0)

Catégories

En savoir plus sur Two-Phase Fluid Library dans Help Center et File Exchange

Produits


Version

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by