Tuesday 18 September 2012

Application of Distributed Loads in ansys


Introduction

This tutorial was completed using ANSYS 7.0. The purpose of this tutorial is to explain how to apply distributed loads and use element tables to extract data. Please note that this material was also covered in the 'Bicycle Space Frame' tutorial under 'Basic Tutorials'.
A distributed load of 1000 N/m (1 N/mm) will be applied to a solid steel beam with a rectangular cross section as shown in the figure below. The cross-section of the beam is 10mm x 10mm while the modulus of elasticity of the steel is 200GPa.

Preprocessing: Defining the Problem


  1. Open preprocessor menu/PREP7
  2. Give example a TitleUtility Menu > File > Change Title ...
    /title, Distributed Loading
  3. Create KeypointsPreprocessor > Modeling > Create > Keypoints > In Active CS
    K,#,x,yWe are going to define 2 keypoints (the beam vertices) for this structure as given in the following table:
    KeypointCoordinates (x,y)
    1(0,0)
    2(1000,0)
  4. Define LinesPreprocessor > Modeling > Create > Lines > Lines > Straight Line
    L,K#,K#Create a line between Keypoint 1 and Keypoint 2.
  5. Define Element Types
  6. Preprocessor > Element Type > Add/Edit/Delete...For this problem we will use the BEAM3 element. This element has 3 degrees of freedom (translation along the X and Y axis's, and rotation about the Z axis). With only 3 degrees of freedom, the BEAM3 element can only be used in 2D analysis.
  7. Define Real Constants
  8. Preprocessor > Real Constants... > Add...In the 'Real Constants for BEAM3' window, enter the following geometric properties:
    1. Cross-sectional area AREA: 100
    2. Area Moment of Inertia IZZ: 833.333
    3. Total beam height HEIGHT: 10
    This defines an element with a solid rectangular cross section 10mm x 10mm.

  9. Define Element Material PropertiesPreprocessor > Material Props > Material Models > Structural > Linear > Elastic > IsotropicIn the window that appears, enter the following geometric properties for steel:
    1. Young's modulus EX: 200000
    2. Poisson's Ratio PRXY: 0.3
  10. Define Mesh SizePreprocessor > Meshing > Size Cntrls > ManualSize > Lines > All Lines...For this example we will use an element length of 100mm.
  11. Mesh the framePreprocessor > Meshing > Mesh > Lines > click 'Pick All'
  12. Plot ElementsUtility Menu > Plot > ElementsYou may also wish to turn on element numbering and turn off keypoint numbering
    Utility Menu > PlotCtrls > Numbering ...

Solution Phase: Assigning Loads and Solving


  1. Define Analysis Type
  2. Solution > Analysis Type > New Analysis > Static
    ANTYPE,0

  3. Apply Constraints
  4. Solution > Define Loads > Apply > Structural > Displacement > On KeypointsPin Keypoint 1 (ie UX and UY constrained) and fix Keypoint 2 in the y direction (UY constrained).
  5. Apply Loads
  6. We will apply a distributed load, of 1000 N/m or 1 N/mm, over the entire length of the beam.
    • Select Solution > Define Loads > Apply > Structural > Pressure > On Beams
    • Click 'Pick All' in the 'Apply F/M' window.
    • As shown in the following figure, enter a value of 1 in the field 'VALI Pressure value at node I' then click 'OK'.
    The applied loads and constraints should now appear as shown in the figure below.

    Note:
    To have the constraints and loads appear each time you select 'Replot' you must change some settings. Select Utility Menu > PlotCtrls > Symbols.... In the window that appears, select 'Pressures' in the pull down menu of the 'Surface Load Symbols' section.
  7. Solve the System
  8. Solution > Solve > Current LS
    SOLVE

Postprocessing: Viewing the Results


  1. Plot Deformed ShapeGeneral Postproc > Plot Results > Deformed Shape
    PLDISP.2

  2. Plot Principle stress distributionAs shown previously, we need to use element tables to obtain principle stresses for line elements.

    1. Select General Postproc > Element Table > Define Table
    2. Click 'Add...'
    3. In the window that appears
      1. enter 'SMAXI' in the 'User Label for Item' section
      2. In the first window in the 'Results Data Item' section scroll down and select 'By sequence num'
      3. In the second window of the same section, select 'NMISC, '
      4. In the third window enter '1' anywhere after the comma
    4. click 'Apply'
    5. Repeat steps 2 to 4 but change 'SMAXI' to 'SMAXJ' in step 3a and change '1' to '3' in step 3d.

    6. Click 'OK'. The 'Element Table Data' window should now have two variables in it.

    7. Click 'Close' in the 'Element Table Data' window.

    8. Select: General Postproc > Plot Results > Line Elem Res...
    9. Select 'SMAXI' from the 'LabI' pull down menu and 'SMAXJ' from the 'LabJ' pull down menu
    Note:

    • ANSYS can only calculate the stress at a single location on the element. For this example, we decided to extract the stresses from the I and J nodes of each element. These are the nodes that are at the ends of each element.
    • For this problem, we wanted the principal stresses for the elements. For the BEAM3 element this is categorized as NMISC, 1 for the 'I' nodes and NMISC, 3 for the 'J' nodes. A list of available codes for each element can be found in the ANSYS help files. (ie. type help BEAM3 in the ANSYS Input window).
    As shown in the plot below, the maximum stress occurs in the middle of the beam with a value of 750 MPa.

0 comments:

Post a Comment