How can I solve this PDE equation? By applying the pde toolbox?
1 view (last 30 days)
Show older comments
The equation with initial and boundary condition is in the attached files.
0 Comments
Answers (1)
Torsten
on 15 Nov 2016
The PDE Toolbox is not suited to solve your system of 1st-order hyperbolic PDEs.
You will have to discretize d(Q*C_i)/dx in each grid point using an upwind discretization scheme and solve the resulting system of ordinary differential equations using ODE15s.
Look up "method-of-lines" on how to proceed.
Best wishes
Torsten.
0 Comments
See Also
Categories
Find more on Boundary Conditions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!