I'm trying to solve Bernoulli equation in differential form.

조회 수: 5 (최근 30일)
suresh berike
suresh berike 2021년 8월 3일
댓글: suresh berike 2021년 8월 3일
I'm trying to solve this bernoulli equation.
(∂u/∂t)+ρ(u∂u/∂x)=-∂p/∂x+(μ∂^2 u)/(∂x^2 )
after assuming the variation of u with time is zero and ignoring viscous effects, I got to ρ(u∂u/∂x)=-∂p/∂x
by solving this, i wish to get value of u for different values of dx( variation of u along a straight line ) for some constant value of p. But to do this i need to convert this equation to the form required by matlab, which im not able to do.At the end I need to plot the variation of u against dx. How can i achieve this?

채택된 답변

Alan Stevens
Alan Stevens 2021년 8월 3일
If p is constant then dp/dx = 0, hence du/dx = 0, which means u is constant.
If you meant the pressure gradient is constant then u*du/dx = -(p/dx)/rho = constant, or du^2/dx = -2(dp/dx)/rho, so u^2 = (-2(dp/dx)/rho)*x + uo^2, where uo is the value of u when x = 0.
  댓글 수: 3
Alan Stevens
Alan Stevens 2021년 8월 3일
du^2/dx = 2udu/dx so udu/dx = (1/2)du^2/dx. I then multiplied both sides by 2.
suresh berike
suresh berike 2021년 8월 3일
Ok thanks a lot for the help.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by