Versions Compared

Key

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

Step 5: Solve!

We'll use a second-order discretization scheme.

...

Change Density, Momentum, Turbulence Kinetic Energy, Turbulence Dissipation Rate, and Energy all to Second Order Upwind. Leave Pressure and Pressure-Velocity Coupling set to the default methods (Standard and SIMPLE, respectively). The other Pressure and Pressure-Velocity Coupling methods are useful for flows with particular characteristics not present in our problem.
 
Click OK.

Set Initial Guess

Initialize the flow field to the values at the inflow:

...

In the Solution Initialization window that comes up, choose inflow under Compute From. The X Velocity for all cells will automatically be set to 1 m/s, the Y Velocity to 0 m/s and the Gauge Pressure to 0 Pa. These values have been taken from the inflow boundary condition.
 
Click Init. This completes the initialization. Then click Close.

Set Convergence Criteria

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 will iterate until the residual for each equation falls below 1e-6.

...

Type in plate.cas for Case File. Click OK. Check that the file has been created in your working directory. If you exit FLUENT now, you can retrieve all your work at any time by reading in this case file.

Iterate Until Convergence

Start the calculation by running 10,000 iterations. The solution will converge before 10,000 iterations are performed, which will stop the iteration process.

...