-
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…
-
Mesh WorkSheet Python Scripting
I am attempting to write a scripts which takes each named selection listed in the Mesh Worksheet and write it to an excel file. I am having difficulty traversing the named selection worksheet, various methods have failed. Any Advice? I am currently in 25R2.
-
Extract Creep Strain from RST file
Hi everybody, I would like to extract the creep strain of a .rst result File via the ansys-dpf-core python module. The code that i execute is: model = dpf.Model(rst_file) # loading the rst file print(model.metadata.result_info) # here the output of the print statement shows that the creep_strain is available. It says…
-
Create mesh interfaces in Fluent
Dear support I am trying to model a vertical axis wind turbine (VAWT) and to do so I need to declare the interfaces between the boundaries of my rotating domains. My interfaces are named as following: ['interface_rotating_zone_ext', 'interface_rotating_zone_int', 'interface_airfoil_1_ext',…
-
How to programmatically create lumped port in inner PCB layer using PyAEDT?
Hi, It is quite common for me to cut a design to extract a vertical transition, e.g. Layer1-to-Layer6, to understand crosstalk, return loss, etc. When working with many nets, assigning the ports takes 80-90% of the process. I'm trying to find a way to do this with PyAnsys. I'm using a Hfss3dLayout object to get the nets…
-
Script for creating HAZ layers without using HAZ named selection creation option in GUI
I have set a smaller mesh size and I don't want to create HAZ layers that disturb the mesh near the weld region. The number of HAZ layers I can create is 6 as per the current version, so it's not possible for me to take more HAZ layers in order to capture my interest region with the smaller mesh element size
-
Opening file in running MODE Solutions instance from command line
Hi there, I was wondering if it would be possible to open a .lsf script in an already running MODE solutions instance from the command line, since I am working from git branches. I am fairly new to Lumerical so my experience is limited. I would be very grateful for any help or insights.