Euler-Bernoulli Beam

Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Euler-Bernoulli Beam

H.U.Akay
With this posting I would like to ask the developers of FEATool why the transient analysis of Euler-Bernoulli beam bending equation problem is not correctly solved. It does not work as an hyperbolic problem with a second-order time derivative, instead it works as a parabolic (damped) problem with first-order derivative.  Even though the equation script shows a second-order operator in time, the response is as if a first-order in time equation is solved, as in the case of transient heat transfer equation.  This is true for 2D or 3D transient elasticity equations too.  

Also, why are the boundary conditions either fixed (clamped) at one end, free or point load in the other end.  In other words, why a simply supported beam can't be solved?
Reply | Threaded
Open this post in threaded view
|

Re: Euler-Bernoulli Beam

Precise Simulation
Administrator
This post was updated on .
Thank you for trying the toolbox and getting in touch again.

The answer is simply that we haven't had time/resources to implement it yet. Especially laterly when the Mathworks recently changed the Matlab GUI framework without prior notice (which wasn't working at all for the toolbox), we had to focus on implementing a new GUI to support users using Matlab 2025a and later.

In the case of structural mechanics (and other similar physics) we haven't implemented a (time-dependent) solver for hyperbolic systems. And similarly for the boundary conditions (you can however set arbitrary boundary conditions by modifying the equations/bcs directly in m-script models).

The rest of the year we are focusing on making Matlab (MCR) optional, as also adding full support for Python scripting as an option. But hopefully we can get around to implementing these features afterwards.

Thank you for bringing it up though, it is good to get a feeling for what features and functionality users are missing.