How can I solve system of nonlinear hyperbolic equations
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sumanta Shagolshem
el 23 de Dic. de 2020
Comentada: Sumanta Shagolshem
el 24 de Dic. de 2020
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.
0 comentarios
Respuesta aceptada
Jesús Zambrano
el 23 de Dic. de 2020
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Boundary Conditions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!