solving partial differential equation system
Mostra commenti meno recenti
I want to solve this 2 partial differential equation system (numerical) on matlab but can't understand how should I do it.
I've tryied to understand where should I began but couldn't succeed.
If anyone could guide me it could be wonderful.
The equations are
- d(nC)/dt = - d(qC)/dx + d(nD * dC/dx)/dx - n*C*R
- dn/dt = - n*C*R
(q, D, R are constants)
thank you very much.
1 Commento
darova
il 23 Dic 2019
Maybe finite difference method FDM? Do you know how the result should looks like?
Risposte (1)
Harsha Priya Daggubati
il 27 Dic 2019
0 voti
Hi,
You can start off by referring to the following documentation page:
Categorie
Scopri di più su Geometry and Mesh 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!