structsolve

Structural analysis solvers


Keywords
structural, analysis, stress, vibration, linear, buckling, newton, raphson, arc, length
License
BSD-3-Clause
Install
pip install structsolve==0.2.2

Documentation

Version Download Travis CI Test Coverage
Master Linux Status Coverage Status

Structural Analysis Solvers

  • Linear statics: [K]{u} = {f}
  • Eigensolver for Linear buckling: ([K] + lambda[KG]){u} = 0
  • Eigensolver for dynamics: ([K] + lambda^2[M]){u} = 0
  • Nonlinear statics using Newton-Raphson
  • Nonlinear statics using the Arc-Length method

ROADMAP

Currently these solvers are pretty much compatible with my other repository "panels", such that future work should focus on generalizing this module to work with other applications.

License

Distrubuted in the 2-Clause BSD license (https://raw.github.com/compmech/structsolve/master/LICENSE).

Contact: castrosaullo@gmail.com