TAGGED: ansys-apdl, ansys-mapdl, ansys-mechanical-apdl, apdl
-
-
February 17, 2023 at 1:32 pm
Norbert Ionas
SubscriberHi,
Would like to extract the working load of a Bolt which has a pretension on it using APDL commands.
Thanks,
N
-
February 20, 2023 at 12:58 pm
-
February 20, 2023 at 4:31 pm
Bill Bulat
Ansys EmployeeHello Norbert,
I'd have to experiment with a test case to be absolutely sure this works, but I'd start by making sure that you save calculated nodal forces to the results file and set "Save MAPDL db" to "Yes" before solving. These settings are made in Analysis Settings Details.
Then, in a post processing command object, you could select the pretension elements and list forces using PRRSOL of PRRFOR:
resume
/post1
set,last
esel,s,ename,,179
nsle
prrfor
The reactions force listing would appear in either the solve.out or post.out file, depending on whether you run the create the post processing command object before or after solving.
Similarly, you could try this (if it works it'll show the net bolt load force in Details of the command object):
esel,s,ename,,179
nsle
esel,inve
nsle,u
esel,s,ename,,179
nsel,r,d,ux,-1e8,1e8
fsum
*get,my_net_bolt_load,fsum,,item,fx
Regards,
Bill
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Saving & sharing of Working project files in .wbpz format
- Solver Pivot Warning in Beam Element Model
- Understanding Force Convergence Solution Output
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- whether have the difference between using contact and target bodies
- User manual
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- Colors and Mesh Display
- material damping and modal analysis
-
3930
-
2649
-
1865
-
1272
-
610
© 2023 Copyright ANSYS, Inc. All rights reserved.