interpolateVonMisesStress
Interpolate von Mises stress at arbitrary spatial locations
Syntax
Description
returns the interpolated von Mises stress values at the 2-D points specified in
intrpVMStress
= interpolateVonMisesStress(structuralresults
,xq
,yq
)xq
and yq
. For transient and frequency
response structural problems, interpolateVonMisesStress
interpolates von Mises stress for all time or frequency steps, respectively.
uses the 3-D points specified in intrpVMStress
= interpolateVonMisesStress(structuralresults
,xq
,yq
,zq
)xq
, yq
, and
zq
.
uses the points specified in intrpVMStress
= interpolateVonMisesStress(structuralresults
,querypoints
)querypoints
.