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

KOmegaSSTLM divergance Problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 5, 2022, 12:40
Default KOmegaSSTLM divergance Problem
  #1
New Member
 
Abdelrahman Kamaleldin
Join Date: Jan 2021
Posts: 6
Rep Power: 5
akamal1099 is on a distinguished road
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;
    }
}

// ************************************************************************* //
Attached Images
File Type: jpg boundaryLayers.jpg (110.5 KB, 19 views)
File Type: jpg zeroDegFlap.jpg (196.8 KB, 25 views)
akamal1099 is offline   Reply With Quote

Old   May 6, 2022, 15:32
Default ?
  #2
New Member
 
Abdelrahman Kamaleldin
Join Date: Jan 2021
Posts: 6
Rep Power: 5
akamal1099 is on a distinguished road
Guys any idea?
akamal1099 is offline   Reply With Quote

Old   March 13, 2023, 14:36
Default
  #3
Senior Member
 
Farzad Faraji
Join Date: Nov 2019
Posts: 204
Rep Power: 7
farzadmech is on a distinguished road
Hello
did you know how to solve it? my simulation is also diverges.


Thanks,
Farzad
Quote:
Originally Posted by akamal1099 View Post
Guys any idea?
farzadmech is offline   Reply With Quote

Reply


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
SU2-7.0.1 on ubuntu 18.04 hyunko SU2 Installation 7 March 16, 2020 04:37
BuoyantBoussinesqSimpleFoam_Facing problem Mondal131211 OpenFOAM Running, Solving & CFD 1 April 10, 2019 19:41
Gambit - meshing over airfoil wrapping (?) problem JFDC FLUENT 1 July 11, 2011 05:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13


All times are GMT -4. The time now is 23:39.