Solving 1D advection equation

13 visualizaciones (últimos 30 días)
Deepa Maheshvare
Deepa Maheshvare el 31 de Ag. de 2019
Respondida: Torsten el 2 de Sept. de 2019
I am trying to solve the following pde equation using pdepe
Untitled.png
In addition to initial condition, is it required to specify boundary condition to solve the above equation using pdepe solver?

Respuestas (1)

Torsten
Torsten el 2 de Sept. de 2019
pdepe is not suited to solve pdes without second-order spatial derivative.
You will have to discretize the above equation on your own and call ode15s to solve the resulting system of ordinary differential equations.
Look up "method-of-lines" for more details.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by