struct.shell.plastic.ipstress

Syntax

v := struct.shell.plastic.ipstress(p,ipnum,isys)

Get stress at integration point of an element with a plastic material model. Each shell element with a plastic material model has a number of integration points distributed throughout its volume, and each of them tracks its stress. The stress state satisfies the plane-stress assumption such that the only non-zero components are σxx, σyy and σxy. The integration point locations are shown here (see also the struct.shell.plastic.idata function). Get stress for elements with elastic material models using the struct.shell.stress function.

Returns:

v - stress ordered as (σxx,σyy,σxy) in either the element local or surface system

Arguments:

p - pointer to a shell-type element

ipnum - integration point number as shown here

isys - coordinate system indicator (1 is element local or 2 is surface). If the stress in the surface coordinate system is requested, then this system must already be established for the shell element (see the structure shell recover surface command).