API reference#
See also
API for developers : overview of all functions
Geometry#
Basic geometries
|
basic geometry class |
|
Represents a rectangle |
|
New in version 0.1.0. |
|
Represents a trapezoidal |
Composed geometries
Geometry consisting of basic geometries |
|
|
I-Profile composed of |
|
UPE-Profile composed of class Rectangles forming a reversed |
|
rebar-layer composed of several reinforcement-bars of |
Material#
|
Provides basic functionality for materials |
|
Concrete material |
|
Steel material |
|
Reinforcement material |
Sections and Cross-section#
|
Combines material and geometric entity |
|
Combines a number of sections |
Strain-based-design#
|
computation of one Moment-Curvature-Point by fixed stress-strain_value-point and varying the neutral axis |
|
computation of one Moment-Curvature-Point by fixed curvature and varying the neutral axis |
|
compute moment and axial-force at zero curvature |
|
compute a moment-axial-force-curvature point with moment-axial-force and strain-position-point |
Moment-Curvature-Curve#
|
computation of Moment-Curvature-Curve assuming full interaction |
|
Container for single point on Moment-Curvature-Curve |
Container for points on computed \(M\)-\(\kappa\)-Curve |
Moment-Axial-Force-Curvature Curve#
|
compute the moment and axial-force curve of a cross-section in case of no curvature |
|
computation of Moment-Axial-Force-Curvature curve (M-N-Kappa) |
Shear connector#
Classes
|
Load-Slip point of a shear connector |
|
Base-Class for the shear-connectors |
|
Headed stud shear-connector |
Loading#
|
single span with uniform load |
|
container for single load |
|
single span with single load(s) |
|
Compute a single-span-beam either with uniform-load or :py:class:`~m_n_kappa.SingleSpan`s. |
Node#
|
Beam-Node |
|
Beam-Node for Composite sections |
Deformation#
|
Beam consisting of nodes with computed moment-curvature-curves |
|
Beam for composite sections |
API for developers#
For a more in-depth study of the internals of the program, beside the Theory guide, the API for developers guide gives further information.