This tutorial was completed using ANSYS 7.1 The purpose of the tutorial is to show several modeling tools available in ANSYS.

Three methods will be shown to create the meshed plate shown below.


  1. Give example a Title Utility Menu > File > Change Title ...
    /title, meshing a plate using cutlines

  2. Open preprocessor menu ANSYS Main Menu > Preprocessor
    /PREP7

  3. Create a block at origin (0,0) with a width and height of 1 Preprocessor > Modeling > Create > Areas > Rectangle > By 2 Corners...
    blc4,0,0,1,1

  4. Divide the area into 4 parts using 2 diagonal lines

  5. Define the Type of Element
  6. Preprocessor > Element Type > Add/Edit/Delete... > Add... > Structural Mass, Solid > Quad 4node 42

    For this problem we will use the PLANE42 (2D plane stress or plane strain) element. This element has 4 nodes each with 2 degrees of freedom(translation along the X and Y axes).

  7. Select Plane Stress with Thickness
  8. In the Element Types window, select Options... and in Element behavior select Plane strs w/thk

  9. Define Real Constants
  10. Preprocessor > Real Constants > Add/Edit/Delete > Add... > OK

    In the 'Real Constants for PLANE42' window, enter the thickness: 0.1

  11. Define Element Material Properties Preprocessor > Material Props > Material Models > Structural > Linear > Elastic > Isotropic

    In the window that appears, enter the following geometric properties for steel:

    1. Young's modulus EX: 200000
    2. Poisson's Ratio PRXY: 0.3

  12. Define Mesh Size Preprocessor > Meshing > Size Cntrls > ManualSize > Lines > All Lines...

    To obtain the desired mesh we need to set NDIV to 2

  13. Create a hardpoint Preprocessor > Modeling > Create > Keypoints > Hard PT on line > Hard PT by ratio

    For demonstration purposes only, we are going to create a hardpoint on one of the diagonal lines. Select the bottom right diagonal line and enter a ratio of 0.41 This will ensure the creation of a node at a location 41% down the line

  14. Mesh the frame Preprocessor > Meshing > Mesh > Areas > click 'Pick All'
    amesh,all

    The mesh should then appear as shown below. Note that the node is not at the midway point on the bottom right diagonal line due to the hardpoint.


  1. Clear the memory and start a new model Utility Menu > File > Clear & Start New ...
    /clear

  2. Give example a Title Utility Menu > File > Change Title ...
    /title, meshing a plate by copying elements

  3. Open preprocessor menu ANSYS Main Menu > Preprocessor
    /PREP7

  4. Define Keypoints Preprocessor > Modeling > Create > Keypoints > In Active CS...
    K,#,x,y,z

    We are going to define 3 keypoints as given in the following table:

    Keypoint Coordinates (x,y)
    1 (0,0)
    2 (1,0)
    3 (0.5,0.5)

  5. Create Area Preprocessor > Modeling > Create > Areas > Arbitrary > Through KPs
    a,k1,k2,k3...

    We are going to define an area through keypoints 1,2,3. Select keypoints 1,2 and 3 and then select 'OK'.

  6. Define the Type of Element
  7. Preprocessor > Element Type > Add/Edit/Delete... > Add... > Structural Mass, Solid > Quad 4node 42

    As in the previous mesh, we will use the PLANE42 (2D plane stress or plane strain) element. This element has 4 nodes each with 2 degrees of freedom(translation along the X and Y axes).

  8. Select Plane Stress with Thickness
  9. In the Element Types window, select Options... and in Element behavior select Plane strs w/thk

  10. Define Real Constants
  11. Preprocessor > Real Constants > Add/Edit/Delete > Add... > OK

    In the 'Real Constants for PLANE42' window, enter the thickness: 0.1

  12. Define Element Material Properties Preprocessor > Material Props > Material Models > Structural > Linear > Elastic > Isotropic

    In the window that appears, enter the following geometric properties for steel:

    1. Young's modulus EX: 200000
    2. Poisson's Ratio PRXY: 0.3

  13. Define Mesh Size Preprocessor > Meshing > Size Cntrls > ManualSize > Lines > All Lines...

    To obtain the desired mesh we need to set NDIV to 2

  14. Mesh the area Preprocessor > Meshing > Mesh > Areas > click 'Pick All'
    amesh,all

  15. Mirror the geometry

  16. Re-activate the global coordinate system Utility Menu > WorkPlane > Change Active CS to > Global Cartesian
    csys,0

  17. Plot Elements Utility Menu > Plot > Elements

    Your mesh should now appear as follows:

    However, you are not done! If you plot the node numbers you will note that some duplicate nodes exist (created in mirroring).

  18. Merge duplicate nodes/elements Preprocessor > Numbering Ctrls > Merge Items > All
    nummrg,all

  1. Clear the memory and start a new model Utility Menu > File > Clear & Start New ...
    /clear

  2. Give example a Title Utility Menu > File > Change Title ...
    /title, meshing a plate by copying areas

  3. Open preprocessor menu ANSYS Main Menu > Preprocessor
    /PREP7

  4. Define Keypoints Preprocessor > Modeling > Create > Keypoints > In Active CS...
    K,#,x,y,z

    We are going to define 7 keypoints as given in the following table:

    Keypoint Coordinates (x,y)
    1 (0,0)
    2 (0.5,0)
    3 (1,0)
    4 (0.75,0.25)
    5 (0.5,0.5)
    6 (0.25,0.25)
    7 (0.5,0.166667)

  5. Create Area Preprocessor > Modeling > Create > Areas > Arbitrary > Through KPs
    a,k1,k2,k3...

    Now we are going to define 3 areas; (1,2,7,6), (2,3,4,7), (4,5,6,7)

  6. Mirror the geometry

  7. Re-activate the global coordinate system Utility Menu > WorkPlane > Change Active CS to > Global Cartesian
    csys,0

  8. Glue the areas together Preprocessor > Modeling > Operate > Booleans > Glue > Areas
    aglue,all

    We need to glue the areas together so that the areas are attached but that the subdivided areas remain to give us the elements we want

  9. Define the Type of Element
  10. Preprocessor > Element Type > Add/Edit/Delete... > Add... > Structural Mass, Solid > Quad 4node 42

    As in the previous mesh, we will use the PLANE42 (2D plane stress or plane strain) element. This element has 4 nodes each with 2 degrees of freedom(translation along the X and Y axes).

  11. Select Plane Stress with Thickness
  12. In the Element Types window, select Options... and in Element behavior select Plane strs w/thk

  13. Define Real Constants
  14. Preprocessor > Real Constants > Add/Edit/Delete > Add... > OK

    In the 'Real Constants for PLANE42' window, enter the thickness: 0.1

  15. Define Element Material Properties Preprocessor > Material Props > Material Models > Structural > Linear > Elastic > Isotropic

    In the window that appears, enter the following geometric properties for steel:

    1. Young's modulus EX: 200000
    2. Poisson's Ratio PRXY: 0.3

  16. Define Mesh Size Preprocessor > Meshing > Size Cntrls > ManualSize > Areas > All Areas...

    To obtain the desired mesh we need to set SIZE to 1

  17. Mesh the area Preprocessor > Meshing > Mesh > Areas > click 'Pick All'
    amesh,all

    And again we obtain the desired mesh: