Previous topic

civpy.structures.load_distances

Next topic

civpy.structures.moment_local_reactions

This Page

civpy.structures.force_local_reactions

civpy.structures.force_local_reactions(fx, fy, fz, dx, dy, dz, roll, ix, delx)[source]

Returns the local force reaction vector for an element.

Parameters:
fx, fy, fz : float

The force vector.

dx, dy, dz : float

The element distance vector.

roll : float

The roll of the element.

ix, : float

The distance from the i node of the element to where the beginning of the loads are applied.

dx : float

The distance from the ix position toward the j node over which the loads are applied.