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

Adjusting simpleFoam solvers for P_rgh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 30, 2023, 10:27
Thumbs up Adjusting simpleFoam solvers for P_rgh
  #1
New Member
 
Philbert Mushumbyusi
Join Date: Jan 2023
Posts: 2
Rep Power: 0
mushumbusip@nm-aist.ac.tz is on a distinguished road
I am conducting a computational fluid dynamics (CFD) study on a pipe with a leak hole, while varying its orientation angle, to investigate the effect of gravitational forces on pressure drop and leak rate for both uphill and downhill flow. The simulation assumes steady flow of an incompressible fluid (water) using the Reynolds-Averaged Navier-Stokes (RANS) equation and k-epsilon turbulence model in the SimpleFoam solver. However, I am facing a challenge as SimpleFoam does not directly solve for hydrostatic pressure, so I cannot include the P_rgh term. I have tried following some guides from different sources but I have not been successful. I also tried including P_rgh in the fvSolution file and creating g and rho files in the constant directory, but my results remain the same as before. Do you have any ideas on how I can resolve this issue?
fvSolution
solvers
{
p
{
solver PCG;
preconditioner DIC;
tolerance 1e-6;
relTol 0.01;
residualControl yes;

equations ( "p_rgh" );
}
mushumbusip@nm-aist.ac.tz is offline   Reply With Quote

Old   May 1, 2023, 05:22
Default
  #2
Senior Member
 
Join Date: Apr 2020
Location: UK
Posts: 736
Rep Power: 14
Tobermory will become famous soon enough
I am not clear why you need to "solve for hydrostatic pressure" ... why not just add gravity as a body force and carry on with simpleFoam? You can calculate the hydrostatic pressure as a post-processing exercise.

Or alternatively, use one of the solvers that is designed for buoyant flows (i.e. which contains gravity in the momentum equation and solved for p_rgh) - check the heat transfer tutorials.

As a (pedantic) side note - p_rgh is not the hydrostatic pressure; it only equals the hydrostatic pressure in constant density flows, like the one you are modelling, but it will be much safer for you if you don't call it the hydrostatic pressure... esp when you come to variable density flows.

Hope that helps.
Tobermory is offline   Reply With Quote

Old   May 1, 2023, 07:02
Default
  #3
New Member
 
Philbert Mushumbyusi
Join Date: Jan 2023
Posts: 2
Rep Power: 0
mushumbusip@nm-aist.ac.tz is on a distinguished road
Quote:
Originally Posted by Tobermory View Post
I am not clear why you need to "solve for hydrostatic pressure" ... why not just add gravity as a body force and carry on with simpleFoam? You can calculate the hydrostatic pressure as a post-processing exercise.

Or alternatively, use one of the solvers that is designed for buoyant flows (i.e. which contains gravity in the momentum equation and solved for p_rgh) - check the heat transfer tutorials.

As a (pedantic) side note - p_rgh is not the hydrostatic pressure; it only equals the hydrostatic pressure in constant density flows, like the one you are modelling, but it will be much safer for you if you don't call it the hydrostatic pressure... esp when you come to variable density flows.

Hope that helps.
Hi Tobermory.
Thank you for your valued comments. It is true P_rgh cannot be called hydrostatic pressure, it is the contribution of hydrostatic pressure to the total pressure in a flow fluid system. I used it here to mean P=rgh. I'll consider your suggestions.
Thank you again for your time.
mushumbusip@nm-aist.ac.tz 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
simpleFoam tutorial PitzDaily using Reynolds stress tensor (LRR RASModel) dlahaye OpenFOAM Running, Solving & CFD 24 August 4, 2023 15:29
interFoam vs. simpleFoam channel flow comparison DanM OpenFOAM Running, Solving & CFD 12 January 31, 2020 16:26
pressure in incompressible solvers e.g. simpleFoam chrizzl OpenFOAM Running, Solving & CFD 13 March 28, 2017 06:49
simpleFoam parallel solver & Fluent polyhedral mesh Zlatko OpenFOAM Running, Solving & CFD 3 September 26, 2014 07:53
Trying to run a benchmark case with simpleFoam spsb OpenFOAM 3 February 24, 2012 10:07


All times are GMT -4. The time now is 07:53.