struct.cable.grout.dir

Syntax

Vector Access

v = struct.cable.grout.dir(p,iend<,i>)

Get the direction vector in which cableSEL is being loaded by the coupling spring at end iend ∈ {1, 2}.

Returns:

v - displacement vector or component

Arguments:

p - pointer to a cable element

iend - end number of the element, iend ∈ {1, 2}

Component Access

f = struct.cable.grout.dir.x(p,iend)

Get the x-component displacement vector.

Returns:

f - x-component displacement vector

Arguments:

p - pointer to a cable element

iend - end number of the element, iend ∈ {1, 2}

f = struct.cable.grout.dir.y(p,iend)

Get the y-component displacement vector.

Returns:

f - y-component displacement vector

Arguments:

p - pointer to a cable element

iend - end number of the element, iend ∈ {1, 2}

f = struct.cable.grout.dir.z(p,iend)

Get the z-component displacement vector.

Returns:

f - z-component displacement vector

Arguments:

p - pointer to a cable element

iend - end number of the element, iend ∈ {1, 2}