Skip to content
New issue

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

Missing results (stress, strain etc) on beams #711

Closed
3 tasks done
FedericoNegri opened this issue Sep 30, 2024 · 3 comments
Closed
3 tasks done

Missing results (stress, strain etc) on beams #711

FedericoNegri opened this issue Sep 30, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@FedericoNegri
Copy link
Contributor

Before submitting the issue

  • I have checked for Compatibility issues
  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

Stress (as well as other) results are not extracted on beam elements.

Steps To Reproduce

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

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

--

@FedericoNegri FedericoNegri added the bug Something isn't working label Sep 30, 2024
@FedericoNegri
Copy link
Contributor Author

@janvonrickenbach I guess the read_beams pin need to be set for the result operators supporting it?

@janvonrickenbach
Copy link
Contributor

@FedericoNegri Is it really expected that we have stress results for beams? With #778 displacement results are available for the full model as well as on the skin.

@FedericoNegri
Copy link
Contributor Author

Yeah I think we'd anyway need special treatment for beam stresses, either show it separately or do beam expansion. Closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants