|
[Sponsors] |
March 7, 2012, 05:17 |
Pressure units in incompressible solvers
|
#1 |
New Member
Per Christian Endresen
Join Date: Feb 2012
Location: Trondheim, Norway
Posts: 13
Rep Power: 14 |
Hi
I am quite new to OpenFOAM, and have some basic questions about units. From the tutorial cases I see that the units for pressure in incompressible solvers (e.g. simpleFoam) are m^2/s^2. Which make sense since pressure is constant. I guess I then have to scale (divide) my pressure initial and boundary conditions with rho in order to get a correct solution? My real question is: can I define my pressure units to be kg/ms^2 and define density rho in the transportProperties file and get the same result? I want to be able to do this in order to avoid having to scale my pressure. Thanks in advance for replies. Per |
|
March 7, 2012, 07:42 |
|
#2 |
Senior Member
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18 |
Hello, Per,
if you take a look at the Navier-Stokes equations for incompressible flows, you can see, that only the pressure gradient is relevant for such flows. Hence the absolute value of pressure is absolutely unimportant (it can even be negative!) as long as the gradients are correct. This makes many things simple for you as a user: first, you can set your reference pressure (for example the pressure at your far field or outlet boundaries) to zero. When you have negative pressure values in your solution, this means, that these areas have a lower pressure than your reference pressure. And vice versa! If you really need the absolute pressure values (which is very rarely the case for incompressible flows), you can simply multiply the whole field with your density (e.g. 1.225 kg/m³) and add your absolute reference pressure to it (e.g. 101325 Pa). But like I said, the relative values are important, not the absolute values! The other convenient thing about this approach is that you can easily calculate engineering quantities like the pressure coefficient. If you set your reference pressure to zero and your pressure field is already divided by density, the equation to calculate Cp is simply: Cp = 2*p/(V_ref)^2 Feel free to ask, if you have anymore questions. Greetings, Felix. |
|
March 7, 2012, 08:46 |
|
#3 |
New Member
Per Christian Endresen
Join Date: Feb 2012
Location: Trondheim, Norway
Posts: 13
Rep Power: 14 |
Thanks for the reply Felix
Especially the fact that a set pressure just is a reference is useful to know. And I should have figured that out from the NS equation. Regarding the pressure gradient. Forgive me if this is a stupid question. If one wants a pressure gradient at for instance the outlet of a pipe section (due to a propeller), is it correct that this must be scaled with the density? Since (just an example) the incompressible NS equation for 2D pressure driven flow between two plates is reduced to nu*(ddu/du^2) = (1/rho)*(dp/dx) where (1/rho)*(dp/dx) = d(p/rho)/dx = dp'/dx since rho = const. (p' = p/rho). Is it correct to assume that p' is the pressure OpenFoam Calculates, and thus one must scale the gradient when setting the boundary condition? Or am I missing something? Regards Per |
|
March 8, 2012, 12:40 |
|
#4 |
Senior Member
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18 |
Hello, Per,
short answer: you are correct. Greetings, Felix. |
|
July 19, 2019, 04:43 |
Similar question
|
#5 | |
New Member
Faiaz Khaled
Join Date: Oct 2017
Location: United States of America
Posts: 17
Rep Power: 9 |
Quote:
Really helpful post for me. Could you please leave your comments on my problem. Am I going in the right direction? Calculating pressure coefficient on surface of an object in ABL simulation Please let me know. Thanks Regards, Faiaz Thanks |
||
Tags |
density, pressure, rho, simplefoam, units |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Which pressure OpenFOAM use for incompressible flow? P/rho or (P-101325)/rho ? | panda60 | OpenFOAM | 16 | August 14, 2018 05:57 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
pressure inlet in incompressible flow | dirk | FLUENT | 2 | June 22, 2005 14:27 |
what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 06:13 |
incompressible flow - prescribing pressure drop - how best to do it? | M. Gerritsen | Main CFD Forum | 4 | January 10, 1999 10:53 |