Coupled bulk-surface reaction diffusion system
显示 更早的评论
I would like to know if Matlab is able to solve coupled bulk-surface PDE systems, reaction-diffusion in particular.
For example, suppose a particle with concentration u diffuses in a closed 3D volume V but can also bind to, and unbind from, the 2D surface of V, dV. The bound species, which we denote by v, can diffuse in 2D along the surface. The equations are
du/dt = Du Δu in V
dv/dt = Dv Δv+R(u,v) on dV
with boundary condition -Du grad(u).n=R(u,v) on dV
where n is the outward unit normal and R(u,v) describes the binding and unbinding terms.
It is not clear to me from the help files and this forum, whether Matlab can solve this type of system.
Thank you for any help,
Sean
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!