m_n_kappa.crosssection.EdgeStrains#

class m_n_kappa.crosssection.EdgeStrains(bottom_edge_strain, top_edge_strain)#

Bases: object

store strains at edges and compute curvature from these points

New in version 0.1.0.

Parameters:
  • bottom_edge_strain (StrainPosition) – strain and position at the bottom-edge

  • top_edge_strain (StrainPosition) – strain and position at the top-edge

Attributes

bottom_edge_strain

top_edge_strain

curvature

curvature by comparison of the strains at the edges

property curvature: float#

curvature by comparison of the strains at the edges

See also

curvature_by_points

method to compute curvature from two stress-position points