CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

density in Simplefoam internal flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 15, 2012, 11:39
Default density in Simplefoam internal flow
  #1
Senior Member
 
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16
mihaipruna is on a distinguished road
If the goal is to obtain pressure losses, I assume that even for incompressible flow the density should be a real value rather than 1.
Am I correct and if so where do I set that?
__________________
Mihai Pruna's Bio
mihaipruna is offline   Reply With Quote

Old   April 15, 2012, 13:06
Default
  #2
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Could you explain why you think that the density should be a real value? I'm not following you…
lovecraft22 is offline   Reply With Quote

Old   April 15, 2012, 15:14
Default
  #3
Senior Member
 
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16
mihaipruna is on a distinguished road
Assuming you want to know the actual total pressure losses, for instance, as well as your actual flow velocities, don't you have to specify the rho in order to get meaningful values for both quantities?
__________________
Mihai Pruna's Bio
mihaipruna is offline   Reply With Quote

Old   April 15, 2012, 15:21
Default
  #4
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Nope. OpenFoam gives you the pressure over the density as an output, not the pressure itself..
So, if you divide every term of your total pressure expression by the density you get:

P/rho+0.5V^2=P0/rho

and the total pressure you get is, again, divided by the density in openFoam so everything is consistent.
lovecraft22 is offline   Reply With Quote

Old   April 15, 2012, 15:33
Default
  #5
Senior Member
 
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16
mihaipruna is on a distinguished road
so the pressure values you get in post processing will have to be multiplied by the density?
__________________
Mihai Pruna's Bio
mihaipruna is offline   Reply With Quote

Old   April 15, 2012, 15:35
Default
  #6
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Yes, correct.
lovecraft22 is offline   Reply With Quote

Old   April 15, 2012, 15:46
Default
  #7
Senior Member
 
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16
mihaipruna is on a distinguished road
Quote:
Originally Posted by lovecraft22 View Post
Yes, correct.
thanks for the answers.
Just to be sure, if I wanted to generate a pressure difference of 101,000N/m2,for air, I would input 101000/1.3 (roughly) in my BCs and then multiply the results by 1.3 as I'm looking at them in paraView, right?
__________________
Mihai Pruna's Bio
mihaipruna is offline   Reply With Quote

Old   April 15, 2012, 15:51
Default
  #8
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Yes, correct!
lovecraft22 is offline   Reply With Quote

Old   April 15, 2012, 15:52
Default
  #9
Senior Member
 
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16
mihaipruna is on a distinguished road
Quote:
Originally Posted by lovecraft22 View Post
Yes, correct!
and there's no way to input my rho and be able to give OF the actual numbers for pressure?
__________________
Mihai Pruna's Bio
mihaipruna is offline   Reply With Quote

Old   April 15, 2012, 16:46
Default
  #10
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
constant/transportProperties: you can set the kinematic viscosity (nu) that is the dynamic viscosity over the density.
lovecraft22 is offline   Reply With Quote

Old   April 16, 2012, 09:10
Default
  #11
Senior Member
 
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16
mihaipruna is on a distinguished road
aha! thanks! how does it then determine the rho, if you input the kinematic viscosity?
is it possible it factors in the nu for the pressure input? I'm getting some huge velocities with a pressure at inlet of 100000. With just 1000 I'm getting a respectable 50m/s.
However, I'm not sure this would make sense, because of the nature of the equation...

See my post here:

http://www.cfd-online.com/Forums/ope...ok-my-bcs.html

Thanks for all the help so far!
__________________
Mihai Pruna's Bio

Last edited by mihaipruna; April 16, 2012 at 09:35.
mihaipruna is offline   Reply With Quote

Old   April 16, 2012, 12:39
Default
  #12
New Member
 
Nikhil
Join Date: Sep 2011
Posts: 11
Rep Power: 14
Nikhilcfd is on a distinguished road
In SimpleFOAM, the P/rho is being solved instead of p (divide the momentum equation by rho both sides). Also if you check your input file for P you will notice that the dimensions of p are m2/s2 instead of N/m2. The code doesn't need to calculate rho to solve the equations. All it needs is nu which it calculates from the singleTransportModel.H and viscosityModel.H. One just need to make sure that p/rho values are given in p dictionary.

No, it doesn't factor in nu. Is this a turbulent flow..??
Nikhilcfd is offline   Reply With Quote

Old   April 16, 2012, 12:44
Default
  #13
Senior Member
 
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16
mihaipruna is on a distinguished road
yes, this is turbulent. nu is found in the transport properties.
__________________
Mihai Pruna's Bio
mihaipruna is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
[snappyHexMesh] Experimentally obtained STL file for internal Flow SnappyHexMesh Irish09 OpenFOAM Meshing & Mesh Conversion 9 April 7, 2012 08:50
flow modeling and incompressible analysis of internal flow of effervescent injector umar959 FLUENT 0 November 15, 2011 03:32
Internal error in compressible flow be density Mirek FLUENT 0 August 20, 2008 08:59
Inviscid Drag at subsonic, subcritical Mach # Axel Rohde Main CFD Forum 1 November 19, 2001 12:19


All times are GMT -4. The time now is 20:39.