Author Topic: Region Loading  (Read 5837 times)

Andreas Asmus

  • New Member
  • *
  • Posts: 2
Region Loading
« on: March 15, 2013, 05:57:54 AM »
I deal with a user plate element based on spectral elements to simulate wave propagation. So far my system works for a point force located somewhere in the 2 dimensional domain of the plate. Now i want to implement a pin-force like p(x,y;t)= q(x,y) f(t). That means the load acts within a region of my domain, for example a circle or a square. The command CSURFace sounds close but i think with that  its only possible to locate forces to  lines in 2dim problems. So far my only idea is to write a program with matlab for example in order to compute coordinates of my force region which can be transferred to the CFORCE command afterwards. Or is there a better way to do so?

Thank you very much.   

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Region Loading
« Reply #1 on: March 20, 2013, 10:43:30 PM »
Writing a separate routine for this is the easiest thing to do.  You can do it completely externally or you can write a umeshXX.f command to do the same.