How do I solve this 1D transient convection-diffusion equation with the convection term coupled with transient boundary values?
Show older comments
The following equation is a non-dimensionlized 1D transient convection diffusion equation, where tau and eta are dimensionless time and y-axis from 0 to infinity for both. Because the boundary value phi_m is coupled in the convection term, I have some difficulty to use MATLAB PDE solver. Can anybody help me to figure out?

Accepted Answer
More Answers (1)
MATLAB's "pdepe" doesn't allow you to access phi_m in all grid points.
So you will have to follow one of the ways described here:
And the gradient d(phi)/d(eta) in your PDE is also meant to be evaluated at 0, I guess, not at eta ?
1 Comment
Albert Kim
on 22 Feb 2023
Categories
Find more on Eigenvalue Problems 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!