Versions Compared

Key

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

...

Verification and validation can be thought of as a formal process for checking results. Each of these terms has a specific meaning which we won't get into here. The only verification check discussed below is investigation of the effect of mesh refinementsize on the results.

Refine Mesh

Let's check what happens to the heat flux variation along the bottom surface when we refine the mesh i.e. use more elements in the mesh. We double the number of divisions in x and y directions which yields four times (2x2) the number of elements in the refined mesh.

HTML
 <iframe width="600" height="338" src="//www.youtube.com/embed/F1_I9oMJ1XE" frameborder="0" allowfullscreen></iframe> 


HTML
 <iframe width="600" height="338" src="//www.youtube.com/embed/WGeYMRORW4A" frameborder="0" allowfullscreen></iframe> 

We find that the heat flux variation along the bottom surface is almost the same on the two finer meshes (20x40 and 40x80). This demonstrates that the results on the two finest meshes are mesh independent and are likely very close to the exact solution which could be derived using separation of variablesTo change the mesh size, go back to Mesh > Edge Sizing in the tree and change the Number of Divisions appropriately. Click Solve. All results will be updated for the new mesh. Then, export the results for the temperature along the y=1 path to Excel or MATLAB. In Excel or MATLAB, make a plot showing T vs. x along y=1 for different meshes. You should find that the temperature variation along this line becomes independent of the mesh as the mesh gets finer. In fact, for this problem, it turns out we don't need a lot of elements to get a result that is nearly independent of the mesh.


Go to Exercises

Go to all ANSYS Learning Modules