I have an Ansys Mechanical static structural model in which I have plotted the equivalent stress (Von Mises).
I've read this model into python using the PyDPF-core library and am attempting to generate the same plot as in Ansys
No matter which route I take, I never seem to get a plot that aligns. I've used dpf.operators.invariant.von_mises_eqv, dpf.operators.results.stress_von_mises, changed the 'location' between elemental, nodal and elemental nodal etc. I've found that some nodes align at some time steps but the whole plot is never consistent.