PatStarks
PatStarks

Reputation: 151

Replot Loads and Boundary Conditions in Ansys APDL

I created an Ansys model and set boundary conditions (BCs) and loads. Next I ran the solver to solve the model. Now I would like to get a snapshot of the model showing boundary conditions and loads applied to model for a report. When I try to replot I don't see any option for Loads and BCs. How can I get model to replot with boundary conditions and loads.

Upvotes: 1

Views: 5136

Answers (1)

Banghua Zhao
Banghua Zhao

Reputation: 1556

To replot with boundary conditions and loads:

/PBC,ALL, ,1
/REP

To replot without boundary conditions and loads:

/PBC,ALL, ,0
/REP

Reference: https://www.sharcnet.ca/Software/Ansys/16.2.3/en-us/help/ans_cmd/Hlp_C_PBC.html

Upvotes: 2

Related Questions