Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Step 5: Solve!

We'll use a second-order discretization scheme.

...

Change Momentum to Second Order Upwind.

Click OK.

Set Initial Guess

Initialize the flow field to the values at the inlet:

...

Click Init. This completes the initialization. Close the window.

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

...

Type in pipe.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 100 iterations:

...

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

fluent:Click here for larger image
The residuals fall below the specified convergence criterion of 1e-6 in about 46 iterations. Actual number of convergence steps may vary slightly.

...

Enter pipe.dat for Data File and click OK. Check that the file has been created in your working directory. You can retrieve the current solution from this data file at any time.Go to Step 6: Analyze Results