pdepe function without right boundary conditon

1 visualización (últimos 30 días)
Hossein Sahhaf
Hossein Sahhaf el 16 de Feb. de 2017
Editada: Torsten el 16 de Feb. de 2017
Hello
I have a first order PDE (u_t = a*u_x or advection equation) and for solving, it doesn't need boundary condition at right. but in pdepe function I should enter boundary condition at right (end of the stream). How could I ignore right b.c in pdepe?
  4 comentarios
Torsten
Torsten el 16 de Feb. de 2017
Editada: Torsten el 16 de Feb. de 2017
Try
Or discretize your simple equation in space and use ODE15S to solve the resulting system of ordinary equations in time (method-of-lines approach).
Best wishes
Torsten.
Hossein Sahhaf
Hossein Sahhaf el 16 de Feb. de 2017
Thank you.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by