Ansys Learning Forum Forums Discuss Simulation General Mechanical How to Apply Remote Displacement in ANSYS APDL by Code or Interface Reply To: How to Apply Remote Displacement in ANSYS APDL by Code or Interface

ahmet.yildirim
Subscriber

Hi Harshvardhan,

I extract a code from discussions,

"""

nsel,s,loc,z,110

CM,P1,NODE
d,P1,uz,4

"""

But this is like a normal displacement just grouping them and then appl a disp. 

Trying to do:

For a wall, which has a thickness of 110 mm, I try to select all nodes at this z=110 mm and then apply remote displacement at the middle of the wall (LxH let's say).

How to rerrange the code, if you could see?

Thanks,

AY

Â