Navier stokes and pressure on objects

In summary, the conversation is about finding the pressure distribution in a 2d flow around a corner using FEM and Bernoulli dynamic pressure. The use of a hypothetical equation of state and the compressible form of the continuity equation to calculate pressure is also discussed. There is confusion about the equations and how to get usable real-world value predictions. The possibility of using conventional CFD software or creating a custom code is mentioned. The conversation concludes with a suggestion to check other existing codes for guidance.
  • #1
Halitus
3
0
Hi every one, I am having a few problems with some research I am doing. I put this in the PDE section as it seams related, but it is for a specific application and I am not sure that it wouldn't be better suited to the mechanical engineering section.

I am wanting to find the pressure distribution in a 2d flow that moves around a corner (ie bend in a pipe)
I have been using flexPDE to solve naiver stokes with FEM. however, i am unsure how to incorporate pressure.
the software examples do one thing my supervisor suggests another.



First my supervisor is saying to use Bernoulli dynamic pressure. But i feel he is confusing something as that is more related to potential pressure rather than actual

pressure. also due to "no slip" the pressure on the wall would always be 0.
also not to mention using this alone mean the software can close on a solution.
I suspect we need to solve for the static pressure in the system but I don't know how.

secondly the software examples assume slight compressibility of the fluid.
they give:

defining a hypothetical equation of state

1) p(dens) = p0 + L*(dens-dens0)

" where p0 and dens0 represent a reference density and pressure, and L is a large
number representing a strong response of pressure to changes of density. L is
chosen large enough to enforce the near-incompressibility of the fluid, yet not
so large as to erase the other terms of the equation in the finite precision
of the computer arithmetic."

The compressible form of the continuity equation

2) dt(dens) + div(dens*U) = 0

(U is a velocty vector field it seams, and dt(dens)= ddens/dt, i am unsure what they mean by p(dens))

they then do some magic and come out with

dt(p) = -L*dens0*div(U)

=

3) div(grad(p)) = M*div(U)


what I understand is vaguely how they formed the first and second equation, and how they got from dt(p)= div(grad(p))

I don't understand how to get from 1 and 2 to 3, or how to get usable real world value predictions from this as L / M is assumed
I suspect that this is only used to find a vague distribution and to enforce continuity in the equation.


any help in unraveling this for me would be much appreciated thank you in advance

Phill
 
Physics news on Phys.org
  • #2
For the incompressible case, you can use:
[tex]\nabla_{i}\cdot [u_{i,t}+u_{j}\nabla_{j}u_{i}]=\nabla_{i}[-p_{,i}/\rho+\nu \Delta u_{i}][/tex]
Then you have:
[tex]\Delta p=-\rho \nabla_{i}\nabla_{j} (u_{i}u_{j})[/tex]
But I'm quite sure conventional CFD software doesn't calulate pressure that way. Instead, it is included among the dependent variables
 
  • #3
Hi gato thanks for the reply.

Just to make sure i understand what you mean...
deltaP = -p div(uj ui) ?

also how would you include Pressure as a dependent variable? wouldn't you require 3 equations to solve for 3 unknowns? Vx Vy and P?

thanks
 
  • #4
you DO have 3 equations:
[tex]u_{t}+uu_{x}+vu_{y}=-p_{x}/\rho+\nu\Delta u[/tex]
[tex]v_{t}+uv_{x}+vv_{y}=-p_{y}/\rho+\nu\Delta v[/tex]
[tex]u_{x}+v_{y}[/tex]
Eliminating p using third equation leads to the identity just stated. Anyhow, best way is to check how other people are doing that. There are lots of codes available. If you want to use a predefined one, use comsol multiphysics for example. If you want to do your own, you might try looking this
http://math.mit.edu/cse/codes/mit18086_navierstokes.pdf
 

Related to Navier stokes and pressure on objects

What are the Navier-Stokes equations?

The Navier-Stokes equations are a set of partial differential equations that describe the motion of a fluid. They take into account factors such as velocity, pressure, and viscosity to determine the fluid's behavior.

What is the significance of the Navier-Stokes equations in science?

The Navier-Stokes equations are fundamental to the study of fluid dynamics and have wide-ranging applications in various fields such as engineering, meteorology, and physics. They are used to model the behavior of fluids in real-world scenarios and have been essential in understanding many natural phenomena.

How does pressure affect objects in a fluid?

Pressure is the force per unit area exerted by a fluid on an object. In a fluid, pressure is distributed equally in all directions and can cause objects to move, deform, or break. The pressure on an object is determined by factors such as the fluid's density, velocity, and viscosity.

What is the difference between laminar and turbulent flow?

Laminar flow is a type of smooth, orderly flow in which fluid particles move in parallel layers. Turbulent flow, on the other hand, is characterized by chaotic and unpredictable motion of fluid particles. The transition from laminar to turbulent flow depends on factors such as velocity, viscosity, and surface roughness.

How do the Navier-Stokes equations account for the effects of turbulence?

The Navier-Stokes equations include terms that account for the effects of turbulence, such as the turbulent viscosity and the Reynolds stress tensor. These terms help to model the chaotic and random motion of fluid particles in turbulent flow, making the equations more accurate in real-world scenarios.

Similar threads

  • Differential Equations
Replies
1
Views
2K
Replies
18
Views
1K
  • Classical Physics
Replies
4
Views
1K
  • Differential Equations
Replies
6
Views
4K
Replies
1
Views
1K
  • Mechanics
Replies
5
Views
3K
  • Classical Physics
Replies
1
Views
4K
  • Classical Physics
Replies
8
Views
2K
  • Mechanical Engineering
Replies
4
Views
2K
Replies
1
Views
4K
Back
Top