Versions Compared

Key

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

...

Verification & Validation


Verification and validation is a formal process for checking results. Each of these terms has a specific meaning which we won't get into here. We'll do two verification checks on our solution:

  1. We'll check energy conservation by calculating the mixed mean temperature in two different ways.
  2. We'll refine the mesh and make sure that the results are nearly independent of the mesh.
Info
titleNote to Cornell MAE 4272 Students:

Comparison with the experimental measurements is another way you'll check the FLUENT results.

Check Energy Conservation

...

Checklist

HTML
<iframe width="640" height="360" src="https://www.youtube.com/embed/odNQ8hHG7MA" frameborder="0" allowfullscreen></iframe>

 

Check Boundary Conditions

HTML
 <iframe width="640" height="360" src="https://www.youtube.com/embed/Fzrmdp_cS38" frameborder="0" allowfullscreen></iframe>

 

Check Mass and Energy Conservation

HTML
 <iframe width="640" height="360" src="https://www.youtube.com/embed/0ThDb-tVBQA" frameborder="0" allowfullscreen></iframe>


Check Energy Conservation via Mixed Mean Temperature Variation (Optional)

HTML
<iframe width="640" height="360" src="//www.youtube.com/embed/YXkGqLC64-Q" frameborder="0" allowfullscreen></iframe>

Summary of the above video:

  1. Create a radial line in Outlines Tab
    1. Click Location in the Toolbar > Line 
    2. Name it x267
    3. Point 1 (2.67 0 0)
    4. Point 2 (2.67 0.0294 0)
    5. Apply
  2. Go to Expressions Tab
    1. Right click in Expressions > New
    2. Name Tm267
    3. right click to find the appropriate variables and expressions. Enter: lengthInt(density*T*Velocity u*2*pi*Y)/lengthInt(density*Velocity u*2*pi*Y)

Compare this to the value you obtained in the Numerical Results section. 

Refine Mesh

Let's repeat the solution on a finer mesh with smaller cells. In workbench, under Forced Convection project, right click on Fluid Flow (FLUENT) and click duplicate. Rename the duplicate project to Forced Convection Refined Mesh. You should have two project cells in workbench.
Image Removed

Double click on Mesh for Forced Convection Refined Mesh. The ANSYS Mesher window will open. Under Outline, expand mesh tree and click on Edge Sizing.
Image Removed 

Highlight "Edge Sizing". Under Details of "Edge Sizing", increase Number of Divisions to 50. This will refine the mesh in the radial direction.

Highlight "Edge Sizing 2". Under Details of "Edge Sizing 2", decrease Element Size to be 0.02. This will refine the mesh in the axial direction.

Click Update Image Removed to generate the new mesh. If you highlight Mesh in the tree and expand Statistics, you will notice that the number of elements has increased to about 12,800, compared to 5508 of the original mesh.

Image Removed

Close the ANSYS Mesher and go back to Workbench window. Under Forced Convection Refined Mesh, right click on Fluid Flow (FLUENT) and click Update. Wait for a few minutes for FLUENT to obtain a solution on the new mesh and update all the results.
We would want to compare the solution on the two meshes. To do that, drag the Solution cell of Forced Convection Refined Mesh to Results cell of Forced Convection.
Image Removed 

Finally, double click on Results cell of Forced Convection to compare the results on the two meshes. Select the Chart Viewer tab near the bottom of the graphics window. Double-click on Centerline Temperature in the Tree view to see the updated results (pretty sweet, huh?).

Image Removed

The red line corresponds to the refined mesh. Similarly, one can check wall temperature variation on the two meshes.

Image Removed

...

 

Check Numerical Error

HTML
 <iframe width="640" height="360" src="https://www.youtube.com/embed/Xmc8fLUX3hc" frameborder="0" allowfullscreen></iframe>

 

Validation Results

HTML
 <iframe width="640" height="360" src="https://www.youtube.com/embed/fkZnLfcbLlc" frameborder="0" allowfullscreen></iframe>



Go to Exercises

Go to all FLUENT Learning Modules