필터 지우기
필터 지우기

Simulation of coupled partial differential equation using MATLAB.

조회 수: 5 (최근 30일)
Aditya Banerji
Aditya Banerji 2014년 6월 16일
댓글: Tanisha Raturi 2021년 10월 27일
I am trying to simulate a model for cake baking using a coupled mass and heat transfer system. The equations are as given in the attachment.
I need to find out profile for Temperature and moisture content(X). Please suggest a method which I can use. If you have any code which can be used, it would be of great help if you can give me that too.

채택된 답변

Bill Greene
Bill Greene 2014년 6월 16일
I took a look at your attachment and think I understand most, but not all, of the problem you are trying to solve (I don't understand the convection term in the PDE, for example).
My first thought was that you could use the pdepe function because it appears you have only one spatial variable, x. However, you have a non-diagonal "mass" matrix which pdepe can not handle.
I think that PDE Toolbox,
can probably solve this. You might want to start with this example:
Bill
  댓글 수: 11
Bosnian Kingdom
Bosnian Kingdom 2019년 6월 2일
편집: Bosnian Kingdom 2019년 6월 2일
Hello, can you post your code here, or can you send me on private massage or e-mail. I really need example of solution two or more partial differential equation? I am working on phd thesis and I stucked witl solving partial differential equations.
Thanks in advance.
Tanisha Raturi
Tanisha Raturi 2021년 10월 27일
Hello @Bosnian Kingdom, were you able to solve what you were doing? I am working on a problem that requires solving two partial differential equations, can you help me understand how should I do that?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by