m_n_kappa.crosssection.determine_curvatures#

m_n_kappa.crosssection.determine_curvatures(bottom_edge_strains, top_edge_strains)#

determine curvatures by combining the bottom- and top-edge-strains

New in version 0.1.0.

EdgeStrains allow to compute the corresponding curvature

Parameters:
  • bottom_edge_strains (list[StrainPosition]) – strains and position at the bottom-edges of all sections

  • top_edge_strains (list[StrainPosition]) – strains and corresponding positions at the top-edges of all sections

Returns:

list of strains at top and bottom edge

Return type:

list[EdgeStrains]