Water flow in a bend pipe?

조회 수: 5 (최근 30일)
Abeed Hassan Nur
Abeed Hassan Nur 2019년 4월 21일
댓글: darova 2019년 4월 22일
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
Abeed Hassan Nur
Abeed Hassan Nur 2019년 4월 22일
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 2019년 4월 22일
% continuity equation
r1 = 3;
r2 = 2.3;
V2 = 10;
V1 = r2^2/r1^2 * V2;

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fluid Dynamics에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by