photo

Heba Iyad


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Review

查看徽章

Feeds

排序方式:

提问


I want to understand the lines in this code which use the Runge-Kutta method for higher order ODEs to solve the Blasius Equation which simulates the laminar boundary layer profile over a flat plate.
clc clear all close all %% Parameters of Blasius Equation U_inf = 1; L = 10; mu = 1.789E-5; rho = 1.225; nu = mu/rho; ...

3 years 前 | 1 个回答 | 0

1

个回答