Pore diffusion - radial differential equation
显示 更早的评论
Hey guys, I'm trying to solve the pore-diffusion kinetic problem, but do not know where to start with. Someone in this community has used the pdepe in Matlab to solve the equation, but the details are not available. Could you please help me with this? The equation looks like this:
Ep*(dC/dt) = Ep*D*(d^2C/dr^2 + 2*dC/(r*dr)) - (1-Ep)*dq/dt
in which hte local equilibrium and differentiating the Langmuir equation wrt t yields:
dq/dt = dC/dt*(qm*Kd/(C+Kd)^2)
substituting gives:
[Ep+(1-Ep)*qm*Kd/(C+Kd)^2)]*dC/dt = Ep*D*(d^2C/dr^2 + 2*dC/(r*dr))
with initial condition t=0, c=0 and boundary conditions r=0, dC/dr =0, and r=R, C=CR where CR is the concentration in equilibrium with q* obtained from the Langmuir equation.
Thanks a mil
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!