Statistik
5 Fragen
0 Antworten
RANG
87.275
of 301.709
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 21.394
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 176.196
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
