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?

回答 (1 件)

David Goodmanson
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 件のコメント
Roger Vegeta
Roger Vegeta 2020 年 10 月 22 日
psi(0,eta) = 0 ; for all eta.
d(psi)/d(eta) = 0 ; for eta = 0 for all time.
David Goodmanson
David Goodmanson 2020 年 10 月 22 日
編集済み: David Goodmanson 2020 年 10 月 23 日
yes. so the solution from my previous comment works.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGeometry and Mesh についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by