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

We can check energy conservation by calculating the mixed mean temperature via integration of temperature and velocity profiles and comparing it to the value calculated from energy conservation.  The latter method was discussed in the Numerical Results section.  If energy is conserved in the simulation, the two methods should yield the same mixed mean temperature. The following video shows you the procedure for calculating the mixed mean at x=2.67 m via integration of temperature and velocity profiles. To repeat the calculation at a different axial location, you can right-click on appropriate items in the tree, duplicate and modify as necessary. You need to double-click on an item in the tree to modify it; this is easy to overlook.

Checklist

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

Summary of the above video:

...

...

  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)

 

Check Boundary Conditions

HTML
 <iframe

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

Refining the mesh doesn't change the wall temperature much but the centerline temperature changes a fair bit. So another level of mesh refinement would be wise.

 

Verification Checklist

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

 

Check Boundary ConditionsMass and Energy Conservation

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

 


Check Mass and Energy Conservation via Mixed Mean Temperature Variation (Optional)

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

...