



CFX MANAGER SORT PROBLEM HOW TO
One thing the example leaves out is the details on how to run it. There are a few things worth discussing on this example before we move on to something more complicated.
CFX MANAGER SORT PROBLEM ZIP FILE
I’ve put them all together in a zip file to make things easier: The files you need are in the documentation, but you need to dig up the excel/workbench files and copy the python script and get rid of the line numbers. They point out the key things you need to know. Read the manual page completely, especially the notes at the bottom. It is a very simple example, a cantilever beam, but it shows the basics and is a great place to start. You can find the example under: Workbench // Scripting Guide // Using Scripting in ANSYS Workbench // Usage Examples // Updating a Workbench Project and Parameters from Excel. And in doing so they have cut the length of this article in half. have provided a great example in the help system to do just that. And fortunately the kind technical people at ANSYS, Inc. So to take advantage of this python commonality you have to connect to one of the native applications, and the parameter manager makes the most sense. They are called “data integrated” applications in that they share data through the Workbench interface, but they have their own software structure that is unique, and their own scripting language. So no, this is not a replacement for PADL or CCL. Now before you get too excited, realize that ANSYS Mechanical, CFX, FLUENT, CFX Post and most other solvers and post processors that launch from Workbench are not workbench native applications, so they don’t speak python. So if it works with Excel and Workbench, you should be able to use it to connect the two. But one thing that most people don’t know is that python also works well with Microsoft Excel. This is pretty cool and something that we will cover in a future The Focus article. For a couple of releases now you have been able to use the very common scripting language python to script applications that are considered Workbench native: the project page, Engineering Data, DesignXplorer, and the Parameter Manager.
