Basic Example #809
Replies: 2 comments 1 reply
-
Hi @PiusHohenberg, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for your support. While looking into some scirpt files I found
the older way to call the basic example. I can now read result files
created on my local machine (Ansys 2021R2). However, reading files created
on a HPC cluster using Ansys 2022R1 still gives me errors. Is this an
expected behaviour?
Am Do., 23. Feb. 2023 um 17:32 Uhr schrieb PProfizi <
***@***.***>:
… @PiusHohenberg <https://github.com/PiusHohenberg> I checked and
examples.find_simple_bar() is available starting with ansys-dpf-core
0.6.2 so this might explain why your example does not work.
—
Reply to this email directly, view it on GitHub
<#809 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF3WHVBI47STOMBJYG3FE3WY6GIHANCNFSM6AAAAAAVFSDJO4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PiusHohenberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
just installed pyAnsys using: pip install pyansys on a local system (Windows 10, Ansys 2021 R2).
The basic example is:
from ansys.dpf import core as dpf
from ansys.dpf.core import examples
model = dpf.Model(examples.find_simple_bar())
print(model)
This gives an error message because find_simple_bar() can not be found. Is this intentionally so? Am I doing something wrong?
Thanks & Greetings
Beta Was this translation helpful? Give feedback.
All reactions