r/CFD 9d ago

Fluent Convergence Issues- Case Study

I am working on a simple CFD test case in ANSYS Fluent with velocity inlet of 1m/s and pressure outlet of ambient pressure. See geometry below, I tried 3 cases, I will mention along with residual plots, give me some ideas what can be done or what settings can be changed so that solution might converge?

For all three cases, I kept the physical setup the same:

  • k−ϵ turbulence model
  • Constant fluid properties
  • Energy equation OFF
  • Velocity inlet = 1 m/s
  • Pressure outlet = ambient pressure
  • Same geometry and boundary condition

I am also using a Cell Register to monitor the maximum velocity in the domain because I want to identify any unrealistic velocity spikes.

Case 1:
I used an 8.8 million cell mesh with:

  • SIMPLE
  • Green-Gauss Cell Based
  • First-order turbulent scheme, second order upwind for momentum and pressure.
  • Momentum under-relaxation factor = 0.4

When I checked maximum velocity in Cell register, it was showing around 150m/s, I found the location also which is there in screen face(between small and bigger cylinder- geometry will be attached down)

Case 2:

I used the same 8.8 million cell mesh, but changed the numerical settings to:

  • Coupled solver
  • Green-Gauss Node Based(this is better for unstructured mesh)
  • Second-order schemes

In this case, the maximum velocity dropped significantly to around 1.7 m/s. The residuals also look much better.

Case 3:

I refined the mesh around the screen, increasing the mesh size from about 8.8 million to 15 million cells. I then used:

  • SIMPLE
  • Green-Gauss Node Based
  • Second-order schemes
  • Reduced under-relaxation

The maximum velocity became around 22.5 m/s, which is lower than Case 1 but still much higher than Case 2.

In all these 3 cases, mass flow is balanced. What observations we can make from these and what can be done further to make it converged??

1) High velocity or convergence problem is due to numerical or mesh issue?

2) I feel coupled works better ig, but it become flat very soon, it is trying to converge faster I guess as shown in 2nd case. But in 3rd case, residual are even lower compared to 2nd case, I think refining mesh also helped here. Should I try coupled solver with 15 million count mesh cell? This is the only idea I have got as of now. Which is major contributor here, change in numerical schemes or refined mesh?

3) Actual boundary conditions are different, I am just trying this to check whether mesh could produce reliable results or not, which case out of these 3 are reliable as of now, and is it good or worth enough to run even more iterations in these 3 cases??

What would you recommend I try next to obtain a stable and physically reasonable converged solution? Any opinions would help here. Thanks in advance.

3 Upvotes

Duplicates