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!