pycba.load_cases.analyse_load_case#

analyse_load_case(beam_model, load_case, response='M')[source]#

Analyse one independent load case on the full beam.

Parameters:
  • beam_model (Union[BeamAnalysis, Beam]) – Existing arbitrary PyCBA beam definition used as the analysis template.

  • load_case (LoadCase) – Independent load case to analyse over the full beam.

  • response (str) – Station response to return. Supported values are "M" (moment), "V" (shear), "D" or "deflection", and "R" or "rotation".

Returns:

x, y – Global station coordinates and the requested response at those stations.

Return type:

tuple[ndarray, ndarray]