How can I solve this PDE equation? By applying the pde toolbox?

1 view (last 30 days)
The equation with initial and boundary condition is in the attached files.

Answers (1)

Torsten
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.

Community Treasure Hunt

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

Start Hunting!