Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to implement pdepe for following system of equations?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!