Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
SIMULATION: FLUENT Google Analytics
SIMULATION: FLUENT Google Analytics

...

Include Page
SIMULATION: Turbulent Pipe Flow -

...

Panel
SIMULATION: Turbulent Pipe Flow - Panel
Panel

Problem Specification
1. Pre-Analysis & Start-up
2. Geometry
3. Mesh
4. Setup (Physics)
5. Solution
6. Results
7. Verification & Validation
Problem 1

Info
titleUseful Information

Click here for the FLUENT 6.3.26 version.

...

Numerical Solution

We'll use second-order discretization for the momentum equation, as in the laminar pipe flow tutorial, and also for the turbulence kinetic energy equation which is part of the k-epsilon turbulence model.

...


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.

Set Convergence Criteria

Recall that 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.

...

Select Print to Console and Plot under Options (these are the defaults). This will print as well plot the residuals as they are calculated which you will use to monitor convergence.


 

Click OK.

Set Initial Guess

We'll use an initial guess that is constant over the entire flow domain and equal to the values at the inlet:

...

This completes the problem specification. Save your project.

Iterate Until Convergence

Solve for 700 iterations.

...

We need a larger number of iterations for convergence than in the laminar case since we have a finer mesh and are also solving additional equations from the turbulence model.

Setup Data Export

In addition to the standard data quantities, we would also like to view the results for the Skin Friction Coefficient. This quantity is not transferred to the post-processor by default; so we have to do it manually.

...

Under Additional Quantities, select Skin Friction Coefficient, which should be roughly half way down. Your window should now look like this:



Go to ResultsSee and rate the complete Learning ModuleStep 6: Numerical Results

Go to all FLUENT Learning Modules