python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
plot results from user defined ACT Extension
As a result of my simulation, I want the volume of a surface body (computed using a convex hull algorithm). This calculation is done in seconds but the plotting of the results takes a long time, which...
Lara Deliège
Votes: 0
Answers: 1
What's the smallest possible size for finite elements in FEA (structural) analyses?
As the mesh is refined, the computed solution will approach the true solution. Leaving aside the computational cost associated with a large number of elements, is there any numerical issue related to ...
MncVe
Votes: 0
Answers: 1
User-defined result on Ansys using ACT: how to compute volume of last substep only?
I use an ACT defined result code that compute the volume of a surface body post deformation.
The volume is calculated using a convex hull function (in "scipy_Fun.py").
This code works well f...
Lara Deliège
Votes: 0
Answers: 2
How do I interpret .rst results file with python using pyansys library?
I am reading the binary files '.rst' using the ansys.mapdl library reader, and I want to understand those results. I have a beam simulated on ansys mechanical and I am evaluating total deformation, eq...
ClarenceHD
Votes: 0
Answers: 1