Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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

...

In previous tutorials, we have defined keypoints (i.e. vertices) using menus. Here, we will instead use the command line to create keypoints. The two methods are equivalent but the latter is faster for more experienced users. Let's check the documentation to find the command for creating keypoints. In the ANSYS documentation window, select the Search tab, enter "keypoint" as the search term and click on List Topics. Double-click on 5.2 Creating Your ..._in the left pane. Section 5.2 has useful information on creating your solid model. Scroll down to section 5.2.1. The table near the beginning of this section indicates that the command for creating keypoints is K_. Note that the corresponding menu path is what we have used in previous tutorials to create keypoints. The menu path also indicates that this command is part of the Preprocessor module. Click on K to see the format of this command.

Since it is useful to track the keypoint and area numbers as we create the geometry, turn on keypoint and area numbering: Utility Menu > PlotCtrls > Numbering

Turn on Keypoint numbers and Area numbers and click OK.

To access the K command, make sure the preprocessor module is open.

...