photo

Hanadi


Last seen: 9 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


I need to predict isobaric and Isotropic heat capacity vs. temperature and density from equation 49 and 50 in the attached paper. I don't know how to write these equations.
function p=EOS(rho,temp) %Based on Lemmon and Jacobsen's HFC-125 EOS paper (2005): R=8.314472;       %(l.kPa)/(mol.K)  (univ...

10 months 前 | 1 个回答 | 0

1

个回答

提问


I have a code for the attached paper, the z in the code is I think alph^r (equation 42 in the paper) How can I find the following:
I have a code for the attached paper, the z in the code is I think alph^r (equation 42 in the paper) How can I find: Predict i...

10 months 前 | 0 个回答 | 0

0

个回答

提问


Two figures in to two plots. I need to plot (the density Vs pressure) and ( the density vs. Temperature) for the data itself and using Peng Robinson model.
%% Data %%% The first column is Temperature, the second is preesure, the third is %%% density. M = [280.148 0.8087 50.98 ...

10 months 前 | 2 个回答 | 0

2

个回答

提问


I need a help to plots pressure vs. Temp at equilibrium from the attached paper and in the same graph another plot using Peng Robinson model.
plot (p, T) # in the same figure, plot using the model from the paper for P and T and compare it with Peng Robinson model. at...

10 months 前 | 1 个回答 | 0

1

个回答

提问


I have a code related to thermodynamic subject, i don't know how to run it in order to get the different plot out of it. for example plot (p,rho). plot of pressure vs density.
function F=EOS(rho) %Based on Lemmon and Jacobsen's HFC-125 EOS paper (2005): R=8.314472; %(l.kPa)/(mol.K) (universa...

10 months 前 | 1 个回答 | 0

1

个回答