What Equation Is This? (Fluid Mechanics)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
askor
Messages
168
Reaction score
9
Can someone please tell me what is the name of below formula?

##H = z + \frac{v^2}{2g} + \frac{p}{γ}##
 
Physics news on Phys.org
Usually Bernoulli's equation is given in pressure form (the one that you used). However in some cases it is expressed using hydraulic head. The constant ##H## stands for total head.

Here's another reference: https://en.wikipedia.org/wiki/Bernoulli's_principle

The equation from your first post is given there right after "The constant in the Bernoulli equation can be normalised."
 
How do you obtain the head form?
Can the head form derived from pressure form? If yes, can you show me how to do it?
 
Here's the pressure form that you've given in previous post (I just replaced ##h## with ##z##): $$p + \frac{1}{2} \rho v^{2} + \rho g z = const$$ If we divide both sides by ##\rho g## we will get: $$\frac{p}{\rho g} + \frac{v^{2}}{2g}+z=const$$ We can also replace ##\rho g## with specific weight ##\gamma## so that the equation becomes: $$\frac{p}{\gamma} + \frac{v^{2}}{2g}+z=const$$ Now just name the constant as total head ##H## and here's the equation from your first post.
 
  • Informative
Likes   Reactions: DrClaude
FEAnalyst said:
Here's the pressure form that you've given in previous post (I just replaced ##h## with ##z##): $$p + \frac{1}{2} \rho v^{2} + \rho g z = const$$ If we divide both sides by ##\rho g## we will get: $$\frac{p}{\rho g} + \frac{v^{2}}{2g}+z=const$$ We can also replace ##\rho g## with specific weight ##\gamma## so that the equation becomes: $$\frac{p}{\gamma} + \frac{v^{2}}{2g}+z=const$$ Now just name the constant as total head ##H## and here's the equation from your first post.

Thank you very much for the explanation, now I understand.