Versions Compared

Key

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

...

Info
titleUseful Information

Click here for the FLUENT 6.3.26 version.
Click here for the FLUENT 12 version (not using CFD Post).

Numerical Results

Note that the results below are for a pipe of length 8 m. If your geometry was originally created from the laminar pipe tutorial from Dr. Bhaskaran's edX course, your pipe length will be 3 m. This is fine. The two lengths produce similar results since the flow becomes fully-developed before a distance of 3 m from the inlet.

After the solution is complete, close the FLUENT window to return to the Workbench window. Double click Results in the main Workbench window to open CFD Post, where we will be viewing the results. For a basic orientation on how to use CFD Post, pl. see the videos in the results step of the Laminar Pipe Flow tutorial.

The following instructions show only how to view results using the "chart" option. But one should really start by viewing velocity vectors, velocity/pressure/TKE contours etc. and check that the solution looks basically right. The Laminar Pipe Flow tutorial walks you through the steps to view vectors and contours in CFD Post.

...

Before viewing the results, we need to define the locations in CFD Post where we would like to view the results, namely the wall, centerline, and outlet.

Insert > Location > Line

Rename this location "Pipe Wall". Avoid naming locations in CFD Post with identical names to those used in FLUENT, this can cause problems. We will define the line by two points. Enter (0,0.1,0) for Point 1 and (8,0.1,0) for Point 2. Change Samples to 100.

Repeat the process for the two other locations needed:

HTML Table
 

Name

Point 1

Point 2

"Pipe Centerline"

(0,0,0)

(8,0,0)

"Pipe Outlet"

(8,0,0)

(8,0.1,0)

y+

Turbulent flows are significantly affected by the presence of walls. The k-epsilon turbulence model is primarily valid away from walls and special treatment is required to make it valid near walls. The near-wall model is sensitive to the grid resolution which is assessed in the wall unit y+(defined in section 10.9.1 of the FLUENT user manual). We'll gloss over the details for now and use the following rule of thumb: select the near-wall resolution such that y+ > 30 or < 5 for the wall-adjacent cell when using the Enhanced Wall Treatment option. Look at section 10.9, Grid Considerations for Turbulent Flow Simulations, for details.

Let's plot y+ values for wall-adjacent cells to check how it compares with the recommendation mentioned above.

Insert > Chart

Let's rename the graph "Wall Y plus". Also, change Title to "Wall Y plus".

...

  1. Start FLUENT
  2. Go to File > Data File Quatntities
    1. Make sure Turbulent Velocity is selected, press OK
  3. Go back to FLUENT, click on Run Calculation
    1. Enter 1 in Number of Iterations
    2. Calculate
  4. Go back to Project Schematic
    1. Right click on Results > Refresh
  5. Go to CFD Post
    1. Click on Expressions tab
    2. Right click on Expressions > New
    3. Name it mut nondim exp
    4. In Definition white space:
      1. Right click > Variables > Eddy Viscosity
      2. Insert + 2e-5[kg/m/s]
      3. Divide whole thing by molecular viscosity 2e-5[kg/m/s]
    5. Apply
  6. Go to Variables tab
    1. Right click Derived > New
    2. Name it mut nondim
    3. Click Expression > select mut nondim exp
  7. Go to Outline > click on Chart icon in top toolbar
    1. Name it mut nondim plot
    2. Click on Data series
      1. Location Pipe Outlet
    3. Click on X Axis
      1. Variable mut nondim
    4. Click on Y Axis
      1. Variable r nondim
    5. Apply

Tips on plotting additional derived quantities (such as velocity gradient)

In order to plot additional derived quantities such as the gradient, divergence or curl of the velocity field, you may find these quantities in a pop-up window in CFD post. Look at the illustration below for plotting velocity gradient in x.

Image Added


Go to Step 7: Verification & Validation

...