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
9. Validate the results

...

Enter the location of the folder shell that you just created as your Working directory by browsing to it.

Enter shell as your Initial jobname. Click on Run.

Resize windows as shown in this snapshot so that you can read instructions in your browser window and implement them in ANSYS.

...

In the Preferences for GUI Filtering dialog box, click on the box next to Structural so that a tick mark appears in the box. From now on, only the menu options valid for structural problems will be made available.

...

Define a parameter for the plate length l1 in mm:
L1=750
Click Accept. Similarly, define other parameters corresponding to the dimensions and click Accept after each (parameter names are not case-sensitive). Before you specify a parameter, refer to the geometry specification to remind yourself what dimension that parameter represents.

...

We'll use the above parameters when creating the geometry in Step 4. We'll also define some parameters which we'll use in Step 5 to set the mesh size along edges.


NDIV_X=3
NDIV_Y=6
SIZE_Z=5

Close the Scalar Parameters window.

...