Water flow in a bend pipe?

4 visualizaciones (últimos 30 días)
Abeed Hassan Nur
Abeed Hassan Nur el 21 de Abr. de 2019
Comentada: darova el 22 de Abr. de 2019
Hello Everyone,
I am a beginner in MATLAB. I am trying to simulate water flow in bend converging steel pipe. Friction is considered. Can someone please guide me or tell, where can I find similar tutorials to write the code? I understand the theory part. But I don’t have the knowledge to write in code.
Cheers.
  5 comentarios
Abeed Hassan Nur
Abeed Hassan Nur el 22 de Abr. de 2019
As I said before, I am new to MATLAB and don't know how to write code. I am looking for any materials/ tutorials related to thiss problem. How to write code?
darova
darova el 22 de Abr. de 2019
% continuity equation
r1 = 3;
r2 = 2.3;
V2 = 10;
V1 = r2^2/r1^2 * V2;

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Fluid Dynamics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by