Problem with parabolic - "Need a better guess y0 for consistent initial conditions."
조회 수: 2 (최근 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.
댓글 수: 0
답변 (1개)
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
참고 항목
카테고리
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!