Author: Ben Mullen, Cornell University
Problem Specification
1. Pre-Analysis & Start-Up
2. Geometry
3. Mesh
4. Physics Setup
5. Numerical Solution
6. Numerical Results
7. Verification & Validation
Exercises
Comments
Verification & Validation
Refine the Mesh
Now that we have our results, it is important that we check to see that our computational simulation is accurate. One way to check our results is by refining the mesh further. The smaller the elements in the mesh, the more accurate our simulation will be, but the simulation will take longer. To refine the mesh, look to the outline tree and click Mesh > Body Sizing Change the element sizing to 0.1 (half the size of the mesh we originally tried).
The new mesh looks like:
It has twice as many elements as the original.
|
Unrefined Mesh |
Refined Mesh |
Percent Difference |
---|---|---|---|
Number of Elements |
7763 |
15052 |
93.894 % |
Max Deformation |
0.0010432 m |
0.0010538 m |
1.016 % |
Max Normal Stress |
3.7746e5 Pa |
3.3744e5 Pa |
10.602 % |
Because there was relatively little change due to the refinement of the mesh, we have validated our results.
Under Construction