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

elemental_mass fails in mechdpf #1493

Closed
3 tasks done
mcMunich opened this issue Apr 9, 2024 · 0 comments · Fixed by #1541
Closed
3 tasks done

elemental_mass fails in mechdpf #1493

mcMunich opened this issue Apr 9, 2024 · 0 comments · Fixed by #1541
Labels
bug Something isn't working

Comments

@mcMunich
Copy link
Collaborator

mcMunich commented Apr 9, 2024

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

Note I am in Ansys Mechanical, not in a virtual environment.

I am unable to generate the elemental mass.

import mech_dpf
import Ans.DataProcessing as dpf
dataSource = dpf.DataSources(Model.Analyses[0].Solution.ResultFilePath)
el_mass = dpf.operators.result.elemental_mass(time_scoping = 1,data_sources = dataSource)
el_mass.outputs.getfields_container()

ElementalMass:247<-Source operator "mapdl::rst::ElementalMass" not found:line 5

Steps To Reproduce

The lines of code above should say the ElementalMass not found in the .rst.

Which Operating System causes the issue?

Windows

Which DPF/Ansys version are you using?

Ansys 2024 R1

Which Python version causes the issue?

3.7

Installed packages

na
mechdpf
ironpython

@mcMunich mcMunich added the bug Something isn't working label Apr 9, 2024
@mcMunich mcMunich changed the title elemental_mass elemental_mass fails in mechdpf Apr 9, 2024
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

Successfully merging a pull request may close this issue.

1 participant