how to write this boundary conditions in matlab code
2 ビュー (過去 30 日間)
古いコメントを表示
This is my boundary condition i need to use explicit ftcs numerical difference scheme
𝐶|𝑥=0 = 1 mg/L, 𝑑𝐶 𝑑𝑥 |𝑥=𝐿 = 0, 𝐶|𝑡=0 = 1 mg/L
1 件のコメント
Torsten
2022 年 4 月 3 日
No need to use a difference scheme.
Solution is C = 1 mg/L for all x and all t.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Communications Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!