PDE with time-dependent boundary conditions
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Peter Nave
el 28 de Ag. de 2020
Comentada: Peter Nave
el 1 de Sept. de 2020
Can anybody give hints how to solve the attached problem?
2 comentarios
Respuesta aceptada
Bill Greene
el 1 de Sept. de 2020
I do not believe it is possible to solve this problem with pdepe.
However I have written a one-dimensional PDE solver which is similar to
pdepe (similar syntax and runs in MATLAB)
but contains some enhancements including the capability to couple a
set of ODE with the set of PDE. These ODE can be used, for example, to model
the two reservoirs at the ends of your diffusion region.
I have also tried to create a rough example that is similar to yours.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Boundary Conditions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!