photo

Hanadi


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
194,042
of 302,023

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,505

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,195

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

2 years 前 | 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...

2 years 前 | 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 ...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 1 个回答 | 0

1

个回答