图片缩略图

用射击法求解Blasius方程

version 1.0.0 (1.99 KB) by 穆罕默德Alkhadra
本程序求解平板边界层流动的Blasius方程(三阶常微分方程)。
5.0
5的评级

112下载

更新2018年11月03

查看许可协议

我们要解的方程是f'' + (1/2)*f*f, f(0) = 0, f(0) = 0, f'(inf) = 1。这个方程是在流体边界层理论中产生的,必须用数值方法求解。我们将这个问题重新定义为一个一阶ode系统:y = [f;f ';f] = [y (1);y (2);y(3) = y' = [f';f”;f”]= [y (2);y (3); -(1/2)*y(1)*y(3)] with y(1)(0) = 0, y(2)(0) = 0, y(2)(inf) = 1. This new system of equations may then be solved numerically using the shooting method. For a description of this numerical method, please follow the given link:https://en.wikipedia.org/wiki/Shooting_method

引用作为

穆罕默德Alkhadra(2021)。用射击法求解Blasius方程(//www.tatmou.com/matlabcentral/fileexchange/69310-solving-blasius-equation-with-the-shooting-method), MATLAB中央文件交换。检索

意见及评分(6

凯文·安德鲁

弗雷德里克卡瓦略

MATLAB只能运行具有有效名称的文件。
我已经下载了,它不工作。

Berengere Podvin

mr.mariomata

Vijay Anand

写得很好的代码和有用!!

Pedro de Souza

MATLAB版本兼容性
创建R2018b
与任何版本兼容
平台的兼容性
窗户 macOS Linux
标签添加标签

社区寻宝

在MATLAB中心找到宝藏,并发现社区如何可以帮助你!

开始狩猎!