m_n_kappa.curves_m_kappa.MKappaCurvePoint#
- class m_n_kappa.curves_m_kappa.MKappaCurvePoint(moment, curvature, neutral_axis, cross_section, strain_position)#
Bases:
object
Container for single point on Moment-Curvature-Curve
New in version 0.1.0.
- Parameters:
moment (float) – the computed moment of the curve-point
curvature (float) – the computed curvature of the curve-point
neutral_axis (float) – the computed neutral-axis of the computed curve-point
cross_section (
Crosssection
) – computed cross-sectionstrain_position (
StrainPosition
) –StrainPosition
leading to the resulting moment, curvature and neutral-axis
Methods
pair of curvature and moment
pair of moment and curvature
Attributes
moment
curvature
neutral_axis
cross_section
strain_position
checks
- curvature_moment()#
pair of curvature and moment
- Return type:
list[float]
- moment_curvature()#
pair of moment and curvature
- Return type:
list[float]