-
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 to command snippets to parts automatically?
Say we have a Static system, with CZM debonding and we need to account for temp. dep. on that and on the contact stiffness. We thus need to convert solid187 elements to solid227 with thermal option, say via a command snippet placed under each 3D solid flexible body only. How can that be automated using scripting?
-
Accessing the python interpreter output
Dear all, I'm trying to use the Python Result Object (CPython interpreter) to define properties (scoping, user-defined inputs) for a custom evaluation algorithm. I'm having difficulties with defining these properties: if the reload_props function inside is not flawless, it simply won't run and debugging is almost…
-
How to retrieve created bodies from an opened document.
I would like to know how to retrieve the bodies created by the methods DocumentOpen.Execute and DocumentInsert.Execute. The methods return a result object that has a GetCreated method, but I don't understand the syntax of GetCreated. It seems to require a TDoc object but TDoc doesn't exist. I would like to know how many…
-
Python Result Table Property Provider
Has anyone figured out how to implement a table property for a python result similar to the in ACT extensions? I would like to take advantage of some of the plotting capabilities in python results, but need user input in some form of table.
-
How can I save my geometry using design.export_to_disco() ?
I'm testing out pyGeometry. I was able to create my intended geometry. However, when I try to save it I keep running into the same error: GeometryExitedError: Geometry service connection terminated: Could not find file 'C:\Users\fneves_esss\AppData\Local\Temp\4ac83aa2-2d09-4b99-8d8b-b92fe2e9c916.dsco'. Shouldn't the file…
-
Is there a way to run multiple Mechanical instances using embedded PyMechanical version?
I would like to run a parametric study, varying the pressure load and run multiple analysis using Embedded PyMechanical. Using ansys-mechanical-core==0.12.7 and tried using the app.new() method, which doesn't seem to work as expected.