-
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…
-
Saving residuals to external file
Dear support, I am trying to export my residuals into an external file (for simulation logging and data convergence check). I have set the residual configuration like this: Get residuals state residuals_state = session.settings.solution.monitor.residual.get_state() Modify state residuals_state['equations'] = {'continuity':…
-
Possible bug in report-defitinions expression
Dear support, I am trying to create an expression report definition which uses inputs from 2 other reports. When using the GUI this works just fine: However, I cannot get its reference using session.settings.solution.report_definitions.expression.get(name='delta') and it looks like it doesn't exist. I get a None type…
-
Delay on the Mechanical GUI when using a few thousands of objects
Dear All, dear Developer, I'm facing with a huge delay in my model when using about 6000 joint objects (fixed connections between pipes and tubesheets in a heat exchanger). If I click on a unique joint or I want to add an extra one, I have to wait about 2s for the generation/creation of the object on a high-end…
-
How can I automatically detect and measure an internal deformed hole in LS-DYNA results?
In an LS-DYNA simulation, a hole is formed in a part. How can i automatically measure the diameter of this hole, and how it changes through the thickness of the part.
-
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…