Best Of
-
Re: PyMechanical: Opening an existing mechdat file while launching PyMechanical
Hi @"James Derrick" , thank you for your quick response. I have found a way of doing it. Instead of opening an existing file using launch_mechanical directly, I used the run_python_script(.…5 -
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 …10 -
Re: Display XY-plot by using PyFluent Visualization
Hi, does this help: https://stackoverflow.com/a/56416229 ?6 -
Re: Ansys Python Chart Output Quantities
Hello @jholder2 A colleague of mine gave me the answer for this. #----------------------------------------------------------------------all_properties=Add_Chart.Properties #Output Quantities starts f…5 -
Why does pyDPF report negative harmonic indices
When listing model data pyDPF shows negative values for Harmonic Index? Number of sets: 30 Cumulative Frequency (Hz) LoadStep Substep Harmonic index 1 670386.325235 1 1 0.000000 2 872361.424038 1 2 0…6 -
Upcoming Changes to the Ansys Developer Forums
All, In the coming weeks we will begin to make updates/changes to the forum UI/UX. While these changes will not be drastic, they will hopefully improve your experience here and make for more usable n…5 -
Re: How to retrieve WB extensions Log Output as a String in ACT console?
From David Roche's TIG Post: import clrclr.AddReference("Ansys.ACT.Core")from Ansys.ACT.Core.Messages import * print Log.Stream.ToString()5 -
Re: How to export results (SMISC - axial forces and moments) for all the beam connections in Mechanical?
Extension to the above answer, when Beam connection is scoped to a Bolt Pretension (beam is divided into two elements) and we need the My and Mz results at Node i of the first beam elem (first half o…7 -
Re: Update multiple static links for a record as a sequence
Hi Mickael! This is possible, the trick is that you can call the set_links method multiple times for the same record. See the sample code below: from GRANTA_MIScriptingToolkit import granta as mpymi …6