Desorption-Fixed bed- Initial conditions
이전 댓글 표시
Dear all,
I am trying to solve an axial dispersion model. I have the following desorption conditions.
c = cFeed at t=0 for all z >0
q = qFeed at t=0 for all z >0
c = 0 at t>0 for z=0
For the adsorption stage I already have the conditions:
c0 = zeros(n,1); % c = 0 at t = 0 for all z
c0(1) = cFeed; % c = cFeed at t > 0 for z = 0
q0 = zeros(n,1); % q = 0 at t = 0 for all z
Any help is much appreciated.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!