Closed madil4 closed 4 months ago
Chapter 4 of this book (A First Course in the Finite Element Method - Daryl L. Logan - 2022) explains how to compute the forces and moments for a beam. To keep it simple let's do the 2D case first without shear deformation, then we can extend the solver in other projects.
The goal is to define a mechanism where we can input signals (earthquake signals) and assign them to supports to simulate, for example, time-history analysis (dynamic analysis) for a building frame.
Here is what I imagine the app to look like:
It is exactly like the double-pendulum app but with an additional bar where the signal is graphed.
There are two challenges we want to investigate here:
This issue is just an investigation, so the code can be ugly or unstructured. After we know exactly how we can do it, then we will create another issue for the actual implementation.