why do i receive this statement is incomplete?

3 ビュー (過去 30 日間)
Priya M
Priya M 2021 年 2 月 2 日
コメント済み: Jan 2021 年 2 月 18 日
This is my code and I keep getting the error "This statement is incomplete." several times throughout but can't find the mistake. please find out my mistake...i have attached my equation file.
  1 件のコメント
Stephen23
Stephen23 2021 年 2 月 2 日
@Priya M: please show us the complete error message. This means all of the red text.

サインインしてコメントする。

採用された回答

Jan
Jan 2021 年 2 月 2 日
I get this message, if I run your code:
Undefined function or variable 'Pr'.
Error in
odeequation>@(x,y)[y(2);y(3);((-(y(1)*y(3))+M*(y(2)-1)+y(2)^2-Gr*y(4)-Gc*y(6))/(1+1/beta));y(5);(-Pr*(y(1)*y(5))-Pr*Ec*(1+beta^-1)*y(3)^2-Pr*Ec*(y(2)-1)^2*M)/(1+(4/3)*R);y(7);-Sc*(y(1)*y(7))-Sc*K*y(6)]
Error in bvparguments (line 105)
testODE = ode(x1,y1,odeExtras{:});
Error in bvp4c (line 130)
bvparguments(solver_name,ode,bc,solinit,options,varargin);
Error in odeequation (line 12)
fsol = bvp4c(dydx,res,solinit);
This looks, like the problem is inside the function "Pr". Please look there or post this function.
  15 件のコメント
Priya M
Priya M 2021 年 2 月 18 日
sir , I need variation of M parameter on velocity , temperature and concentration profile..
The fixed values of the governing parameters are
beta=0.5, M=1.0,Pr=0.71,Gr=Gc=3.0,Sc=0.3,K=0.3,f_w=0.5,R=0.5,Ec=0.1...
Is there any mistake in my boundary condition ? if it is please correct me sir..
Jan
Jan 2021 年 2 月 18 日
The boundary conditions contain the final time infinity. Of course you cannot integrate to infinity, because this would need an infinite amount of time. But a boundary at infinity is only meaningful, if the values are constant there. This means, that all derivatives must vanish at this point.
Can you transform the equations mathematically such, that knowing the values and vanishing derivatives at t=Inf allows to determine the corresponding missing initial conditions? Then you would get an initial value problem, which can be solved by an integrator instead of a BVP solver.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by