Beam Equation - problem with boundary condition

9 views (last 30 days)
bb
bb on 7 Feb 2019
Moved: John D'Errico on 25 Feb 2024
Hello Everyone,
my PDE has a following form (E-B beam):
for using PDETOOL I had using two PDE in form:
Left end of beam is clamped and the right end is free. As I know the boundary conditions are:
for free-end
My question is how can I implement these boundary conditions in PDETOOL
  8 Comments
Bill Greene
Bill Greene on 24 Feb 2024
Moved: John D'Errico on 25 Feb 2024
I discovered that pdepe cannot solve the beam equation for general boundary conditions so removed my example.
However, I have developed a PDE solver, pde1dm, which has similar syntax to pdepe, but does correctly solve the beam equation for any of the standard boundary conditions. The pde1dm manual, which is included, contains an example that demonstrates this.
Abhigna Bhatt
Abhigna Bhatt on 25 Feb 2024
Moved: John D'Errico on 25 Feb 2024
Thank you, sir. I will definately try it. I hope it works for my dynamic nonlinear problem.

Sign in to comment.

Answers (1)

Torsten
Torsten on 7 Feb 2019
v = vx = 0 at x=L
w = wx = 0 at x=0
?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!