How can I solve system of nonlinear hyperbolic equations

3 ビュー (過去 30 日間)
Sumanta Shagolshem
Sumanta Shagolshem 2020 年 12 月 23 日
コメント済み: Sumanta Shagolshem 2020 年 12 月 24 日
I have to solve 1-D nonlinear hyperbolic pde system but I can't understand how to use extension of lax friedrich scheme for the nonlinear system .
But i solved system of linear hyperbolic pde using characteristic variable but in this problem a dependent variable is included in the jacobian matrix, so i cannot connect it with the linear case.

採用された回答

Jesús Zambrano
Jesús Zambrano 2020 年 12 月 23 日
Are you using the pdepe command?
If so, would it make sense to define f matrix like this?:
f = [-1/u(2); -u(1)] .* dudx;
Another detail, the initial conditions are given but the boundary conditions are missing.
  1 件のコメント
Sumanta Shagolshem
Sumanta Shagolshem 2020 年 12 月 24 日
I didn't used pdepe command but used fdm and the boundary condition is not given, it should be constructed using some numerical scheme.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBoundary Conditions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by