5.3. Get Beam Maximum Vertical Displacement

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

Gets the absolute value of beam vertical displacement and it’s location.

Parameters:

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

Returns:

  • dispMax (float) – The displacement at each x coordinant.

  • xcoords (numpy array) – The x coordinants.