Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Extract Contact GAP/Pressure with ANSYS APDL command › Reply To: Extract Contact GAP/Pressure with ANSYS APDL command
To elaborate a little on what Erik said, I'd try a post processing command object (under the Solution branch) with commands like these:
/post1
set,last
cmsel,s,contact_surfaces
esln,s,1
esel,r,ename,,174
/output,gap,txt
presol,cont,gap
/output
/output,pres,txtÂ
presol,cont,pres
/outputÂ
Â
Where contact_surfaces is a named component (the surfaces on both sides of the contact interface) that needs to be created before running the command object (it's possible that the model may first require a resolve after creating the named component).
The gap results should appear on file "gap.txt" and the pressure results on "pres.txt". Both files should be in the MECH directory several levels down from the directory to which the project has been saved. Please note that I haven't tested the APDL above... if it doesn't work it probably doesn't need much further modification to do so.
For more details, please try to locate and review the Mechanical APDL Help articles shown in the screen shots below:
Â
Â
Kind regards,
Bill
Â