필터 지우기
필터 지우기

Problem with parabolic - "Need a better guess y0 for consistent initial conditions."

조회 수: 1 (최근 30일)
I experience the problem with function "parabolic": T=parabolic(T_old,[0 dt],bl,p,e,t,'x',0,q.*x,'x'); when trying to solve nonlinear heat equation problem in command line. When T_old~=0 and dt<0.0005 the error occured and this message appeears: "Error using daeic3 (line 231) Need a better guess y0 for consistent initial conditions.
Error in ode15s (line 314) [y,yp,f0,dfdy,nFE,nPD,Jfac,dMfac] = daeic3(odeFcn,odeArgs,tspan,htry,Mtype,Mt,Mfun,...
Error in parabolic (line 232) [t,uu]=ode15s('pdeprbf',ttlist,uu0,options); %#function pdeprbf
Error in teploprovodnost (line 19) T=parabolic(T(:,2),[0 dt],bl,p,e,t,'x',0,q.*x,'x');"
What is this may be connected with? I can't find this type of errors anywhere.

답변 (1개)

Bill Greene
Bill Greene 2012년 1월 3일
Rusian,
Unfortunately, the current version of PDE Toolbox does not support nonlinear transient equations. The function parabolic can not solve heat transfer equations where the coefficients or boundary conditions are functions of temperature.
Regards,
Bill Greene
  댓글 수: 1
Ruslan
Ruslan 2012년 1월 4일
I don't use the temperature in coefficients and boundary conditions.
Furthermore I succeeded in solving this equation with another mesh, greater than one I tried to use. So the problem is connected with the mesh.

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

카테고리

Help CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by