-
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…
-
Access to graphic methods in Fluent meshing mode
Dear support, I am trying to access to the graphics methods to create scenes, display geometries and mesh elements in order to visualize the mesh in Fluent meshing mode. So far I can only use the tui commands like: # Reset to defaultsession.execute_tui('/display/views/default-view')# Fit…
-
NLAD, retrieving stress data from remeshed region
Hi, I have a pyAnsys dpf core script that extracts the mesh and nodal stress tensor from a Mechanical rst file and converts it for an upstream task. The model I am using has a non-linear adaptive region (remeshing), I am interested in the adapted mesh and stresses at the end of the analysis (post remeshing). The mesh is…
-
USER300 user element compilation setup and example
I am trying to develop a USER300 user element in Ansys 2025R2. While setting up the programming environment required to compile and develop, I've run into an issue where the Fortran compiler hangs indefinitely without providing any feedback or error logs. My initial plan was to successfully compile an existing example…
-
Defining imported pressure loads for different time steps
I have several .csv files that define pressure boundary conditions. I would like to use those files in Mechanical to define imported pressure, each file defining the pressure for one specific load step.
-
Contact postprocessing in PyDPF
I have a model built in Mechanical and I would like to use PyDPF to postprocess the contact reaction forces and get the same results as in Mechanical.
-
How to postprocess a Mechanical model with PyDPF-Core?
I have a model built in Mechanical that has contacts and fixed supports. I would like to perform the post-processing outside of Mechanical using PyDPF-Core and get contact pressure and reaction forces, for specific contact regions or fixed support regions. How can I do that ?