General Mechanical

General Mechanical

3D cantilever beam apply shear in shear center and centroid

TAGGED: 

    • xiao
      Subscriber

      Hi Community,

      I modeled a simple cantilever beam element using beam188.

      I want to compare the results of applying the force at 1) the shear center; 2) the centroid.

      This is how I do it (maybe wrong):

      1) When applying the force at the shear center, I offset the element in the shear center and apply 100lb x-direction shear force;

      2) When applying the force at the centroid, I offset the element in the centroid and apply 100lb x-direction shear force.

      What I expected is that except for the torsional displacement, the other responses should be the same.

      However, the results show that there is an axial deformation when applying the force at the shear center. Other translational displacements are close but not the same. I cannot interpret why there is an axial deformation.

      Can anyone help me?

      All the difficulties come from an unsymmetric cross-section!

      Attached is the summary of the results.

      Xiao

    • Dave Looman
      Ansys Employee

      If large deflection is turned on there can be a small z displacement at the end of a cantilever beam.  Also, PowerGraphics can produce a uz value due to the rotation of the cross-section.  How are you retrieving the displacement?

      • xiao
        Subscriber

        Hi Dave,

        I turned the large deflection off because I want everything be to linear so that it is easier to interpret the results.

        I used the probe to get the displacement and rotations. The chart is just for summarization only.

         

        Thanks,

        Xiao

    • Dave Looman
      Ansys Employee

      If you display a 3D image of the deformed beam do you see a location where there is non-zero uz displacement at the end?  

      • xiao
        Subscriber

        Hi Dave,

        Attached is the deformed shape in the axial direction.

        The deformation looks like I applied an axial force (I don't apply).

        Xiao

         

    • Dave Looman
      Ansys Employee

      Is uz perhaps equal to rotation times the depth of the section?  That would be a good "sanity check." 

      • xiao
        Subscriber

        Hi Dave,

        The cross-section is double in length with dimensions to be 4x4x0.25in. Because I applied the shear force in the shear center, there is no torsion.

        Xiao

    • Dave Looman
      Ansys Employee

      What's the rotation at the end of the beam due to bending?

    • xiao
      Subscriber

      Hi Dave,

      \theta_x = -3.2016e-003 ; \theta_y = 5.3627e-003.

       

      Xiao

    • Dave Looman
      Ansys Employee

      Are those values in radians or degrees?  

    • xiao
      Subscriber

      Hi Dave,

      They are all in radians.

      Attached is the archive file (I don't know whether you are allowed to open it, but it is here).

      https://www.dropbox.com/s/5encqidxav4pru7/single%20column.wbpz?dl=0

       

      Xiao

    • Dave Looman
      Ansys Employee

      I needed to sign in.  If these values are in radians then the rotation of the end of the beam would easily produce the axial displacement you are seeing.  For example, if we say the distance from the centroid to the extreme fiber is 2 inches then 2*3.2e-3 = 0.006 and 2*5.3e-3 = 0.010

      • xiao
        Subscriber

        Hi Dave,

        The distance from the centroid to the extreme fiber is 1.56. From the calculation, 1.56*3.2e-3 = 0.005 and 1.56*5.3e-3 = 0.00826. The combined displacement is 0.0096. 1.56*5.3e-3 = 0.00826 value is close to the reported axial displacement. The combined one is not.

        What you suggested is that the ANSYS probe command export the centroid displacement?

         

        Xiao

    • Dave Looman
      Ansys Employee

      Sounds possible.  You could check the centroid displacements in APDL POST1 with the commands:

      set,last

      prnsol,u 

       

      • xiao
        Subscriber

        Hi Dave,

        I use the following commands to get the displacement.

        set,last
        prnsol,u
        *cfopen,'axial-disp','txt'
        *vwrite,u
        (F20.12)
        *cfclos

        The result is 0.0

        Xiao

    • Dave Looman
      Ansys Employee

      That wouldn't work. *vwrite arguments are parameters.  u is not a parameter.   Try this:

      set,last

      /out,axial-disp,txt

      prnsol,u 

      • xiao
        Subscriber

        Hi Dave,

        From the result, the displacement at the axial is 0.82376E-02.

        Xiao

    • Dave Looman
      Ansys Employee

      From the image below, the node location is not at the geometric centroid of the section.

      • xiao
        Subscriber

        From the image, the node is at the shear center. Do you mean in ANSYS, we apply the load at the shear center?

        For the case where the shear force is applied at the centroid, the axial displacement at the centroid will be zero, and the probe or displacement u will convert to the shear center?

         

         

        Xiao

Viewing 11 reply threads
  • You must be logged in to reply to this topic.