We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Ansys Insight: How can I apply acceleration to a particular body?

TAGGED: 

    • April Wang
      Ansys Employee
      How can I apply acceleration to a particular body?n
    • Kai
      Ansys Employee
      You may create a named selection for the body and apply the acceleration to the named selection with APDL CMACEL. If acceleration is time-varying, you can define a table with *dim to store acceleration data and the acceleration data can either be input in the commands or read from a txt file with *tread. Below is an example.n*dim,accz,table,6,,,timenaccz(1,0)=0,0.2,0.4,0.6,0.8,1 ! time value in column 0naccz(1,1)=0,10,15,20,25,30    !acceleration value in column 1nncmacel,acc_body,,,%accz%nnn
Viewing 1 reply thread
  • The topic ‘Ansys Insight: How can I apply acceleration to a particular body?’ is closed to new replies.