Infodumping be like

255 points · 8 comments · view on lemmy.world

8 Comments

scoobusmaximus@lemmy.world · 16 pts · 3y (4 replies)

Is this physics?

sincle354@kbin.social · 26 pts · 3y (1 reply)

It's physics for computers, specifically the Direct Stiffness Method. The formal definition of what you send into a computer for stress analysis involves a whole lot of matrixes. You turn a structure into tiny little nodes not unlike pixels or voxels. Each point can be connected to other elements, and these connections have unique internal linear or twisting "stiffness", like a spring has. Think how a spring and a stick of wood resist squishing and bending. They can be expressed as one massive square (important!) matrix. The equation in the third panel is essentially a mega version of Hooke's law:

F = ku
"The vector of forces on the nodes = the matrix containing all information of the stiffness of the connections * the vector of positions of the nodes".

This is a linear algebra problem, the easiest type of problem for a computer with a GPU. We can insert the known positions and forces on the bridge and solve for all unknown positions. If a truss on a bridge is calculated to experience too much force than it can handle, you can say that the bridge will fail under those conditions.

Arbiter@lemmy.world · 10 pts · 3y

Oh I should have guessed.

Timboflex@lemmy.world · 10 pts · 3y

It's the matrix

NoIWontPickaName@kbin.social · 5 pts · 3y

No, this is Patrick.😙

x4740N@lemmy.world · 10 pts · 3y

I read "Autism" as "Austin" the first time I saw this post

Iron_Lynx@lemmy.world · 5 pts · 3y

Not gonna lie, I was not expecting to see a finite elements model in a meme.

Tetra@kbin.social · 4 pts · 3y

It's so difficult to not do this, even when I'm well aware of it