Solve 2d wave equation on circular domain using pdetool
2 views (last 30 days)
Show older comments
Hi, I am wondering how to use the pdetool to solve the wave equation on a circular domain. As far as I can tell it looks like it only can solve steady state equation (laplace, steady state heat, ect). I know it's possible to do it at the command line but can it be done using the gui interface (pde in the apps tab)
any help would be much appreciated!!
Thanks Drew
0 Comments
Answers (1)
Alan Weiss
on 19 May 2016
You probably missed the PDE > PDE Specification dialog, where you can specify a hyperbolic PDE. You can specify initial conditions, boundary conditions, and problem coefficients as string functions, such as sin(x-y)*t. For more detailed instructions, see Wave Equation.
Alan Weiss
MATLAB mathematical toolbox documentation
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!