m_n_kappa.deformation.Loading#

class m_n_kappa.deformation.Loading(beam_length, nodes, load=None)#

Bases: object

compute the load-steps by analysis of decisive m-kappa-curve

New in version 0.1.0.

decisive M-Kappa-curve is determined by the position_value of the maximum moment

Parameters:
  • beam_length (float) – length of the beam

  • nodes (list[Node]) – beam-nodes

  • load (ABCSingleSpan = None) – loading of the beam

Methods

decisive_m_kappa_curve()

decisive_position()

load_steps()

m_kappa_curve_at(position)

maximum_resistance_moments()

Attributes

beam_length

nodes

load