Versions Compared

Key

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

Problem Specification
1. Start-up and preliminary set-up
2. Specify element type and constants
3. Specify material properties
4. Specify geometry
5. Mesh geometry
6. Specify boundary conditions
7. Solve!
8. Postprocess the results
9. Validate the results

Step 4: Specify geometry

We'll first create keypoints corresponding to the eight vertices of the model and then generate a volume from the keypoints. The keypoints will be created in the cylindrical coordinate system. Four of the keypoints are the vertices A,B,C and D shown in the figure of the geometry. The other four keypoints have the same r and θ as A,B,C and D but are displaced in the z-direction with respect to them.

...