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.

 採用された回答

Torsten
Torsten 2023 年 1 月 11 日

0 投票

Then set
c0 = cFeed*ones(n,1)
c0(1) = 0.0;
q0 = qFeed*ones(n,1)
as initial and boundary conditions of the desorption, if this was your question.

1 件のコメント

Anna
Anna 2023 年 1 月 12 日
ahh yes that makes sense. Thank you!

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

製品

リリース

R2019b

質問済み:

2023 年 1 月 11 日

コメント済み:

2023 年 1 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by