|
[Sponsors] |
May 5, 2022, 13:40 |
KOmegaSSTLM divergance Problem
|
#1 |
New Member
Abdelrahman Kamaleldin
Join Date: Jan 2021
Posts: 6
Rep Power: 5 |
Hello my friends,
I am experiencing some issues with KOmegaSSTLM using simpleFoam. I am trying to simulate flow over an airfoil with slotted flap. I used the boundary conditions which is found in the T3A tutorial for KOmegaSSTLM but the solution diverges. I tried some troubleshooting and I will write down below summary of it: 1- Everything is fine when there is no layers around the airfoil and flap. 2- When I added layers the solution starts diverging for unknown reason. 3- Same thing happens with KOmegaSST My layer was made to target y+ of 1 and my mesh is fine per meshCheck. I am suspecting and error with boundary conditions due to me using wallfunctions for nut, omega and k. Thanks my friends Following is the omega file as an example. I edited it to be zeroGradient because I have y+ equal to 1 and I don't need wallfunctions but still don't work. (Same for k and nut) also my mesh is attached Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object omega; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 -1 0 0 0 0]; internalField uniform 1.7520318313820673; boundaryField { inlet { type fixedValue; value $internalField; } outlet { type zeroGradient; } airfoilZeroDegSurf { type zeroGradient; } flapFiftyDegSurf { type zeroGradient; } upperEmpty { type empty; } lowerEmpty { type empty; } front { type symmetry; } back { type symmetry; } } // ************************************************************************* // |
|
May 6, 2022, 16:32 |
?
|
#2 |
New Member
Abdelrahman Kamaleldin
Join Date: Jan 2021
Posts: 6
Rep Power: 5 |
Guys any idea?
|
|
March 13, 2023, 15:36 |
|
#3 |
Senior Member
Farzad Faraji
Join Date: Nov 2019
Posts: 206
Rep Power: 8 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2-7.0.1 on ubuntu 18.04 | hyunko | SU2 Installation | 7 | March 16, 2020 05:37 |
BuoyantBoussinesqSimpleFoam_Facing problem | Mondal131211 | OpenFOAM Running, Solving & CFD | 1 | April 10, 2019 20:41 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |