anastruct.fem.cython.elements

Functions

det_moment(→ float)

See notebook in: anastruct/fem/background/primary_m_v.ipynb

det_shear(→ float)

See notebook in: anastruct/fem/background/primary_m_v.ipynb

det_axial(→ float)

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)

anastruct.fem.cython.elements.det_axial(qi: float, q: float, x: float, EA: float, L: float) float[source]

See notebook in: anastruct/fem/background/distributed_ax_force.ipynb

Parameters:
  • q – (flt)

  • x – (flt) Location of the axial force

  • EA – (flt)

  • L – (flt) Length of the beam

Returns:

(flt)