-
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…
-
Simulation is pretty *cool* but how *cool* is it really?
Back in 2024 I presented a little introduction to simulation at PyCon. Introduction to Simulation And in that presentation I asked a fundamental physics question. If a heavy cat sits on a bridge of ice. Does that bridge break? But in that situation everything was simply two dimensional (to save time). But what if it…
-
Is your scripting up to scratch?
We want to hear from you! What's the most useful Ansys scripting tip you've found? It could be on the forum, in documentation, or anywhere else. It just has to be... * About Ansys * A developer tool tip (to do with coding or PyAnsys) * Something small, like a specific command or tool you noticed We'd love if you could…
-
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 do I calculate Axial Stress of LINK180 elements using PyDPF?
How do I calculate Axial Stress of LINK180 elements using PyDPF?
-
Question on adding a custom property to a joint/Adding additional control to a user object
Hey all, I am trying to automate adding joints to my simulation. I already succeeded in adding them via the scripting interface in Mechanical but I feel there are some drawbacks to my solution: * right now, the properties of the joint are defined by the parents name of where my mobile named reference is. This could lead to…
-
How to read ansys mesh file into PyFluent
can PyFluent read the mesh file generated by ansys mesher or it has to be converted into any format. I kept in the same file-folder location bur throwing error. i am able to read it in fluent (2025r1)
-
How to retrieve all stress components for a node selected graphically?
My goal is to select a node in the geometry window in Mechanical and then retrieve the six stress components for that node with a script.
-
Ansys Equivalent Von Mises Stress Plot through PyPDF-core
I have an Ansys Mechanical static structural model in which I have plotted the equivalent stress (Von Mises). I've read this model into python using the PyDPF-core library and am attempting to generate the same plot as in Ansys No matter which route I take, I never seem to get a plot that aligns. I've used…
-
Error Arsing in PYMAPDL when doing subtraction by boolean
I have error when I want to create a geometry, and cut some portion of pipe inner surface, it shows error, anyone having idea. I have to do some patches on pipe inner surface as corrosion. Help
-
RSM configuration memory allocation argument
Hey everyone, I’m trying to configure an RSM configuration and I’d like to add a memory argument that scales with the number of nodes I’m using for the queue system withe PSB pro. I’ve searched around and checked the manuals, but I haven’t found anything that explains how to set it up. I tried using the following argument…
-
Gravity load with ACEL?
Hello, when putting gravity load in ANSYS 2025 with ACEL command, do I put -9,81. Logically I would put negative beacuse it is opposite of the Y coordinate system, but when I do so my model ( canle-stayed bridge) has hogging for 11m, which doesnt make sense. But when gravity is 9.81 it looks normal. ( my boundary…
-
Custom result extension: combine strain
https://discuss.ansys.com/discussion/comment/811?tab=all#Comment_811?utm_source=community-search&utm_medium=organic-search&utm_term=result SUM Can this be applied to strain instead of stress using the example above?
-
Strategies for Movement Prediction
Hey, I'm working on a large model with lots of movement involving lugs and pins, and I'm finding it challenging to predict how everything will move. Would it be possible to run a transient analysis before a static analysis to help align all the parts and make sure everything is positioned correctly? Is this the right…