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!