Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Help needed! – Deactivating remote displacement BC Reply To: Help needed! – Deactivating remote displacement BC

Gary_S
Ansys Employee

 

Hi Pritish

Look in your ds.dat for a Tabular Load similar to below.

/com,*********** Create Acceleration ***********

*DIM,_acelx,TABLE,3,1,1,TIME
! Time values
*TAXIS,_acelx(1),1,0.,1.,2.
! Load values
_acelx(1,1,1) = 0.
_acelx(2,1,1) = 0.
_acelx(3,1,1) = 0.

 

*DIM,_acely,TABLE,3,1,1,TIME
! Time values
*TAXIS,_acely(1),1,0.,1.,2.
! Load values
_acely(1,1,1) = 10.
_acely(2,1,1) = 25.
_acely(3,1,1) = 0.

 

*DIM,_acelz,TABLE,3,1,1,TIME
! Time values
*TAXIS,_acelz(1),1,0.,1.,2.
! Load values
_acelz(1,1,1) = 0.
_acelz(2,1,1) = 0.
_acelz(3,1,1) = 0.


acel,%_acelx%,%_acely%,%_acelz%



[bingo_chatbox]