A solution of Euler's equation

  • Thread starter Thread starter coverband
  • Start date Start date
  • Tags Tags
    Euler's equation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
coverband
Messages
170
Reaction score
1

Homework Statement


The velocity vector for a flow is u = (xt, yt, -2zt). Given that the density is constant and that the body force is F = (0,0,-g) find the pressure, P(x,t) in the fluid which satisfies [tex]P = P_0(t)[/tex] at x = 0


Homework Equations


Euler's equation: [tex]\frac{Du}{Dt}=-\frac{1}{\rho}\nabla P + F[/tex]


The Attempt at a Solution



[tex]\nabla P = \rho(-x-xt^2, -y - yt^2, 2z - 4zt^2 - g)[/tex]
How do you get P from this. Back of the book gives
[tex]P = - \frac {1}{2} \rho (x^2+y^2)(1+t^2) + \rho z^2(1-2t^2)-\rho gz + P_0(t)[/tex]
How did they get that?
 
Physics news on Phys.org
coverband said:
[tex]\nabla P = \rho(-x-xt^2, -y - yt^2, 2z - 4zt^2 - g)[/tex]
How do you get P from this. Back of the book gives
What do you understand by the del operator? You simply have to solve a set of three partial differential equations to reconstruct P.
 
More specifically, you have
[tex]\frac{\partial P}{\partial x}= \rho(x- xt^2)= \rho(1- t^2)x[/tex]
[tex]\frac{\partial P}{\partial y}= \rho(y- yt^2)= \rho(1- t^2)y[/tex]
and
[tex]\frac{\partial P}{\partial z}= \rho(z- zt^2)= \rho(1- t^2)z[/tex]

Which can be treated as three ordinary differential equations with 't' as a fixed parameter.
 
Fightfish said:
What do you understand by the del operator? You simply have to solve a set of three partial differential equations to reconstruct P.

Thanks I was getting delta mixed up with nabla!