Can I use the PDEPE solver to solve the following dimensionless Transient PFR PDE? If not, what method do you reconmend?
조회 수: 1 (최근 30일)
이전 댓글 표시
How do I expresss the last term of the PDE in the code?
댓글 수: 0
답변 (1개)
David Goodmanson
2020년 10월 22일
Hello Rogelio,
For psi(t,eta) I assume that the boundary conditions are
psi(0,eta) = 0 for all eta
and
d psi(t,eta) / deta | = 0 for all t
| eta = 0
and a solution is intended for t >= 0. In that case a solution that fits the bc's is
psi(t,eta) = 1 -exp(-t/lambda)
i.e. no eta dependence at all.
댓글 수: 2
David Goodmanson
2020년 10월 22일
편집: David Goodmanson
2020년 10월 23일
yes. so the solution from my previous comment works.
참고 항목
카테고리
Help Center 및 File Exchange에서 Geometry and Mesh에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!