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

3 次查看(过去 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