Stress at the integration (stress) points

Hi, I'm trying to extract the stress as the stress points using python code. If I extract the stress at the nodes, I get values out, but if I used 'stress point' I get just zeros.
sigma_n = g_o.getresults(g_o.Step_85, g_o.ResultTypes.Interface.InterfaceEffectiveNormalStress, 'stress point')
sigma_n = g_o.getresults(g_o.Step_85, g_o.ResultTypes.Interface.InterfaceEffectiveNormalStress, 'node')
I can't find anything wrong with what I've coded, but was wondering if there was some box or something in PLAXIS I needed to tick to save the stresses at the integration points so that I can extract them. Does anyone know how to fix this?

Parents Reply Children
No Data