Versions Compared

Key

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

Problem Specification
1. Create Geometry in GAMBIT
2. Mesh Geometry in GAMBIT
3. Specify Boundary Types in GAMBIT
4. Set Up Problem in FLUENT
5. Solve
6. Analyze Results
7. Refine Mesh

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

...

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.

...

Also, under Options, select Print and Plot. This will print the residuals in the main window and plot the residuals in the graphics window as they are calculated.


 

Click OK.

This completes the problem specification. Save your work:

...

In the Iterate Window, change the Number of Iterations to 10000. Click Iterate.

 
The residuals for each iteration are printed out as well as plotted in the graphics window as they are calculated.


 

(Click picture for larger image)

The residuals fall below the specified convergence criterion of 1e-6 in approximately 1623 iterations.


 

Save the solution to a data file:

...