m_n_kappa.crosssection.moment#
- m_n_kappa.crosssection.moment(sections)#
compute the sum of moments from a list of computed sections
New in version 0.1.0.
- Parameters:
sections (list[
ComputationSection
]) – individual computed sections where the moments are taken from- Returns:
sum of moments from the computed sections
- Return type:
float
See also
axial_force
computes the sum of axial-forces
Notes
In mathematical notation the computation of the sum of axial forces \(N\) looks like this.
\[M = \sum_i M_i\]