Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
244.698
of 301.552
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.321
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.320
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
