-
ATTENTION NEW USERS! READ THIS POST BEFORE DOING ANYTHING!
Hello all! Unfortunately the forum has recently been the victim of a spam attack, which you may have seen. We've got it under control but whilst we work to shore up the walls, so to speak, we have unfortunately gone into lockdown and you will not be able to post anything for a while. Please bear with us whilst we address…
-
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 stop a running script?
Hi, I develop a script which can run during many minutes/hours. But sometimes, it could be useful to stop the running script, but I don't know how to do this. Any idea ? Regards, Jean
-
Text editor in Mechanical view with ACT
Is it possible to create a tree object with ACT that when activated would have a text editor, similar to APDL Command Object, in the Mechanical view? Text in the editor would have to be get/set from ACT.
-
how to communicate WB parameters set with FLUENT?
Hi, I defined the flow-time value as an output parameter to be called in an automation process as: But, when I call the "flow-time-op" parameter either in TUI or UDF, it says this param is not defined. How is it possible to call output value in FLUENT? Best
-
Detect Freeze Mesh feature enable state
I want to know how to use a script to detect whether the "Freeze Mesh" feature has been successfully enabled on the selected geometry. Thanks
-
Launch a Wizard in Mechanical via Scripting
Launch a Wizard in Mechanical via Scripting
-
[FLUENT] continue from prev timestep during automation?
Hi, During an automation process, the geometry and mesh are supposed to be updated after a timestep interval. However, after reading the interpolation, the previous flow time and timestep will be gone. I want to get a history of forces, so the flow time must be continual. I tried using the (rpsetvar 'flow-time XX) command.…
-
How to launch PyMAPDL in older ansys versions as compared to the most latest installed version?
How to launch PyMAPDL in older ansys versions as compared to the most latest installed version?
-
Write array data to excel?
Hello I'm doing some simple tests writing data from Ansys workbench mechanical to an existing Excel document. The small script I have works when looping through data in the array and write it elementwise to Excel. For efficiency purpose I would like to write all data in the array "at once" (without looping) but have some…
-
How to extract workbench project name and project directory from Mechanical scripting editor?
How to extract workbench project name and project directory from Mechanical scripting editor?
-
How can I clear all selected materials in ANSYS Mechanical using a script?
I have previously selected some materials, but now I want to remove all material assignments, leaving them blank. How can I achieve this using a script?