anastruct.fem.cython.elements
Functions
|
See notebook in: anastruct/fem/background/primary_m_v.ipynb |
|
See notebook in: anastruct/fem/background/primary_m_v.ipynb |
|
See notebook in: anastruct/fem/background/distributed_ax_force.ipynb |
Module Contents
- anastruct.fem.cython.elements.det_moment(kl: float, kr: float, qi: float, q: float, x: float, EI: float, L: float) float[source]
See notebook in: anastruct/fem/background/primary_m_v.ipynb
- Parameters:
kl – (flt) rotational stiffness left
kr – (flt) rotational stiffness right
q – (flt)
x – (flt) Location of bending moment
EI – (flt)
L – (flt) Length of the beam
- Returns:
(flt)
- anastruct.fem.cython.elements.det_shear(kl: float, kr: float, qi: float, q: float, x: float, EI: float, L: float) float[source]
See notebook in: anastruct/fem/background/primary_m_v.ipynb
- Parameters:
kl – (flt) rotational stiffness left
kr – (flt) rotational stiffness right
q – (flt)
x – (flt) Location of bending moment
EI – (flt)
L – (flt) Length of the beam
- Returns:
(flt)