Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to implement pdepe for following system of equations?

1 visualizzazione (ultimi 30 giorni)
Minh Tran
Minh Tran il 3 Giu 2017
Chiuso: MATLAB Answer Bot il 20 Ago 2021
I need to solve following PDE system of equations with the outputs are sigma, rho, chi, theta. All of them are functions of (eps,y):
dsigma/deps= mu*(1-q/Q)+M d/dy(dsigma/dy);
drho/deps=alpha*(1-rho/exp(-1/chi));
dchi/deps=beta*(1-chi/chi0);
dtheta/deps=K*sigma*q/Q+(K1/Q)*d/dy(dtheta/dy)-(K2/Q)*(theta-theta0)
with following conditions:
rho(0,y)=rhoInitial; chi(0,y)=chiInitial; sigma(0,y)=sigmaInitial; theta(0,y)=theta0
sigma(eps,1)=sigma(eps,-1); theta(eps,1)=theta(eps,-1)
Does anybody have some idea to implement these equations as well as boundary conditions on Matlab? Thank you very much.
Best regards, Minh

Risposte (0)

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by