Versions Compared

Key

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

...

Main Menu > Solve > Controls > Solution...

Change Discretization for Momentum, Turbulence Kinetic Energy and Turbulence Dissipation Rate (scroll down to see it) equations to Second Order Upwind.

newwindow
Higher Resolution Image
Higher Resolution Image
https://confluence.cornell.edu/download/attachments/90737468/03solution_controls_sm.jpg?version=1

Click OK.

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.

...

In the Solution Initialization menu that comes up, choose inlet under Compute From. The Axial Velocity for all cells will be set to 1 m/s, the Radial Velocity to 0 m/s and the Gauge Pressure to 0 Pa. The Turbulence Kinetic Energy and Dissipation Rate (scroll down to see it) values are set from the prescribed values for the Turbulence Intensity and Hydraulic Diameter at the inlet.

...

newwindow
Higher Resolution Image
Higher Resolution Image
https://confluence.cornell.edu/download/attachments/90737468/03solution_init.jpg?version=1

Click Init. Close the Solution Initialization window.

...

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.

Click OK.

This completes the problem specification. Save your work:

...

Type in pipe100x30.cas for Case File. Click OK. Check that the file has been created in your working directory.

...

In the Iterate menu that comes up, change the Number of Iterations to 100. Click Iterate.

You'll find that not all residuals have fallen below 1e-6 in 100 iterations. Solve for 200 more iterations. The solution converges in a total of 229 iterations.

...

Main Menu > File > Write > Data...

Enter pipe100x30.dat for Data File and click OK. Check that the file has been created in your working directory.

...