Can I use the PDEPE solver to solve the following dimensionless Transient PFR PDE? If not, what method do you reconmend?
1 view (last 30 days)
Show older comments
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/387878/image.png)
How do I expresss the last term of the PDE in the code?
0 Comments
Answers (1)
David Goodmanson
on 22 Oct 2020
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 Comments
David Goodmanson
on 22 Oct 2020
Edited: David Goodmanson
on 23 Oct 2020
yes. so the solution from my previous comment works.
See Also
Categories
Find more on Geometry and Mesh in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!