Replies: 3 comments 6 replies
-
hello @WillyW28, |
Beta Was this translation helpful? Give feedback.
-
Sure, please take a look at it here. It is a short code for twin model initialization. For deformation, all is working fine (at least for twin initialization). |
Beta Was this translation helpful? Give feedback.
-
hi @WillyW28 thanks for the files. It helped identifying a small issue that has been fixed through the following PR : You should be able to re-install PyTwin from the development branch : pip install git+https://github.com/pyansys/pytwin.git@main |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm new to working with PyAnsys, particularly PyTwin. I've created a simple simulation of a simply supported beam in Ansys Workbench and exported the static ROM to Twin Builder. The only input is the value of the distributed force applied to the structure.
The system model has already been compiled and exported as twin files for both deformation and stress. I'm encountering an issue when using
twin_model.initialize_evaluation
. While it works fine for the deformation file, I get an error for the stress file.Can anyone explain what might be causing this error?
Beta Was this translation helpful? Give feedback.
All reactions