-
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 evaluate airflow uniformity across an entire porous region in ANSYS Discovery (not just on a
I am performing a CFD analysis in ANSYS Discovery (2026 R1) for an onion storage system. The setup consists of a cylindrical container with a central ventilation pipe having multiple nozzle outlets. The space between the pipe and the container wall is filled with onions, which I have modeled as a porous medium. The…
-
Importing Python libraries into Mechanical
Hi, I'm a uni student and I'm attempting to run an optimisation routine in Mechanical, where I compare modal analysis results from my FE model to experimental results, and tweak material parameters. To do this, I need to import libraries into the Mechanical scripting function, including some 3rd party libraries. Does the…
-
How can I use my own stress criterion to control the deletion and addition of elements during struct
How can I use my own stress criterion to control the deletion and addition of elements during structural topology optimization
-
How can the equivalent total strain be extracted with DPF?
I am not able to find an operator which works similarly to the EPTO in Ansys. Can someone suggests how to extract this quantity?
-
Power noise aware clock jitter check: ClockFX vs Redhawk PJX?
Hi, Regarding tool for power noise aware clock jitter check, what is difference between ClockFX and Redhawk PJX? Or are they the same? Thanks.
-
DPF Mapping in Mechanical for Results
Example of DPF mapping by mapping text data onto a model with python results object. """Plot temperatue values from a text fileFormat:Node Number X Location (mm) Y Location (mm) Z Location (mm) Temperature (°C)1 62.5 -78.062 10. 22.222 62.5 -78.062 0. 22.3 62.5 -78.062 5.1359 22.13......This format can be edited and code…
-
PyAnsys: How to enforce SpaceClaim 2025R2
By Default, It is using 2025R1, But I need to execute it using 2025R2. import ansys.geometry.core as pygeometryimport os# 1. Launch the modeler# You need a local installation of Ansys SpaceClaim or Discovery for this to workmodeler = pygeometry.launch_modeler()# 2. Define the path to your .scdocx file# Ensure you use the…
-
Analysis.AnalysisSettings Deprecation
Accessing Analysis.AnalysisSettings reports the following warning Obsolete property 'AnalysisSettings': Property is obsolete, use IAnalysisSettings instead.
-
How to convert Bounded Contacts into Fixed Joints?
I have grouped Bonded contacts as follows: I want to use scripting to change their contact types into Fixed joints, how do I do that ?
-
Creating Named Selections Based off Material Assignment
Hi! I am trying to find an updated script to create named selections based off material assignment. I have a lot of models to work through in various mechanicals within one workbench file, so having a script will speedup analysis quickly. I found this link:…