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

simpleFoam k-omegaSST convergence problem (Hydrofoil)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 24, 2018, 10:36
Default simpleFoam k-omegaSST convergence problem (Hydrofoil)
  #1
New Member
 
Join Date: Jul 2018
Posts: 1
Rep Power: 0
Luk14 is on a distinguished road
Hi,

i want to simulate a 2D hydrofoil section, but simpleFoam do not converge (it stops after 10-50 steps) . I run the same case with the SA turbulence model and everything works just fine. But my Cd values are a bit too high so I want to try the KOmegaSST model.

It is a NACA4412 Section @0°.
U=4.75m/s
L=0.23m

Maybe you can take a look over my BCs, i think here is my Problem.


Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -2 0 0 0 0];

internalField uniform 0.003384375;

boundaryField
{
inlet
{
type freestream;
freestreamValue $internalField;
}

outlet
{
type freestream;
freestreamValue $internalField;
}

walls
{
type fixedValue;
value uniform 1e-12;
}

frontAndBack
{
type empty;
}
}

// ************************************************** *********************** //

Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object omega;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 0 -1 0 0 0 0];

internalField uniform 5.058728817;

boundaryField
{
inlet
{
type freestream;
freestreamValue $internalField;
}

outlet
{
type freestream;
freestreamValue $internalField;
}

walls
{
type omegaWallFunction;
value $internalField;
}

frontAndBack
{
type empty;
}
}

// ************************************************** *********************** //
Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -1 0 0 0 0];

internalField uniform 0;

boundaryField
{
inlet
{
type calculated;
value uniform 0;
}

outlet
{
type calculated;
value uniform 0;
}

walls
{
type fixedValue;
value uniform 1e-12;
}

frontAndBack
{
type empty;
}
}

// ************************************************** *********************** //

Luk
Luk14 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
Square duct flow with cyclic inlet outlet - simpleFoam Convergence issue Vino OpenFOAM Running, Solving & CFD 7 January 25, 2019 02:55
convergence problem with simpleFoam Ahmed Khattab OpenFOAM Running, Solving & CFD 1 July 20, 2017 10:23
Swirl flow convergence problem with simpleFoam iqbalsk8 OpenFOAM Running, Solving & CFD 7 November 28, 2012 00:54
Submerged fin, Convergence problem supermouniette FLUENT 10 July 6, 2009 10:47
convergence problem with SIMPLER NURAY KAYAKOL Main CFD Forum 1 February 24, 1999 13:43


All times are GMT -4. The time now is 04:54.