How to solve a system of parabolic PDEs and 1st order ODEs?
5 次查看(过去 30 天)
显示 更早的评论
I'm trying to solve a system of parabolic ODEs and first-order ODEs. I understand that Matlab's pdepe solver cannot solve 1st-order differential equations. How do I solve this sytem? I also tried solving the DAE system using a mass matrix, but encountered the following error:
Error in ode15s (line 310) [y,yp,f0,dfdy,nFE,nPD,Jfac] = daeic12(odeFcn,odeArgs,t,ICtype,Mt,y,yp0,f0,...
A sample set of equations is given below.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194823/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194824/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194825/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194827/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194828/image.png)
12 个评论
Bruno Luong
2018-11-16
Does that mean those bc will be ignored by PDEPE since there is no spatial eqts for c3 and c4?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Eigenvalue Problems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!