필터 지우기
필터 지우기

Solving PDEs using fsolve

조회 수: 5 (최근 30일)
patilak
patilak 2016년 7월 18일
답변: Torsten 2016년 7월 19일
I am trying to solve continuity, Navier-Stokes and heat transfer equation in 2-D cylindrical coordinates. I have discretized these equations. So now I have 4 non linear equations with 4 variables(u,v,T,f) such that: f1(u,v)=0 f2(u,v,f)=0 f3(u,v,f)=0 f4(u,v,f,T)=0
u-Axial velocity v-Radial velocity T-temperature f-liquid fraction (my problem involves solidification of metal)
Can I solve these using fsolve?

답변 (3개)

Alan Weiss
Alan Weiss 2016년 7월 18일
I do not understand how you propose to parameterize your problem so that fsolve would be appropriate. Don't you need to put a PDE solver in the solution process somehow?
Alan Weiss
MATLAB mathematical toolbox documentation

patilak
patilak 2016년 7월 18일
For two-dimensional PDE, PDE solver would only be the PDE toolbox?

Torsten
Torsten 2016년 7월 19일
If your problem is stationary and you discretized your equations and boundary conditions correctly, this results in a big nonlinear system of equations for the solution variables in each grid point. So yes: fsolve can be used for solution if the size of your system is moderate.
Best wishes
Torsten.

카테고리

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