Solving boundary layer problems using matlab numerically

조회 수: 2 (최근 30일)
Prakash Dhanapal
Prakash Dhanapal 2012년 1월 24일
Actually i am solving the set of nonlinear ode in matlab with bvp4c solver. For example, the governing eqns are $$ s''(\eta)-\theta'(\eta)+Nr*f'(\eta)=0,$$ $$\theta''(\eta)+s(\eta)*\theta(\eta)+Nt*f'(\eta)*\theta'(\eta)+Nb*(\theta'(\eta))^2 =0 $$ $$f''(\eta)-(Nb/Nt)*s'(\eta)=0 $$ with the asymptotic boundary conditions $$s(0)=0, \theta(0)=1, f(0)=1$$ $$s'(\infty)=0,\theta(\infty)=0, f(\infty)=0$$ After solving these equations with bvp solver i plotted the graphs of $s,s',\theta,f $ versus $\eta$. But i need to plot the graphs of $s,s',\theta,f$ versus each parameter $Nr,Nt,Nb$. How will i put the command in bvp4c command for this. I tried in some other way like loop for $Nr$ in that bvp block. The loop takes only first value of $Nr$. If you know to plot some other way help me. thanks.
  댓글 수: 3
Prakash Dhanapal
Prakash Dhanapal 2012년 1월 24일
sir, such a type of equations like commands in latex version. The equations are example of some system of nonlinear equations.
$$ s''(\eta)-\theta'(\eta)+Nr*f'(\eta)=0,$$
$$\theta''(\eta)+s(\eta)*\theta(\eta)+Nt*f'(\eta)*\theta'(\eta)+Nb*(\theta'(\eta))^2 =0 $$
$$f''(\eta)-(Nb/Nt)*s'(\eta)=0 $$.
i want to plot $\theta$ versus $Nr$. if you know help me.
Walter Roberson
Walter Roberson 2012년 1월 24일
I would have to study LaTeX first before I could understand those equations. How about you convert them to graphical form and post the mathematical typeset version of the equations to a site such as tinypic ?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by