struct.shell.resultant
Syntax
- m := struct.shell.resultant(p,iloc<,ires>)
Get stress resultants (expressed in the surface coordinate system) at the location corresponding to iloc. Returns either a 1×8 matrix of the stress resultants in the order {Mx,My,Mxy,Nx,Ny,Nxy,Qx,Qy} or a specific resultant (if the optional argument ires is given). See also the
struct.node.resultant
andstruct.shell.resultant.valid
functions.Stress resultant computation is described in the
structure shell recover
,structure geogrid recover
, andstructure liner recover
commands.- Returns:
m - 1×8 matrix of all stress resultants, or the value of a specific resultant
- Arguments:
p - pointer to a shell-type element
iloc - location index where iloc = 0 indicates the element centroid, while iloc = 1 to 3 indicates the positions of the nodes with those local indices
ires - optional argument indicating a specific resultant index, from 1 to 8 in the order noted above
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Feb 07, 2025 |