-
I signed up but I can't post because of a "Permission Problem", how can I fix this?
So I came here to post a question, but I logged in and now I can't post? I get this error Who do I need to talk to to get this fixed?
-
What do you think of the forum? We want to hear from you!
Hello Everyone! The Ansys Developer Forum has been in operation for some time now and we want to hear what you (non-Ansys users) think of it. If you have any feedback on how things could be developed further, areas you think could be improved and how useful the site has otherwise been for you and your company please please…
-
New search functionality for the Ansys dev portal
Hello to our forum and portal users! We are very excited to be on the verge of rolling out our new unified search for the Ansys Developer Portal and Forums. This search will bring together the documentation and articles from the dev portal and posts and information on the forum into a new single search. Over time we will…
-
Welcome! Please Read Before Posting
Welcome to the Ansys Developer community! If you are using the developer tool packages with Ansys simulation tools then this is your community space. This community has been created to ask questions of your peers, exchange ideas, and converse about developer issues within an Ansys context. Here are some guidelines: Keep…
-
How can I convert a STL in a type o of file that Simpleware I can work with?
Hello, I have a mandible model generated using Simpleware, and my task is to simulate cuts performed in osteotomy surgery; to do this, I took an STL file generated from a DICOM dataset, imported it into SpaceClaim, added another STL representing a generic blade to simulate the cut, and removed material using the Facets…
-
Script for image generator of contour in Parametric Studies
Regarding this previous forum https://developer.ansys.com/blog/script-tip-friday-python-code-object-mechanical#:~:text=Step 1: Insert this “Python,Files Directory of the Project. This is for Ansys Mechanical I want to understand the documentation to be used with other contour results such as directional deformations and…
-
Display contour + mesh
Dear support, I am trying to display a mesh element on a contour to visualize the relative position of my mesh with respect the flow features. I can successfully display my contour using session_contour['mach_contour'].display(), where session_contour = session.settings.results.graphics.contour. And I can also display my…
-
How to access Import Load History Data for a Force Component Tabular Data
Hi, I'm using Ansys 2022R2 and I'm looking for a code to access Import Load History Data for a Force Component Tabular Data.
-
FATIGUE CRACK PROPAGATION
Hello, I am experiencing an issue with the following APDL code. The crack does not propagate as expected. Could someone help me identify what might be causing this behavior? I have tried several approaches, including modifying the time stepping, DAMX, and convergence tolerances, but unfortunately without success. Thank you…
-
Tabular Data indexing when importing load data from an external file
Hello, I was trying to use a script that was posted here in order to load Force data from an external excel file. https://discuss.ansys.com/discussion/comment/6186?tab=all#Comment_6186 The error I'm getting is: "Index was out of range. Must be non-negative and less than the size of the collection." It seems that in order…