所属分类:
物理计算
开发工具:matlab
文件大小:1KB
下载次数:0
上传日期:2019-11-23 10:31:17
说明: 平面驻点流动数值解法
ode.m文件描述一阶常微分方程组,由于方程是三阶微分方程,所以需要三个一阶微分方程来描述。
lbc.m文件描述边界条件,f0表示初始值,finf表示末端值,本问题告诉我们的是f(1)和f(2)的初始值与f(2)的末端值,其中finf(2)-1表示finf(2)-1=0,其它以此类推
在MATLAB 7.0工作命令行窗口输入程序(平面驻点流动数值解法.txt)
(1)solinit是被指定为x和f域的范围。x是初始网格点,f表示在节点solinit.x(i)处f(x(i))的初始值猜测解solinit.f(:,1),一般用bvpinit实现。
(2)bvp4c是MATLAB 7.0软件求解一阶常微分方程组的库函数,调用格式如程序所述(bvp4c的调用格式有三种,程序中的只是其中一种)。但由于sol不能直接输出数值解,所以要用bvp4c的配置函数deval。
(The ode. M file describes the first-order ordinary differential equations. Because the equations are third-order differential equations, three first-order differential equations are needed to describe them.
LBC. M file describes the boundary conditions, F0 represents the initial value, and finf represents the end value. This problem tells us the initial value of F (1) and f (2) and the end value of F (2), where finf (2) - 1 represents finf (2) - 1 = 0, and so on
Input program in MATLAB 7.0 command line window (numerical solution of plane stagnation point flow. Txt))
文件列表:
lbc.m, 60 , 2019-11-23
平面驻点流动数值解法.txt, 370 , 2019-11-23
ode.m, 63 , 2019-11-23
说明.txt, 618 , 2019-11-23