Previous topic

civpy.structures.force_local_reactions

Next topic

civpy.structures.local_reactions

This Page

civpy.structures.moment_local_reactions

civpy.structures.moment_local_reactions(mx, my, mz, dx, dy, dz, roll, ix, delx)[source]

Returns the local moment reaction vector for an element.

Parameters:
mx, my, mz : float

The moment 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.