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
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
The lines of code above should say the ElementalMass not found in the .rst.
Windows
Ansys 2024 R1
3.7
na mechdpf ironpython
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Before submitting the issue
Description of the bug
Note I am in Ansys Mechanical, not in a virtual environment.
I am unable to generate the elemental mass.
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
The text was updated successfully, but these errors were encountered: