-
Hello,
I’m trying to perform a coupled-field analysis using the `PHYSICS` command with `pyansys`.
I’m running: `ANSYS 19.1`, `Python 3.5` and `pyansys 0.41.9`
Attached you can find the APDL-scr…
-
I was interested in extracting information from an existing .db file using pyansys, such as node position or the node/element numbers of a given component. Is there a way to do parse this directly fro…
-
Hi,
I wanted to try out pyansys for a project.
Therefor I installed ANSYS (used my university license) and pyansys. I then loaded the mapdl -example and I first got the message that python found my…
-
Hi,
I am attempting to improve our flow of retrieving results from pipeline analyses with the use of pyansys. I am running into trouble with retrieving values present in ansys to variables in pytho…
-
Hello,
I am new to this library and try to migrate an apdl code to python. Now I am wondering how I can transfer large python lists or arrays to ANSYS APDL (e.x: table with x-coordinates and pressure…
-
Hello everybody,
I am new in ansys and I am using it for my master thesis.
For this I am simulating a model in a thermal transient analysis and try to get the mass and stiffness matrix as a dense …
-
Hello,
Thanks for the code,
I'm using large numbers for the design_point like 2.1E11 for some optimization case.
the code cannot read such number
current format for input is (10F9.0) to read t…
-
It appears the extension stops functioning with the following error messages when used in a multi-root workspace.
> Unable to open 'bar.drawio': Assertion Failed: argument is undefined or null.
…
-
Hi all.
I am running pyansys on ubuntu using ansys v195 and am receiving the following error, this is the full traceback:
>>> ansys = pyansys.Mapdl(run_location=path)
Traceback (most recent cal…
-
Hello,
I'm trying to get pyansys working, although I'm unable run the ansys_cylinder_demo() example, however the examples.run_all() does seem to work. I'm running:
Windows 10 64-bit
python 3.6.8 …