5.2. Get Beam Vertical Displacement

planesections.postprocess.parse.getVertDisp(beam: Beam)[source]

Gets the beam vertical displacement for the beam

Parameters:

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

Returns:

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

  • xcoords (numpy array) – The x coordinants.