|
[Sponsors] |
March 28, 2014, 12:40 |
Stop flow going under hill
|
#1 |
New Member
Andrew Mortimer
Join Date: Oct 2013
Posts: 15
Rep Power: 13 |
Hi all,
I'm essentially running the turbine_siting tutorial but with different geometry. There are 2 different types of output from the setup: - The flow only goes over the hill as desired. This is shown in pic 1. This was achieved with a surface refinement of 2 - The flow goes under and beneath the hill as shown in pic 2. This occurred with a surface refinement level of 3. In both cases the blockMeshDict was the same: Code:
vertices ( ( -3000.0 -3000.0 -400.0) ( 5000.0 -3000.0 -400.0) ( 5000.0 5000.0 -400.0) ( -3000.0 5000.0 -400.0) ( -3000.0 -3000.0 600.0) ( 5000.0 -3000.0 600.0) ( 5000.0 5000.0 600.0) ( -3000.0 5000.0 600.0) ); blocks ( hex (0 1 2 3 4 5 6 7) (40 50 20) simpleGrading (1 1 1) ); The model I have for the hill is an stl and is essentially just a single sheet, i.e it is not a closed model. Does anyone know why sometimes the flow doesn't go under the hill and sometimes it does? These are the only settings I've been playing around with. Thanks in advance. |
|
March 28, 2014, 15:17 |
|
#2 |
Senior Member
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 556
Rep Power: 27 |
Hi
You probably have a crack/hole somewhere on your stl file that is larger than refinement level 3. That will let the mesh "flow" through the crack and also mesh the volume below the surface. So make sure your STL extends a little beyond the blockMesh mesh. After that make sure there are no leaks in your stl.
__________________
Linnemann PS. I do not do personal support, so please post in the forums. |
|
April 3, 2014, 12:48 |
|
#3 |
New Member
Andrew Mortimer
Join Date: Oct 2013
Posts: 15
Rep Power: 13 |
That was indeed the problem. Thanks for the help!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow inlet and pressure outlet with target mass flow rate | Zigainer | FLUENT | 13 | October 26, 2018 06:58 |
transient, impregnating flow problem | fgommer | FLUENT | 0 | February 29, 2012 17:10 |
Flow meter Design | CD adapco Group Marketing | Siemens | 3 | June 21, 2011 09:33 |
potential flow vs. Euler flow | curious ... | Main CFD Forum | 23 | July 21, 2006 08:40 |
Plug Flow | Franck | Main CFD Forum | 3 | September 4, 2003 06:57 |