ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
70 stars 25 forks source link

Can't read the creep strain from result file #260

Open andreasMANdeg opened 2 years ago

andreasMANdeg commented 2 years ago

hi,

i'm trying to read different strain types from my ANSYS result file with the helpf of the ansys-dpf-core package. This works fine for the elastic and plastic strain. But when using the same command -- model.results.creep_strain() -- for the creep strain, I get the following error message:

AttributeError: 'Results2462051095944' object has no attribute 'creep_strain'

In the attached picture you can see the available results for my simulation.

(https://user-images.githubusercontent.com/107036287/172351412-0e6eb872-f9d7-4573-97ee-21108c547c1d.png)

Thanks and look forward to your reply

mikerife commented 2 years ago

Hi @andreasMANdeg Please post this on the DPF-Core Github page: https://github.com/pyansys/pydpf-core

Also, see the DPF-Post document page and search for the term creep-strain...there is no result "creep_strain()": https://dpfdocs.pyansys.com/search.html?q=creep+strain

The results are a bit more descriptive...like "nodal_averaged_creep_strains" etc.

Mike

PProfizi commented 2 years ago

Hi @andreasMANdeg, I've reproduced the error and will get back to you as soon as I have something.