5.1. Get Beam Displacement

planesections.postprocess.parse.getDisp(beam: Beam, ind: int)[source]

Gets the beam displacement along the axis specified for the index.

Parameters:
  • beam (Beam) – The beam to read displacement from. The beam must be analyzed to get data.

  • ind (int) – The index of the axis to read from. Can have value 0: horizontal displacement 1: vertical displacement 2: rotation.

Returns:

  • disp (numpy array) – The displacement at each x coordinant.

  • xcoords (numpy array) – The x coordinants.