Packed Bed Adsorber - PDE

Hello,
I have an equation that I would like to solve. It is the basic equation which models adsorption on a packed bed adsorber:
0 = u*(dci/dz) + dci/dt + ([1-e]/e)*rho*(dqi/dt)
Where:
u - velocity
ci - concentration of component i in time t
z - length of the bed
t - time
e - voidage of the bed
rho - density of the component i
dqi/dt = adsorption energy which is the concentration of component i in the solid (adsorbent) that is given by the given equation:
dqi/dt = k*(q*-qi)
I have attached a paper which I want to simulate. How can I import this into matlab?

1 件のコメント

Harman jot Singh
Harman jot Singh 2017 年 4 月 26 日
Ca youu help me with the same equation?

サインインしてコメントする。

回答 (1 件)

Torsten
Torsten 2015 年 4 月 13 日

0 投票

Use the method of lines.
Discretize the partial differential equation
0 = u*(dci/dz) + dci/dt + ([1-e]/e)*rho*k*(q-qi)
in space.
Now solve the resulting system of ordinary differential equations (consisting of the discretized PDE and the ODE for the adsorbat concentration) using ODE15S, e.g..
Best wishes
Torsten.

質問済み:

2015 年 4 月 12 日

コメント済み:

2017 年 4 月 26 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by