-
-
June 2, 2023 at 8:08 am
Francisco Sousa
SubscriberOn Mechanical, I am doing a Static Structural simulation using SOLID185 elements and i want to obtain the Stress (Cauchy) Tensor values in the Integration (Gauss) Points, and the Integration Point Coordinates.
Using Command Blocks, I used the ERESX,NO command, wich gave me the values of the equivalent stress in the gauss points, associated with the closest node. I attempted to use the PRESOL,LOCI and OUTRES command, but Ansys does not allow them to be used with this type of element. I also attempted to use ESOL and KEYOPT commands, but was unable to (I am unsure how to write these correctly).
How can I obtain what I need? Must I use Mechanical APDL and not Mechanical with Command Blocks? Is this a syntax problem? How can I find the correct syntax rules?
Thanks in advance. -
June 5, 2023 at 4:06 pm
Mike Rife
Ansys EmployeeHi Francisco
The integration point locations are available for Solid185 but large deflection needs to be turned on (in Analysis Settings). Also they (integration points) need to be stored to the results file, but it's not an often needed quantity so a environment commands object needs to be used to turn on saving them to the result file. In the commands object use the command:
outres,loci,all
This commands object is not the one used to post-process them (presol,loci). You should also look up the /outp command in the Mechanical APDL help as you probably (not sure) want to redirect the integration point listing to a separate file...or maybe not.
Mike
-
June 6, 2023 at 3:29 pm
Francisco Sousa
SubscriberThank you for your reponse!
Is it possible to obtain the values of the stress tensors in the integration points, as well as their coordinates, together? That is, a file where the Integration points are listed, as well as their coordinates and their stress tensor values. -
June 6, 2023 at 5:28 pm
Mike Rife
Ansys EmployeeHi Francisco
Well...like one command to dump all of that at once to a file? No. We need to gather the data then write the data to a file. Integration point locations can only be printed out from MAPDL.
Now an interesting point is that the PyMAPDL Reader can access the integration point locations in the result file if written. See https://reader.docs.pyansys.com/user_guide/loading_results.html (seach for the word integration). The PyMAPDL Reader is just that, is reads a MAPDL result file and is part of the open source PyAnsys project. Since it is a reader and there is no instance of MAPDL that it is interacting with many controls that MAPDL users are used to are missing i.e. selection logic. However it does recognize MAPDL components. You would still need to gather then write to a file the locations.
The PyMAPDL Reader is being deprecated and replaced by PyDPF but I don't see in its documentation that we can get the integration point locations. Keep in mind it is a) very new and b) being actively/rapidly developed so this may change soon. Or you could add open an Issue for it to have the functionality added. https://dpf.docs.pyansys.com/version/stable/getting_started/index.html
-
- 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
- User manual
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- 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
- Defining rigid body and contact
- Colors and Mesh Display
-
7658
-
4476
-
2957
-
1433
-
1322
© 2023 Copyright ANSYS, Inc. All rights reserved.