Interpolate velocity at arbitrary spatial locations for all time steps for transient structural model
intrpVel = interpolateVelocity(structuralresults,xq,yq)
intrpVel = interpolateVelocity(structuralresults,xq,yq,zq)
intrpVel = interpolateVelocity(structuralresults,querypoints)
returns the interpolated velocity values at the 2-D points specified in
intrpVel
= interpolateVelocity(structuralresults
,xq
,yq
)xq
and yq
for all time-steps.
uses the 3-D points specified in intrpVel
= interpolateVelocity(structuralresults
,xq
,yq
,zq
)xq
, yq
, and
zq
.
uses the points specified in intrpVel
= interpolateVelocity(structuralresults
,querypoints
)querypoints
.
StructuralModel
| TransientStructuralResults
| evaluatePrincipalStrain
| evaluatePrincipalStress
| evaluateReaction
| evaluateStrain
| evaluateStress
| evaluateVonMisesStress
| interpolateAcceleration
| interpolateDisplacement
| interpolateStrain
| interpolateStress
| interpolateVonMisesStress