-
I noticed that with the new remote gRPC instance it is only possible to use the `mapdl.input()` function a limited number of times (18 in my case).
I guess this is caused by the maximum of 20 nested …
-
Hello,
In our usage of ANSYS APDL, we number the element type/real/section with a custom non contiguous numerotation.
In consequence I have relatively large number on element type/real/section (ov…
-
I noticed that when I use the command `mapdl.lssolve()`, I get no results.
I wanted to check first whether it works, soI made a simple coding.
No, It only doesn't work in pyansys, although I already…
-
Hi,
I am calculating the element-wise
[steady-state-test.zip](https://github.com/akaszynski/pyansys/files/5347544/steady-state-test.zip)
heat generation rates for the thermal analysis in a dif…
-
Hey,
I`m trying to develop a new material model using usermat (in Ansys 2019 R3) for which I want to use visual studio 2017 as a debugger.
I`m using ANSCUST.bat for compiling my usermat.
I …
-
In the `coriolis` method in `mapdl_functions.py`, there is a variable `rotmass` (`command = f"CORIOLIS,{option},,,{refframe},{rotdamp},{rotmass}"`) that is used without being defined. I assume it is m…
jgd10 updated
3 years ago
-
Hi,
While other functions such as pymapdl.convert_script work perfectly with files that have whitespace in the file, mapdl.input() works as a function, but then throws a warning saying that the fi…
-
Hello,
I'm working on genetic optimization of a mechanical structure. Given the parallel nature of the algorithm I was wondering whether it would be possible to execute my APDL scripts simultaneous…
-
Under the v2.1 from 2015/09/09, through command pygmentize -L lexers, I cannot find the language ANSYS, could you please add this language support? Best wishes!
-
```
import ansys.dpf.core as dpf
import numpy as np
from ansys.dpf.core import examples
rst = dpf.DataSources(examples.static_rst)
s1_op = dpf.Operator("S1")
s1_op.inputs.data_sources.connec…