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!