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

Convergence problem in simpleFoam with k-\omega SST

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 19, 2019, 04:41
Default Convergence problem in simpleFoam with k-\omega SST
  #1
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Dear Foamers,


I am trying to simulate a 3D aerofoil case, in which the mesh is generated by the gmsh. The overall geometry, boundary condition, fvschmes, fvsolution and plot of convergence are attached herewith.

I am unable to get the decreasing residual for Uz and Pressure, rest parameters seems reasonable. Is this because of the improper meshing in the z-direction? Since I am not sure if the meshing is done correctly in the z direction by the gmsh. Although the checkMesh looks ok (also attached herewith).



Any suggestion or comment is highly welcomed.



Thanks a lot!
Attached Images
File Type: png aerofoil.png (54.9 KB, 52 views)
File Type: png residual.png (156.3 KB, 69 views)
Attached Files
File Type: c boundary.c (2.0 KB, 7 views)
File Type: c fvSchemes.c (1.6 KB, 9 views)
File Type: c fvSolution.c (3.1 KB, 10 views)
chandra shekhar pant is offline   Reply With Quote

Old   November 19, 2019, 04:42
Default
  #2
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
The checkMesh is attached herewith.
Attached Files
File Type: c checkMesh.c (3.6 KB, 14 views)
chandra shekhar pant is offline   Reply With Quote

Old   November 25, 2019, 07:24
Default
  #3
New Member
 
Qiu Xiaoping
Join Date: Apr 2013
Location: IPE CAS China
Posts: 14
Rep Power: 14
xpqiu is on a distinguished road
Quote:
Originally Posted by chandra shekhar pant View Post
The checkMesh is attached herewith.

Totally tetrahedra mesh? Without prism layer mesh? May be you can try leastSquare gradient calculation by changing the default gradient scheme from "Gauss linear" to "leastSquare".
__________________
xpqiu
q.giskard@gmail.com
xpqiu is offline   Reply With Quote

Old   November 25, 2019, 08:07
Default
  #4
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Thanks Qiu Xiaoping a lot for the help.



I am trying to implement this, to start with I would say that instead of "leastSquare" this is "leastSquares" :-) I will update you once the sims are done.
chandra shekhar pant is offline   Reply With Quote

Old   November 25, 2019, 09:46
Default
  #5
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Hello Qiu Xiaoping,

I had tried to modify the mesh and using your inputs tried the case. The residual indeed is falling but not as quick as expected. Surprisingly, if I use the "checkMesh" utility it shows the mesh is OK, but while using " checkMesh -allTopology -allGeometry ' it shows that Failed 1 mesh checks, probably because of Cells with small determinant (< 0.001) found, number of cells: 210. The complete report and the residual plots are attached herewith. Any comment about this ?


Thanks a lot for your help.
Attached Images
File Type: png linear.png (13.3 KB, 43 views)
Attached Files
File Type: c log_checkMesh.c (3.5 KB, 3 views)
File Type: c log_completemesh.c (4.6 KB, 2 views)
chandra shekhar pant is offline   Reply With Quote

Old   November 25, 2019, 22:27
Default
  #6
New Member
 
Qiu Xiaoping
Join Date: Apr 2013
Location: IPE CAS China
Posts: 14
Rep Power: 14
xpqiu is on a distinguished road
When activate "-allTopology" and "-allGeometry", checkMesh will do more checks, and for incompressible steady-state simulation, "Cells with small determinant (< 0.001) found" is not a big issue. Did you run potentialFoam to initialize the fields? If not, try it and this may help.
__________________
xpqiu
q.giskard@gmail.com
xpqiu is offline   Reply With Quote

Old   November 26, 2019, 01:21
Default
  #7
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Hi Qiu Xiaoping,



Thanks for your help. Will this issue be a problem for unsteady case like PIMPLE or INTERPHASECHANGEFOAM?



No, I haven't used potential Foam to initialize the fields, I will do that and update.


Thanks again for your kind help.
chandra shekhar pant is offline   Reply With Quote

Old   November 26, 2019, 07:23
Default
  #8
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Hello Qiu Xiaoping,



Using your inputs I have initialized my SIMPLE case using the potentialFoam, I had added lines in the fvsolution and put the initial Phi in the 0 folder. To start with, it was giving errors, since something was missing in the fvSolution, but eventually I make it run OK.

Please find the fvSolution and the initial Phi herewith. But still I could not get a good convergence for the Uz and pressure, particularly the Uz, is there something bad in the mesh for Uz? Is there a way to figure it out or something I am missing in fvSchmes, fvSolution etc?

Thanks for your time and help.
Attached Images
File Type: png linear.png (13.5 KB, 37 views)
Attached Files
File Type: c fvSolution.c (3.2 KB, 6 views)
File Type: c Phi.c (1.7 KB, 2 views)
chandra shekhar pant is offline   Reply With Quote

Old   November 27, 2019, 16:23
Default
  #9
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
get rid of tetrahedron mesh.
HPE is offline   Reply With Quote

Old   November 28, 2019, 01:22
Default
  #10
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Thanks HPE for your kind help. But if you check the checkMesh report then there are no tetrahedron cells only prisms are there. So what you recommend which kind of cells should I have to get better convergence?
Also I am using gmsh how to control these, I have no idea, if I use Quad cells then it throws an error and my meshing doesn't complete. Any idea in gmsh will be very helpful to me.
Thanks a lot for your time and help.
chandra shekhar pant is offline   Reply With Quote

Old   November 28, 2019, 01:33
Default
  #11
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Oh Sorry I think you saw the previous report. This is the updated report. Please find the checkMesh report and also of checkMesh -allTopology -allGeometry reports herewith.
Attached Files
File Type: c log_checkMesh.c (3.4 KB, 1 views)
File Type: c log_completemesh.c (4.4 KB, 1 views)
chandra shekhar pant is offline   Reply With Quote

Old   November 28, 2019, 16:03
Default
  #12
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
Never used GMSH, I am afraid. There was a OpenFOAM mesh tutorial in OpenFOAM Wiki, exemplifying mesh generation with quad elements in GMSH.

I suggest you to use hex elements, for which you can either use snappyHex or even blockMesh of OpenFOAM since your geometry is very simple.

I meant also triangular prism elems by tetrahedron as both are similar and problematic for OpenFOAM simulations afaik. May be foam-extend can handle tetra meshes. But need to check.
HPE is offline   Reply With Quote

Old   November 29, 2019, 02:23
Default
  #13
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Thanks a lot HPE.
Since, I am having the solid boundary (aerofoil) in which I have to define some patches inside that solid boundary. If I import the aerofoil as single stl file in SHM, the SHM will treat it as a single wall, but if I want some other patches (like slotting, blowing, suction etc.) to be included inside that wall/aerofoil, then I guess I won't be able to do that in SHM (please correct me ). Therefore I am using gmsh.
In most of the gmsh tutorials I have seen that they are meshing in 2D while I need the 3D meshing (by extruding in 3D). I haven't found any tutorial for 3D meshing to be used as input for CFD, however there are some which shows gmsh utility for solid meshing. Please suggest some reference if you find any.



I think you are suggesting that quad mesh or hexahedral (meshes formed by blockmesh and SHM) mesh are good for OpenFoam.


Thanks a lot for your time and help.
chandra shekhar pant is offline   Reply With Quote

Old   November 29, 2019, 08:40
Default
  #14
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
>> some other patches (like slotting, blowing, suction etc.) to be included inside that wall/aerofoil, then I guess I won't be able to do that in SHM (please correct me )

It is completely possible. I personally have meshed an entire wind turbine containing many STLs constituting the entire turbine seamlessly when combined. Might be painful for a novice, or enjoyful. I found it joyful (kidding).

>> https://openfoamwiki.net/index.php/2...ial_using_GMSH

Might this help?: https://openfoamwiki.net/index.php/2...ial_using_GMSH

>> I think you are suggesting that quad mesh or hexahedral (meshes formed by blockmesh and SHM) mesh are good for OpenFoam.

Yes, I believe so.
HPE is offline   Reply With Quote

Old   November 29, 2019, 09:03
Default
  #15
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Hello HPE,


Many thanks for this information. I know that I am just at a starting point of learning the SHM but I am just excited to know how this works..


If I have an aerofoil (which is a complete stl file), and suppose at the stagnation point I want a jet, primarily I want to introduce a patch (or boundary condition) with some outward velocity at the aerofoil itself, how it could be done in the SHM? It will be a great thing to compare the convergence from the two meshes (one from gmsh and other from SHM).



Thanks for your help and time.
chandra shekhar pant is offline   Reply With Quote

Old   November 29, 2019, 11:31
Default
  #16
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
>> how it could be done in the SHM?

It is very broad question, I'm afraid. Don't think I can give an answer on that. Might others give some insight?
HPE is offline   Reply With Quote

Old   December 1, 2019, 07:32
Default
  #17
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Hi HPE,



As per your suggestion, I tried to change my meshing from prism/tetrahedra to hexahedra, but still the convergence is an issue. Please find the residual and the latest checkMesh log herewith.

I would be happy to implement some other suggestion/comments from you.


Just wondering if this is the final fate of convergence, since the problem could be inherently unsteady. Does that makes sense?
Many thanks for your help and time.
Attached Images
File Type: png linear.png (13.8 KB, 28 views)
Attached Files
File Type: c log_checkMesh.c (3.4 KB, 4 views)
chandra shekhar pant is offline   Reply With Quote

Old   December 3, 2019, 08:29
Default
  #18
Senior Member
 
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14
simrego is on a distinguished road
Hi!


Don't trust only the residuals. Monitor some physical quantities too. For example drag, inlet pressure, velocity at a point, etc... Also 60 interation is nothing. Let the solver run.
Also you can try 1st order shcemes, and if you have a converged solution switch to second order.
simrego is offline   Reply With Quote

Old   December 4, 2019, 01:30
Default
  #19
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Hello,



Thanks a lot for your reply. But is it ok to say that, if the flow is inherently non-steady then the residual won't converge? Could you please comment over this?


Many thanks for your time and help.
chandra shekhar pant is offline   Reply With Quote

Old   December 4, 2019, 03:36
Default
  #20
Senior Member
 
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14
simrego is on a distinguished road
Most of the flows are inherently non-steady, but most of the time you can reach a steady-state solution which is kind of a "time-averaged" solution. But the reason for your "non converged case" is that you just give up after 60 iterations which is nothing... And in your case you should have a steady state solution...
BTW i think you have a really slow airplane.
simrego 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
Convergence Centurion2011 FLUENT 48 June 14, 2022 23:29
rhoSimpleFoam convergence problem - bounding omega inf.vish OpenFOAM Running, Solving & CFD 1 October 20, 2020 08:20
simpleFoam : how to optimize timestep and assess convergence ? Talder OpenFOAM Running, Solving & CFD 2 February 15, 2019 07:48
SimpleFoam Convergence problem skabilan OpenFOAM Running, Solving & CFD 6 May 31, 2013 03:21
Convergence problem using simpleFoam steady state vvqf OpenFOAM Running, Solving & CFD 12 May 18, 2011 07:51


All times are GMT -4. The time now is 06:47.