issues
search
cslotboom
/
planesections
A lightweight FEM beam bending library.
Apache License 2.0
78
stars
10
forks
source link
Dev 1.2
#14
Closed
cslotboom
closed
11 months ago
cslotboom
commented
11 months ago
Change notes:
General
Restructured the analysis folders
Restructured the diagram folders
Changed how force labels work.
Before labels assigned to forces were assigned to nodes as well by default .
Now force labels are separate and not added to nodes.
If you also want a node label at a certain point it must be manually added by setting the flag
There are many contexts where you would want a force label to be plotted, but not a node label.
Analysis:
Added the PyNite solver for 2D beams
Made OpenSeesPy an optional dependency.
Added element loads that are linearly distributed between two points for 2D beams.
Diagram
Overhalled the back-end and plotting classes.
Added vertically distributed loads to the plotter.
Examples
Changed the solver used to the PyNite solver
Change notes:
General
Analysis:
Diagram
Examples