TAGGED: ansys-insight
-
-
September 25, 2020 at 6:18 pm
April Wang
Ansys EmployeeHow can I apply acceleration to a particular body?n -
September 25, 2020 at 6:25 pm
Kai
Ansys EmployeeYou 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.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3165
-
1014
-
956
-
858
-
798
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.