We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stress (as well as other) results are not extracted on beam elements.
from ansys.dpf import post file_path = "post_beam_result_01.rst" simulation = post.StaticMechanicalSimulation(file_path) seqv = simulation.stress_eqv_von_mises_nodal() print(seqv._fc[0])
output
DPF stress_1.s_eqv Field Location: Nodal Unit: in^-1*slinch*s^-2 0 entities Data: 1 components and 0 elementary data
RST file to run the script: post_beam_result_01.zip
Windows
DPF Server 2025.1.pre0
3.10
--
The text was updated successfully, but these errors were encountered:
@janvonrickenbach I guess the read_beams pin need to be set for the result operators supporting it?
read_beams
Sorry, something went wrong.
janvonrickenbach
No branches or pull requests
Before submitting the issue
Description of the bug
Stress (as well as other) results are not extracted on beam elements.
Steps To Reproduce
output
RST file to run the script: post_beam_result_01.zip
Which Operating System are you using?
Windows
Which DPF/Ansys version are you using?
DPF Server 2025.1.pre0
Which Python version are you using?
3.10
Installed packages
--
The text was updated successfully, but these errors were encountered: