Author Topic: Shear on plate element  (Read 3998 times)

Enginit

  • Jr. Member
  • **
  • Posts: 46
Shear on plate element
« on: November 26, 2020, 08:33:56 AM »
Hi all,
I am using FEAP v8.4 and simulate a simple plate problem as the input file.
When I export the plate shear force, all are zero. I think I may make a wrong input file.
I tried to read the manual and examples but there is no hint showing how to turn on shear in the plate.
Any suggestion would be really appreciated.
Best regards

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: Shear on plate element
« Reply #1 on: November 26, 2020, 01:16:02 PM »
I reproduced the error.  We'll have a look and get back to you with the fix.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Shear on plate element
« Reply #2 on: November 26, 2020, 02:14:39 PM »
There is an error in subroutine ./elements/plate2t.f around line 347  the statements read:

          tt(1) =  hh(1,1)*gamm(1) + hh(1,2)*gamm(2)
          tt(2) =  hh(2,1)*gamm(1) + hh(2,2)*gamm(2)

they should read
          tt(4) =  hh(1,1)*gamm(1) + hh(1,2)*gamm(2)
          tt(5) =  hh(2,1)*gamm(1) + hh(2,2)*gamm(2)

This occurs in ver8.4, ver8.5, ver8.6.  It does not occur for the quadrilateral element.

The interpolation for element shear values may not be very accurate

Enginit

  • Jr. Member
  • **
  • Posts: 46
Re: Shear on plate element
« Reply #3 on: November 27, 2020, 05:23:48 AM »
Dear Prof. Taylor and Prof. Govindjee,
Thank you for your kind support.
I tried with Prof. Taylor's comment and now there are some shear values now.
Best regards,