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 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:

...