ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 8 forks source link

Query on Equivalent Stress at node shared by two parts #60

Open sarunarthy opened 2 years ago

sarunarthy commented 2 years ago

Hi, I have a model with two parts. These two parts are combined and made as one part using “Form New part” in design modeler (means two parts have shared nodes). Two different type of materials are assigned to parts. Equivalent stress at shared nodes from Pyansys is not same as from Ansys Mechanical. I got Equivalent stress from Pyansys using operator “dpf.operators.result.stress_von_mises()” . I have exported results from Mechanical using following method. Please help in understanding the reason for getting two different results and also with the way to correct it.

pyansys_query

PProfizi commented 2 years ago

Hi @sarunarthy , I think this example might be linked to your problem.