-
-
August 19, 2019 at 11:05 am
Mike3000
SubscriberI am running nonlinear analyses including different aspects of nonlinearity (material, contact). Since displacement controlled analyses tend to be more stable, I would like to perform this type of analyses. However, the goal is to show that the structure is able to withstand certain load levels. In a nonlinear analyses I cannot know beforehand what displacement is associated with a certain (reaction) force.
One way would be to ramp up the displacement by trial and error, monitor the reaction force and manually stop the solution if the reaction force has passed the desired limit to avoid unnecessary iterations after the limit has been passed. Is it possible to automate the stopping procedure? -
August 20, 2019 at 5:18 pm
Sandeep Medikonda
Ansys EmployeeHi, you might have to do this using a command snippet and use shared memory solve (not distributed solve).
Something like:
*do,ls_num,1,10,1
SOLVE
*GET,RF_Value,..
*IF,RF_Value,gt,100,EXIT
*enddo
Look into the following command from the help:
*GET,Parm,NODE,num,RF,DOFLAB -
August 22, 2019 at 10:55 am
Mike3000
SubscriberThank you for your suggestions, Sandeep. If I understand you correctly, I would have to split the total displacement into different loads steps, then solve each load step and check after each load step if the stopping criteria is fulfilled.
Would it also be possible to apply only one load step, check the criteria after each converged substep and stop the solution process if the criteria is fulfilled? -
August 22, 2019 at 3:31 pm
Sandeep Medikonda
Ansys EmployeeHi Mike,
Yes, to the best of my knowledge, we have to break it down into multiple steps (indirectly break down the displacements) to do this.
-
- 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.
- Solver Pivot Warning in Beam Element Model
- Saving & sharing of Working project files in .wbpz format
- 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
- User manual
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- whether have the difference between using contact and target bodies
- material damping and modal analysis
- Colors and Mesh Display
-
5414
-
3391
-
2471
-
1310
-
1022
© 2023 Copyright ANSYS, Inc. All rights reserved.