|
[Sponsors] |
March 31, 2011, 00:26 |
High-Re / Boundary Layers
|
#1 | ||
New Member
Alexandre Rubel
Join Date: Dec 2010
Location: Launceston, Tasmania AUSTRALIA
Posts: 28
Rep Power: 15 |
Hi Foamers,
I'm trying to solve directly the boundary layers for an High-Re flow around a submarine. I'm doing steadyState simulation with the kOmegaSST model (this model gave me the best results with the wallFunctions for a yPlus=10 mesh, I attached the checkMesh) Since I didn't get any results with my submarine and every simulation take time to solve or at least to give an indication about the convergence or not of the simulation, I create a simple sphere model to test different configuration and get faster results. I'm not actually looking for accuracy but for the convergence in a first time. I made a Re similarity and set the model. First, is that ok ? I already try all the possibility for k,omega and nut with the following schemes : Code:
gradSchemes { default Gauss linear; grad(p) Gauss linear; grad(U) Gauss linear; } divSchemes { default none; div(phi,U) Gauss upwind; div(phi,k) Gauss upwind; div(phi,omega) Gauss upwind; div((nuEff*dev(grad(U).T()))) Gauss linear; } laplacianSchemes { default Gauss linear corrected; } I'm curently running the same things with : Quote:
Do you some advice about the better schemes to solve the boundary layers for High-Re flows ? And about the better settings for k, omega and nut ? For the moment I decided to keep the same fvSolution settings Quote:
If you have some advice for that too it will help me ? Can it help me to solve it with a transient model ? If you need more details about the model please ask me. Hope someone can help me |
|||
Tags |
boundary layer, high re, komegasst, scheme |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
[Gmsh] Import problem | ARC | OpenFOAM Meshing & Mesh Conversion | 0 | February 27, 2010 11:56 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |
boundary layers on a thin wall | tilman | FLUENT | 0 | February 15, 2006 10:35 |
New topic on same subject - Flow around race car | Tudor Miron | CFX | 15 | April 2, 2004 07:18 |