|
[Sponsors] |
February 13, 2012, 23:11 |
Help on a case of a Submarine which diverges
|
#1 |
New Member
Thibaut SIMON
Join Date: Jan 2012
Posts: 5
Rep Power: 14 |
Hi all,
I'm working on a simple case of a submarine in Deep-water with a k-omega SST turbulence model, using simpleFoam resolution. My problem is that the case always diverges after 1000 iterations, whatever I do on the mesh or in the settings. Here my settings: Number of cells: 4 100 000 Re= 1.146 E+006 y+=3.8 aspect ratio <100 Speed=0.717 m/s Lenght of the hull=1.52m And here is a part of my fvShemes file: gradSchemes { default Gauss linear; grad(p) Gauss linear; grad(U) Gauss linear; // grad(U) cellLimited Gauss linear 1; } divSchemes { default none; div(phi,U) Gauss linearUpwindV grad(U); div(phi,k) Gauss linearUpwind grad(k); div(phi,omega) Gauss linearUpwind grad(omega); div((nuEff*dev(T(grad(U))))) Gauss linear; } Someone has any idea of wath I did wrong? Thanks for your help |
|
February 14, 2012, 03:19 |
|
#2 |
Senior Member
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 556
Rep Power: 27 |
Hi
Try these settings (OF 2.1). Also you should always start with upwind on everything if you have stability issues. It's just BPG (Best Practice Guidelines). Also for Marine CFD look at this for BPG
__________________
Linnemann PS. I do not do personal support, so please post in the forums. |
|
February 15, 2012, 21:07 |
|
#3 |
New Member
Thibaut SIMON
Join Date: Jan 2012
Posts: 5
Rep Power: 14 |
Thanks a lot for your help,
I change few settings in my fvSchemes file, it seems to work now with this settings: divSchemes: div(phi,U) Gauss upwind grad(U); div(phi,k) Gauss upwind grad(k); div(phi,omega) Gauss upwind grad(omega); div(phi,epsilon) Gauss upwind grad(epsilon); div((nuEff*dev(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear corrected; I didn't change everythings cause I'm using the OF2.0 I let you know of my advances... Thanks again |
|
Tags |
divergence detected, simplefoam, submarin, yplusras |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is Playstation 3 cluster suitable for CFD work | hsieh | OpenFOAM | 9 | August 16, 2015 15:53 |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
Instable natural convection case | Peter88 | OpenFOAM | 5 | August 18, 2011 02:23 |
Transient case running with a super computer | microfin | FLUENT | 0 | March 31, 2009 12:20 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |