Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
262.060
of 301.777
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.416
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.473
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 help to solve differential equations??
First M file: us=1; Mm=29; pt=1.0e5; rhob=1300; pb0=0.211e5; Cp=0.992; H=1285409; U=0.096; dt=2.54e...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
I am unable to solve two differential equation for pressure and temperature profile? M files are written in body
First M file: supvel = 1.0; % [m/s] molmass = 29.48; % [kg/kmol] ptot = 1.0e5; % [Pa] rhob = 1300; % [kg/m^3] p...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
I have made converging and diverging cone by code below. How I can made converging cone then diverging cone then cylider then diverging cone to pass fluid from top to bottom
>> [r,theta]=meshgrid(0:0.1:1, 0:pi/60:2*pi); >> x=r.*cos(theta); >> y=r.*sin(theta); >> z=r; >> mesh(x,y,z); >> hold on >...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
A simple code gives me an error, anyone help in this issue?
My function file is, function [ y ] = van( v ) y = (p + a./v.^2).*(v - b) - (r *t); end My script file is, >> r = 0.082; >...
casi 11 años hace | 1 respuesta | 0
