sel.hybrid.dowel.force

v := sel.hybrid.dowel.force(scdp)

Get the shear force on a dowel in global coordinates.

Returns:v - shear force
Arguments:scdp - cable dowel pointer

Component Access

f := sel.hybrid.dowel.force (scdp)->x

f := sel.hybrid.dowel.force.x(scdp)

Get the \(x\)-component of the shear force on a dowel in global coordinates.

Returns:f - \(x\)-component of the shear force vector
Arguments:scdp - cable dowel pointer

Access other vector components (\(y\), \(z\)) by substituting the component name where \(x\) appears above. See Member Access Operator for information about accessing members from data types using ->.

Deprecated Component Access

Component access by adding an optional integer in the function arguments (sel.hybrid.dowel.force(scdp,<int>)) is deprecated. It remains available but will not be supported in future versions. See Component Access with Integers in FISH on the Deprecated Commands and FISH page for details.

This is hidden. Added to include remaining vector component access functions for inline help.

f := sel.hybrid.dowel.force.y(scdp)
f := sel.hybrid.dowel.force.z(scdp)