Solving partial differential system
Mostra commenti meno recenti
Hello,
I am trying to sovle a modelling problem, however pdepe will not solve a mixed PDE system (as far as I know) with the following PDE's:
With the following initial conditions:
And boundary conditions:
A similar question was asked here: https://uk.mathworks.com/matlabcentral/answers/371313-error-in-solving-system-of-two-reaction-diffusion-equations this talks about the use of discretisation, something I am unsure of and I am unable to figure out how to use this code (suggested by Torsten) with my system.
Any help or codes would be greatly appreciated.
5 Commenti
Torsten
il 25 Mar 2019
After a long discussion with Bill Greene, we finally agreed that pdepe can be used to solve the system from above although the second equation does not include spatial derivatives.
As boundary condition, we suggest using dq/dx = 0 at both boundaries.
Daniel Head
il 25 Mar 2019
Torsten
il 25 Mar 2019
Insert the expression for dq/dt from the second equation.
Daniel Head
il 25 Mar 2019
m_p
il 11 Ott 2019
can u send me your final correct code i am facing some problem ?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su PDE Solvers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!