Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The order of discretization that we just set refers to the convective terms in the equations; the discretization of the viscous terms is always second-order accurate in FLUENT. Second-order discretization generally yields better accuracy while first-order discretization yields more robust convergence. If the second-order scheme doesn't converge, you can try starting the iterations with the first-order scheme and switching to the second-order scheme after some iterations.

Set Convergence Criteria

Recall that FLUENT reports a residual for each governing equation being solved. The residual is a measure of how well the current solution satisfies the discrete form of each governing equation. We'll iterate the solution until the residual for each equation falls below 1e-6.

Main Menu > Solve > Monitors > Residual...

Notice that Convergence Criterion has to be set for the k and epsilon equations in addition to the three equations in the last tutorial. Set the Convergence Criterion to be 1e-06 for all five equations being solved.

Select Print and Plot under Options. This will print as well plot the residuals as they are calculated which you will use to monitor convergence.

Image Added

Click OK.

Set Initial Guess

We'll use an initial guess that is constant over the entire flow domain and equal to the values at the inlet:

...

Click Init. Close the Solution Initialization window.

Set Convergence Criteria

Recall that FLUENT reports a residual for each governing equation being solved. The residual is a measure of how well the current solution satisfies the discrete form of each governing equation. We'll iterate the solution until the residual for each equation falls below 1e-6.

Main Menu > Solve > Monitors > Residual...

Notice that Convergence Criterion has to be set for the k and epsilon equations in addition to the three equations in the last tutorial. Set the Convergence Criterion to be 1e-06 for all five equations being solved.

Select Print and Plot under Options. This will print as well plot the residuals as they are calculated which you will use to monitor convergence.

Image Removed

Click OK.

This completes the problem specification. Save your work:

...