-
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 generate asc file for Ansys nCode DesignLife standalone with mech-dpf?
If integrated systems of Ansys nCode DesignLife are used, a file called dlnamedselections.asc file is created automatically. However, that's not the case if Ansys nCode DesignLife standalone is used. How to do it with mech-dpf?
-
PyDPF throws an error when the rst file is large
Hi, I am trying to compute strain energy for a cyclic symmetry model using cyclic_strain_energy() operator. However, the rst file that I have has appx. 250 modes. I tried to compute the strain energy using the following code: cyc_strain_energy_op = dpf.operators.result.cyclic_strain_energy()…
-
PyDPF throws an error during strain energy computation for cyclic symmetry model
Hi, I am trying to compute strain energy for a cyclic symmetry model using cyclic_strain_energy() operator. However, it returns the following error: ansys.dpf.gate.errors.DPFServerException: mapdl::rst::ENG_SE_cyclic:53<-mapdl::rst::ENF_cyclic:65<-cyclic_expansion:71<-ENF:70<-mapdl::rst::ENF:77<-mapdl::rst::ENF<-Element…
-
Get Graphics Window's dimension and position on Screen.
Get Graphics Window's dimension and position on Screen.
-
Reading a CFF file using C API
Hello all, We have a Channel Partner request about how to 'compile' files like the one in this website: https://developer.ansys.com/product/Common-Fluids-Format-/_c_f_f_s_d_k_examples.html#__000areading-a-cff-file-using-c-api . The tool named 'CFF I/O SDK' is mentioned to do that. However, we cannot find any information…
-
Accelerate computation in ANSYS Mechanical
Hello, Hello, I’m looking for advice on how to effectively accelerate computation in ANSYS Mechanical. I've tried using a GPU (RTX 6000), and while "Solution Statistics" indicates that the GPU is enabled, there's no noticeable speed improvement. Additionally, increasing the number of CPU cores or nodes hasn't helped. For…
-
Errors in reproducing the example codes in the developer forum
Hello, I am now following this instruction (https://developer.ansys.com/blog/script-tip-friday-python-code-object-mechanical ) to use "Python Codes" for post-processing. However, I am encountered with the following errors: failed to create drawable failed to create drawable X Error of failed request: BadValue (integer…
-
Unable to generate images for post-processing
Hello, I am now following this instruction (https://developer.ansys.com/blog/script-tip-friday-python-code-object-mechanical) to use "Python Codes" for post-processing. However, I am encountered with the following errors: failed to create drawable failed to create drawable X Error of failed request: BadValue (integer…
-
Wrong calculation result when using imported user module?
Hello, I am trying to develop a script to do some fatigue calculations, but I noticed something weird and wanted to investigate further. Hi, I noticed when I use a function from an imported user module, the result is for some reason different than if I run the same function from the module itself. I have following code…
-
Modal enviroment
How to set the Modal Environment to say None? (https://innovationspace.ansys.com/forum/forums/topic/act-script-for-modal-environment-in-harmonic-response-analysis)