pdepe function without right boundary conditon

조회 수: 4 (최근 30일)
Hossein Sahhaf
Hossein Sahhaf 2017년 2월 16일
편집: Torsten 2017년 2월 16일
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
Torsten
Torsten 2017년 2월 16일
편집: Torsten 2017년 2월 16일
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 2017년 2월 16일
Thank you.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by