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

Closed loop pipe flow

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   September 10, 2010, 05:12
Default Closed loop pipe flow
  #1
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Hello everybody,
for the first time I am dealing with pipe flow and I need some ideas and suggestions on how to set up my case properly.

I have a closed loop cooling system, where air passes through some pipes of different diameters: the smallest one has a diameter of some millimeters, while the largest one is of the order of meters, as shown in the attached picture. Air is moved by a fan placed in the mean diameter section. My main objective is to calculate the pressure drop in the system.

Here are my questions:
  1. I assume the flow is turbulent, but the local Reynolds number is low due to the smallest pipe. What is the suggested turbulence model in this case? I read somewhere that SpalartAllmaras can be ok, but I never used it so I was thinking to use a low-Re k-epsilon approach, as LaunderSharmaKE. Is it correct?
  2. If it is, ok, then I should design my mesh accordingly. Since I want to keep my cell number low, then I was thinking of using the newly nutLowReWallFunction, so I am not forced to have y+<1 as a low-Re mesh usually requires. Thus, I would generate my mesh with a prism boundary layer with y+>1 and use that nutLowReWallFunction. Is it correct?
  3. In that case, what wall boundary condition should I use for k and epsilon? zeroGradient, as I usually do for a low-Re y+<1 mesh, or fixedValue $internalValue as I do for a high-Re 30<y+<100 mesh?
  4. And what about k and epsilon internal value? Should I use the one that are usually prescribed for the inlet, even if my system is a closed loop?
  5. I guess that for fvSchemes and fvSolution I can use what I am used to do:
Code:
grad         faceMDLimited Gauss linear 0.5;
div         Gauss linearUpwind cellLimited Gauss linear 1;
laplacian   Gauss linear limited 0.5;
or are there any other suggestions?
These are only of the few questions that are running into my mind... Looking for someone that can shed some light on the subject.
Regards,

mad
Attached Images
File Type: png geom.png (26.2 KB, 202 views)
maddalena is offline   Reply With Quote

 

Tags
fan, flowrateinletvelocity, low-re, pipe, simplefoam


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
flow in perforated pipe distributor pertupd ANSYS 0 August 12, 2009 08:36
NACA0012 geometry/design software needed Franny Main CFD Forum 13 July 7, 2007 15:57
Flow in a Closed Loop John Collins Main CFD Forum 2 February 27, 2003 10:26
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11
Pulsatile blood flow in closed loops Michael F. Wolf Main CFD Forum 3 July 1, 1999 16:37


All times are GMT -4. The time now is 06:52.